1. 1891928: PercentageAxis (1891921: Enhanced LogarithmicAxis) jfree.orga fix for java2DToValue for logarithmic axes by rantfoil Tue Oct 17, 2006 10:25 am This logarithmic axis provided by mhilpert is fantastic. One thing that I noticed with both JFreeChart is that it works well to chart any numbers below 1 as well, thanks to what is happening in adjustedLog10() method... or in mhilpert's fix, adjustedLog() which properly handles ... |
2. LogarithmicAxis and XYBarRenderer jfree.orgWhen I use the above two classes in combination no values get drawn - although the axis does automatically change its range in response to values being added to the TimeSeries. If I change the axis to NumberAxis or if I change the renderer to StandardXYItemRenderer then all works well. Is this expected behaviour? I should add a caveat that I ... |
3. statistical data with logarithmicaxis jfree.orgHi, A newbe question: I have statistical time-dependent data that needs to be plotted with error-bars and logarithmic axes. By implementing the StatisticalCategoryDataset interface I have managed to create a line plot with standard deviation error bars, but I don't know how to put a LogarithmicAxis on a CategoryPlot. Is there something similar to StatisticalXYDataset? Regards, Erik |
4. ticks of LogarithmicAxis overlap jfree.org |
5. logarithmicAxis and BarChart3D jfree.orglogarithmicAxis and BarChart3D by d.biagioli Mon Oct 08, 2007 9:06 am hello. im' creating a 3d barchart (using ChartFactory.createBarChart3D() ) with a logarithmicaAXis as the range axis . if i invoke the setStrictValueFlags(false) on that axis , the chart is created without exception ; however the range axis is not in 3d . I've got the same effect i would ... |
6. LogarithmicAxis - adjust Gridlines jfree.orgHello everybody First, i'd like to thank the developers for this nice library. I have a question about the class LogarithmicAxis. My dataset contains values from 0 to 1 (including 0). When I display my chart in logarithmic mode on y-Axis, the first gridline is displayed at y=1 (10^0), the distance between every gridline is 1. How can i set my ... |