Google Code Exporter
Google Code Exporter
``` Patch to stop includeInBounds() methods always redrawing. ``` Original comment by `[email protected]` on 8 Aug 2010 at 10:40 Attachments: - [JMathplot.patch](https://storage.googleapis.com/google-code-attachments/jmathplot/issue-3/comment-1/JMathplot.patch)
``` That patch worked beautifully for me. Thanks! ``` Original comment by `[email protected]` on 27 Oct 2011 at 1:20
``` Support exists for: - ascii sparse - ascii dense - binary dense Support doesn't exist for (or hasn't been checked): - binary sparse ``` Original comment by `mesheb82` on...
Original comment by `mesheb82` on 23 Sep 2014 at 9:43 - Added labels: **Milestone-Future** - Removed labels: **Milestone-Release0.6**
``` Same problem with this: https://code.google.com/p/jmathplot/wiki/CustomPlotExample ``` Original comment by `[email protected]` on 6 Nov 2013 at 9:54
``` The same problem with a scatter plot. NetBeans 7.4 & Java 1.7 Windows 7 Home Premium Code used: double[] x={0.1,0.5,1,2.5,5,10,25,50}; double[] y={1633,7610,14930,35347,69403,141643,402754,850161}; Plot2DPanel plot=new Plot2DPanel(); plot.addScatterPlot("Tetrachloroethene",x,y); BaseLabel title=new BaseLabel("Tetrachloroethene",Color.RED,0.5,1.1);...
``` I've also seen this problem when adding multiple line plots to 2D and also 3D every now and then. I'm trying to track down the issue that causes it....
``` I believe the problem is here: Plot2DCanvas.convertXY(double[]...XY) Even though someone clearly coded this intentionally, I think this should be removed. It's not documented, and it's not consistent. ``` Original...
``` [deleted comment] ```
``` [deleted comment] ```