Michael Seifert
Michael Seifert
Ah, thanks for the information :) I did not open a Gentoo bug or pull request, because I do not want to be a maintainer of the package (yet). I...
There are two types of legends in GRAL. `XYPlot` uses the `SeriesLegend` by default, which shows an item in the legend for each data series. `PiePlot` uses `ValueLegend`, which displays...
I can reproduce your results. In your example, the bar plot has only one data point at x=0.1. This causes the axis renderer of the x-axis to receive a display...
Thanks for the report! First of all, your understanding of DataSource and DataSeries is absolutely correct. DataSeries is a projection of the two-dimensional DataSource. There are two things leading to...
Multiple PointRenderers in XYPlot done.
XYPlot also supports multiple LineRenderers.
XYPlot supports multiple AreaRenderers.
Depends on #152.
The names can be a bit misleading, but the axis has two different kinds of labels: a single axis label and multiple tick labels (with their respective distances). Your code...
As I understand your last comment, the problem is that you want to draw a box plot, but you cannot add data series for median, quartiles, etc.. For this purpose...