gral
gral copied to clipboard
Free Java library for displaying plots
I built a raster plot and set axis labels and ticks labels, but they are not visible on rendered plot. Adding setTickLabelsVisible(true) didn't changed anything.
Problem buil jar file from gral-core any hint can you update to support 55.0 of AES128_CBC_NoPadding.class
I'm plotting 2 data series in a Bar Plot, each one with several data points. It looks like this:  I would like to add a legend to it that...
Hello Erich, Please upload gral-examples-0.11.jar to the Maven repo so that the GitHub wiki for this project can link to it? That way, if or when http://trac.erichseifert.de/gral/wiki/Download is no longer...
An `IllegalArgumentException` is thrown with the following stack trace: > java.lang.reflect.InvocationTargetException > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at java.lang.reflect.Constructor.newInstance(Constructor.java:423) > at de.erichseifert.gral.io.plots.DrawableWriterFactory.get(SourceFile:81) > ...(My API...
XYPlot.getAxisRenderers is not defined in tutorial on https://github.com/eseifert/gral/wiki/styling
If you create a DataSeries from a DataTable and attach a DataListener to it, you will receive DataChangeEvents with indexes matching the DataTable, but not the DataSeries. In my special...
I want to create a Barplot with Gral. But instead of having the bars going from bottom to top, I want them to go from left to right. So actually...
Hi, when we try to create a class HistogramPlot which extends ExamplePanel, we have an issue in our IDE (and follow your examples). The import import de.erichseifert.gral.graphics.Histogram2D; cannot be resolved.
Consider this main file (sorry, it is a bit verbose, but required to reproduce the bug): ```java package ca.uqac.lif.labpal.export; import java.io.ByteArrayOutputStream; import java.io.FileInputStream; import java.io.IOException; import de.erichseifert.gral.data.DataSource; import de.erichseifert.gral.graphics.Insets2D; import...