overlay « Plot « JFreeChart Q&A





1. annotation as an "OVERLAY" on combineddomainXYplot    jfree.org

Hi, I have a combinedDomainXYPLot with some subplots in it, it's a timeseries chart. All I need to do is draw annotaions at a certain time which should run across the combinedChart (that is across all the four plots). It should be like an overlay on teh chart. Obviously, the annotations should move along with the graph. Presently, I am splitting ...

2. overlay line on categoryplot    jfree.org

Hi, I'm trying to overlay a line onto my category plot, I was able to do it with a Marker but the decription was placed on the line. I would prefer to be able to put the description down with the series label if this is possible. I tried fiddling around with the Marker.setLabel...() methods but couldn't get the label off ...

3. overlay lines on a contour plot    jfree.org

Hi all, I'm trying to draw a contour plot of a region of the sky and I would like to overlay meridians and parallels on the contour plot. I have looked at the demos but the overlay is usually done using renderers and I don't understand how to do it with a contour plot. I'm not sure it is possible at ...

4. Overlay multiple box plots?    jfree.org

Hi There. I am pretty new to JFreeChart, and would need some help in something I have to implement. In a nutshell, I have to create a chart with multiple box-and-whisker plots overlayed on a single X and Y axis. The only demo I've seen so far of a box plot is: JFreeChartBoxAndWhiskerDemo.htm This doesn't work for me because each series ...

5. Overlay a range on a 2-d plot (New to JFreeChart)    jfree.org

Hi! I'm interested in using JFreeChart for a scientific graphing application, and was wondering how hard it would be to do this: I need to create a 2-d graph of a series of data points, then overlay a highlighted area on top of it. think of it as: X axis - time Y axis - temperature with a highlighted range for ...