emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-plot histogram bug when the x-axis labels could be interpreted as numbers
@ 2009-01-14 16:49 William Henney
  2009-01-14 20:15 ` Charles Sebold
  0 siblings, 1 reply; 5+ messages in thread
From: William Henney @ 2009-01-14 16:49 UTC (permalink / raw)
  To: emacs-orgmode list

Hi list

* org-plot bug

  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.


Cheer

Will

-- 

  Dr William Henney, Centro de Radioastronomía y Astrofísica,
  Universidad Nacional Autónoma de México, Campus Morelia

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-01-17  8:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-14 16:49 org-plot histogram bug when the x-axis labels could be interpreted as numbers William Henney
2009-01-14 20:15 ` Charles Sebold
2009-01-14 21:10   ` Eric Schulte
2009-01-15  0:18     ` Charles Sebold
2009-01-17  8:01     ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).