trashgod

Results 70 comments of trashgod

See issue #98: _`setTickLabelFont` is not respected for `LogAxis` if `setNumberFormatOverride is used`_; more [here](https://stackoverflow.com/a/70764065/230513).

`SegmentedTimeline` is gone, but the `Timeline` interface remains; you can write your own implementation using the [original](https://sourceforge.net/p/jfreechart/code/HEAD/tree/trunk/source/org/jfree/chart/axis/SegmentedTimeline.java) as a guide, although it is ["(a) complex, (b) not always…correct."](https://github.com/jfree/jfreechart#migration-from-jfreechart-10x) This [example](https://stackoverflow.com/a/18421887/230513)...

See also issue [168](https://github.com/jfree/jfreechart/issues/168).

As suggested [here](http://www.jfree.org/forum/viewtopic.php?t=117797), the presence of `null` values makes a `TimeSeries` discontiuous. I'm not sure how `XYDifferenceRenderer` could deal with this in general. Does your domain suggest a suitable threshold/sentinel...

For reference, I get the same result: ``` $ host mudiaurum.com Host mudiaurum.com not found: 3(NXDOMAIN) $ git clone https://github.com/JRobes/jfreechart.git robes $ pushd robes $ git checkout jrobes/2.0.0 $ mvn...

I am able to reproduce your result, which appears correct to me. You can adjust the bounds to center the bins on the underlying values like this: dataset.addSeries("data", values, 3,...

As the logarithm approaches negative infinity for arguments approaching zero, why not use the initial minimum range value, `0.01`, or `getSmallestValue()`?

For reference, the old developers forum [FAQ](https://www.jfree.org/forum/viewtopic.php?f=3&t=17397) links to the parent company's [JFreeChart Developer Guide](http://www.object-refinery.com/jfreechart/guide.html) order page, which leads to [Shopify](https://object-refinery.myshopify.com/products/jfreechart-developer-guide). Can you amplify on the problem you encounter? See...

Thank you; this may help David get the problem sorted. Alternatively, I see that the [Demos](https://github.com/jfree/jfreechart#demos) section mentions [sponsorship](https://github.com/sponsors/jfree) and a [one-time](https://github.com/sponsors/jfree?frequency=one-time) contribution offers access for a comparable amount.