You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
this probably comes pretty late. But maybe others have this issue, too. The Histogram2D class is not available anymore (it was in an older version). Simple Replace the "Histogram2D" to "Histogram1D". My Code there looks like this: Histogram1D histogram = new Histogram1D(data, Orientation.VERTICAL, new Number[] {-4.0, -3.2, -2.4, -1.6, -0.8, 0.0, 0.8, 1.6, 2.4, 3.6, 4.0}); DataSource histogram2d = new EnumeratedData(histogram, (-4.0 + -3.2)/2.0, 0.8); BarPlot plot = new BarPlot(histogram2d);
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.
The text was updated successfully, but these errors were encountered: