Zoom « Plot « JFreeChart Q&A





1. JfreeChart XYPlot freezing after zoom in/out    stackoverflow.com

In this demo application, XYPlot is drawn with dynamic data. With every new data the graphic slides to left dynamically. But the problem is if you zoom in or ...

2. JFreeChart: get Area or Elements in zoomed Scatterplot    stackoverflow.com

I've got the following problem. I want to zoom-in a Scatterplot and then select all the displayed elements. It would be sufficient to somehow get the displayed area in the zoomed-in Scatterplot. ...

3. Strange behavior of zoom in CombinedDomainXYPlot    jfree.org

Hello everybody, I use two Charts in a CombinedDomainXYPlot. When I start zooming at one chart, the other zooms as well, thats fine. But when I zoom in in one chart and zoom out on the other, one of the charts does not get properly zoomed out. After a zoom out-move in this chart, both charts look fine again. Has anybody ...

4. Zoom in a log-log plot bug    jfree.org

5. how to zoom out the plot    jfree.org

I am guessing that you want to write a customized zooming class. If that's the case, you might want to take a look at classes that implements the Zoomable interface. If you just want to be able to zoom, a chart created by a factory method already implements zooming. Just right click to show the popup menu or hold on the ...

6. CombinedDomainXYPlot zooming problem and others....    jfree.org

Hi! Is it possible in JFreeChart to zoom only domain Axis and leave range axis without any changes? Offcourse it is possible when rectangle that mark zooming area is as high as domain axis. But i'd like to have that effect independent of this rectangle height(simply: rangeAxis stay unchanged when we zoom in, and zoom out). This works fine in TeeChart ...

7. A question: XYPlot Zoom vs CombinedDomainXYPlot Zoom    jfree.org

A question: XYPlot Zoom vs CombinedDomainXYPlot Zoom by Mercer Mon Jun 05, 2006 7:13 pm Hi, just a question regarding the mouse-zoom abilities. It's not a question of getting it to work, more of a question regarding whether this is the way it was intended to work or not. In the course of our application, both XYPlots and CombinedDomainXYPlots are ...

8. XYPlot zoom at domain bug    jfree.org

XYPlot zoom at domain bug by bryce Fri Jan 12, 2007 11:25 pm Hey, Great great graphing software, I have been doing a lot of playing with it over the past week. Anyways I found this problem when trying to zoom in with the mouse on a XYPlot graph it only includes the zoomArea within the bounding box but not ...

9. Zooming rectangle gets distorted by plot update    jfree.org

I remember having read a thread on the subject but I cannot find it anymore... When the user drags a zooming rectangle on an XYPlot and the plot gets an update while the user is still dragging, the rectangle gets distorted in a strange way. It is partly redrawn and changes its shape to a sort of polyline. Has anyone else ...





10. how do i change the behaviour of plot when zooming    jfree.org

Hi I want to change the behaviour of my combinedDomainPlot such that if i perform the following actions on the plot: a. zoom in/out b. select an area by using the mouse to draw rectangle c. or select a range on the the domain axis Only the domain axis changes, i want the range axis to stay the same. The only ...

11. Zooming Box Plot    jfree.org

Hi, I'm using the CategoryDataset to render Box Plots and the no. of boxes on the plot can get to be very large. To view the boxes better, we'll need to zoom-in on the X-Axis. I just realised that zoom-in on the Category Axis is not supported. Changing the Axis to a SymbolAxis as sugested in the forum (for a bar ...

12. XYPlot Zoom and scroll    jfree.org

13. CombinedDomainXYPlot and zoom    jfree.org

Hi all, i've a problem and can't find how to do this. Maybe you could help me cause i didn't find it on the forum or didn't see it...). I have a CombinedDomainXYPlot vertical with two graph and i don't want the second grah to be zoomed ( with drag or right clic zoom...) but i need it to be automatically ...

14. interactive xyplot with zoom from mysql data    jfree.org

Before getting carried away with JFree, I thought I would ask to see if it can do what I want. Background - I have a mysql database that stores large amounts of data acquired from live signals on a production plant. It is storing data at roughly 0.5 second intervals. I need the facilty to plot data over minutes / hours ...

15. Pan not Consistent with Zoom with Combined Plots    jfree.org

In a post earlier this year it was stated: "In the CombinedDomainXYPlot the panDomainAxis method pans all plots whereas panRangeAxis method pans only the plot under the mouse." viewtopic.php?f=3&t=27589&p=76826&hilit=Panning+Combined+Plots#p76826 This not consistent with what I am observing. It appears that a CombinedDomain or CombinedRange plot will zoom the SECONDARY plot (meaning the one you did not click on) only on one ...

16. CombinedDomainXYPlot Zoom Out    jfree.org

CombinedDomainXYPlot Zoom Out by Woto Wed May 04, 2011 9:27 am hi, i'm using a CombinedDomainXYPlot zoom out to display up to 8 subplots. as it's a CombinedDomainXYPlot there's no problem for the Domain axis, but i've one on Range axis. when i add a subplot to the CombinedDomainXYPlot , i do this to have the same range to display ...