Google Code Exporter
Google Code Exporter
``` result files aren't always in PARAM,POST,-1 support others at some point ``` Original issue reported on code.google.com by `mesheb82` on 25 Apr 2012 at 11:41
``` this ticket refers to the pure python version this is a continuation of #63 dense matrix printing is already supported ``` Original issue reported on code.google.com by `mesheb82` on...
Plot2DPanel.addLinePlot plots double[] x, double[] y plots differently depending on length of array
``` What steps will reproduce the problem? 1. Plot2DPanel.addLinePlot("", new double[]{1,2,3}, new double[] {4,5,6}) 2. Plot2DPanel.addLinePlot("", new double[]{1,2}, new double[] {4,5}) 3. What is the expected output? What do you...
``` I want the numbers on axes to be more visible. ``` Original issue reported on code.google.com by `[email protected]` on 5 Mar 2015 at 9:31
``` Rotating the axislabel misalign the line plots. I'm adding some line plots to my graph and want to rotate the axis label of the y-axis. Code Used: panel.getAxis(0).setLabelPosition(0.5, -0.15);...
``` What steps will reproduce the problem? 1. Run the histogram example from the wiki 2. Notice that it is consuming an entire CPU core... What is the expected output?...
``` What steps will reproduce the problem? - Plot2DCanvas: When providing two arrays, one for X and for Y, each of length 2, to the Plot2DCanvas method "addScatterPlot(String, Color, double[],...
``` What steps will reproduce the problem? Use Plot2DCanvas insted of PlotPanel. I was using PlotPanel with the method: addLinePlot(String, double[], double[]) When I changed to Plot2DCanvas it gave me...
``` Hi, project lombok comes with a @Wither annotation who permit to handle better immuability of object, with fluent style : http://projectlombok.org/features/experimental/Wither.html I try to create a "wither" tester, if...
``` I have some pojos which set/get 4 datetime fields - and we also have related fields *and* getters (not setters) which covert those date times into local time zone...