Re: [O] Generating boxplot (candlestick) diagrams (babel or org-plot)

2012-01-09 Thread Karl Voit
* Eric Schulte wrote: > Karl Voit writes: > > I'm using gnuplot 4.5 patchlevel 0 which is probably where this > difference comes in. As I use gnuplot all the time, I find it > worthwhile to track the development head for nice new features such as > this and beautiful pdf plots through pgf/tikz.

Re: [O] Generating boxplot (candlestick) diagrams (babel or org-plot)

2012-01-08 Thread Eric Schulte
Karl Voit writes: > Hi Eric! > > * Eric Schulte wrote: >> >> In more complex examples like these I would recommend using a gnuplot >> code block rather than using Org-plot. > > Thought so. Thanks for confirmation. > >> Gnuplot has an extremely >> comprehensive built in help system, typing "hel

Re: [O] Generating boxplot (candlestick) diagrams (babel or org-plot)

2012-01-08 Thread Karl Voit
Hi Eric! * Eric Schulte wrote: > > In more complex examples like these I would recommend using a gnuplot > code block rather than using Org-plot. Thought so. Thanks for confirmation. > Gnuplot has an extremely > comprehensive built in help system, typing "help boxplot" at the gnuplot > REPL r

Re: [O] Generating boxplot (candlestick) diagrams (babel or org-plot)

2012-01-08 Thread Eric Schulte
Karl Voit writes: > Hi! > > I'm new to babel/gnuplot/org-plot and want to generate classic > Boxplot[1] diagrams. > > My tests failed so far: > > #+TBLNAME: mydata > #+PLOT: title:"Boxplots of mydata" with:candlesticks > | A | B | > |---+---| > | 5 | 5 | > | 5 | 6 | > | 4 | 5 | > | 5 | 6 | > | 2

[O] Generating boxplot (candlestick) diagrams (babel or org-plot)

2012-01-08 Thread Karl Voit
Hi! I'm new to babel/gnuplot/org-plot and want to generate classic Boxplot[1] diagrams. My tests failed so far: #+TBLNAME: mydata #+PLOT: title:"Boxplots of mydata" with:candlesticks | A | B | |---+---| | 5 | 5 | | 5 | 6 | | 4 | 5 | | 5 | 6 | | 2 | 4 | | 2 | 5 | ... with «org-plot/gnuplot» resu