org-mode/lisp
Carsten Dominik 1edd9d0cc6 Plotting: Fix histogram plotting.
William Henney writes:

     The following table works correctly with org-plot
    #+PLOT: title:"org-plot test" ind:1 type:2d with:hist set:"style fill
    solid" set:"yrange [0:]"
     |  Year | a | b |
     |-------+---+---|
     | x2006 | 3 | 1 |
     |  2007 | 1 | 2 |
     |  2008 | 2 | 0 |

     However, if the "x" is removed from the start of all the years, it no
     longer works:

    #+PLOT: title:"org-plot bug" ind:1 type:2d with:hist set:"style fill
    solid" set:"yrange [0:]"
     | Year | a | b |
     |------+---+---|
     | 2006 | 3 | 1 |
     | 2007 | 1 | 2 |
     | 2008 | 2 | 0 |

     From glancing through org-plot.el, it seems as though the problem is
     that the text-ind parameter is false when all the values in the
     "independent variable" column are legal numbers. However, my lisp
     skills are not up to fixing this.

This patch is by Charles Sebold and Eric Schulte fixes the problem.
2009-01-16 19:43:33 +01:00
..
ChangeLog Plotting: Fix histogram plotting. 2009-01-16 19:43:33 +01:00
ChangeLog.01 Split ChangeLog file into parts. 2008-05-08 08:16:38 +02:00
org-agenda.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-archive.el Call org-reveal after archiving 2009-01-13 19:03:08 -05:00
org-attach.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-bbdb.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-bibtex.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-clock.el Maintenance: Rename some ill-named functions. 2009-01-08 11:19:37 +01:00
org-colview-xemacs.el Column View: Catch it when a date property does not have allowed values defined. 2009-01-16 12:50:09 +01:00
org-colview.el Column View: Catch it when a date property does not have allowed values defined. 2009-01-16 12:50:09 +01:00
org-compat.el Maintenance: Better implementation of `fit-window-to-buffer'. 2009-01-09 09:09:42 +01:00
org-exp.el Bugfix: Avoid emphasis processing across lines and fields in tables. 2009-01-09 09:53:17 +01:00
org-export-latex.el Bugfix: Avoid emphasis processing across lines and fields in tables. 2009-01-09 09:53:17 +01:00
org-faces.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-footnote.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-gnus.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-id.el Maintenance: Declare a function. 2009-01-09 08:33:00 +01:00
org-info.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-irc.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-jsinfo.el Bugfix: Protect string-match against nil string. 2009-01-08 15:35:32 +01:00
org-list.el Editing: Automatic empty lines before new entries. 2009-01-08 09:30:55 +01:00
org-mac-message.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-macs.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-mew.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-mhe.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-mouse.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-plot.el Plotting: Fix histogram plotting. 2009-01-16 19:43:33 +01:00
org-publish.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-remember.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-rmail.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-table.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-timer.el Maintenance: Define a variable. 2009-01-08 11:20:06 +01:00
org-vm.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-w3m.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org-wl.el Push version number to 6.17trans 2009-01-07 13:27:02 +01:00
org.el Mapping: Restore point and restriction in current buffer. 2009-01-14 21:22:37 +01:00