Search found 1 match

by topher
Thu May 12, 2016 11:40 pm
Forum: JFreeChart
Topic: irregular spaced tick marks but with sequential number xaxis
Replies: 0
Views: 4089

irregular spaced tick marks but with sequential number xaxis

I'm trying to make a jfreechart graph with tick marks, on the x-axis, that are sequential in number but are irregularly spaced. see: http://www.pingfire.com/graph185.aspx I've tried LogAxis and LogarithmicAxis, I need the reverse. test code in full: import java.awt.BasicStroke; import java.awt.Color...