I am using JFreechart to generate some plots, and I found the lines in my plot is blurry, but the demo shows that all the lines are thin and without any blurry, I was wondering if there any to generate good quality plot on a panel.
相关问题
- JFreeChart SpiderWebPlot inner circles?
- How To Add a jFreeChart to a jPanel in a jFrame?
- JFreeChart TimeSeries Chart remove days with no va
- JFreeChart: is it possible to combine a stacked ba
- Eclipse RCP with JFreeChart
相关文章
- JFreechart, Line Chart with filled Areas
- JFreechart(Java) - How to draw lines that is parti
- Does jFreeChart work/comple in Android 2.x
- JFreeChart with SWT
- how to plot day-wise chart using Jfreechart
- SVG with drop-shadow blurry on mobile browser
- How to create “please wait” Swing dialog while com
- Adding text not related to sections into Legend in
With more information, I can't explain the rendering and resampling artifact illustrated in your question. Starting from
MinMaxCategoryPlotDemo1.java
in the demo, I added this line to get thePNG
image shown.In particular,
I chose a larger size, as it's generally better to have more pixels than fewer when resampling.
I chose
PNG
, a lossless image format used in theMinMaxCategoryRenderer
API image.Click to enlarge: