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

2012-01-09 Thread Karl Voit
* Eric Schulte eric.schu...@gmx.com wrote: Karl Voit devn...@karl-voit.at 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

[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»

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

2012-01-08 Thread Eric Schulte
Karl Voit devn...@karl-voit.at 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 | |

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

2012-01-08 Thread Karl Voit
Hi Eric! * Eric Schulte eric.schu...@gmx.com 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

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

2012-01-08 Thread Eric Schulte
Karl Voit devn...@karl-voit.at writes: Hi Eric! * Eric Schulte eric.schu...@gmx.com 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