- May 13, 2016
-
-
Tim Molter authored
-
- Apr 21, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
- Mar 31, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
- Mar 29, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
BugFix - NPE when plotting small numbers
-
Tim Molter authored
-
- Mar 14, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
- Mar 07, 2016
-
-
Matan Rubin authored
Before this patch XChart would get an NPE when trying to plot numbers which are smaller then 1E-10. This happened because gridStep was scaled using a hard coded 10, zeroing out numbers on smaller scale. Now we choose the right scale for small numbers and use that. This fixes a crash when running the following code: double[] xData = new double[] { 1.0, 2.0}; double[] yData = new double[] { 1E-12, 1.1E-12}; Chart_XY chart = new ChartBuilder_XY().build(); chart.addSeries("Test", xData, yData); new SwingWrapper(chart).displayChart();
-
- Mar 03, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
- Mar 02, 2016
-
-
Tim Molter authored
-
- Mar 01, 2016
-
-
Tim Molter authored
-
- Feb 26, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
Tim Molter authored
-
- Feb 25, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-
- Feb 22, 2016
-
-
Tim Molter authored
-
Tim Molter authored
-