Search found 3 matches

by pkubanek
Mon Dec 04, 2006 5:32 pm
Forum: JFreeChart
Topic: Multiple ticks on axis?
Replies: 3
Views: 2914

Re: Multiple ticks on axis?

- isn't duplication of know work (e.g. nobody else is working on that) No one is yet, as far as I know. It might pay to review the patches list at SourceForge, though, someone might have submitted something that I've missed. I already checked patches, no one seems to focus on that, so I'll try to w...
by pkubanek
Fri Dec 01, 2006 5:30 pm
Forum: JFreeChart
Topic: Multiple ticks on axis?
Replies: 3
Views: 2914

Multiple ticks on axis?

Hi, I need to have multiple ticks on single axis - e.g. bigger marking every 10th tick, middle size for every 5th and even smaller for unit tick. I think JFreeChart currently does not support it. The ideal design should be ValueAxis holding list of AxisTick classes, which can be added, make to creat...
by pkubanek
Fri Dec 01, 2006 3:48 pm
Forum: JFreeChart
Topic: Customising error bars
Replies: 8
Views: 8107

Hi, I provided XY patch. I'm as well unhappy with small horizontal and vertical lines, but I cannot find better solution. > 1> Is it possible to change the size, shape and color of the dot for a given time serie? You mean central dot? It should be possible, it's setSeriesShape(i, shape) method of XY...