Search found 43 matches

by Eduardo Ramalho
Mon May 04, 2009 12:55 am
Forum: JFreeChart
Topic: Zoom&Pan example
Replies: 2
Views: 3537

Re: Zoom&Pan example

Ignore this post. Found the answer in the Developers Guide!!!
:oops:
by Eduardo Ramalho
Wed Apr 29, 2009 7:35 pm
Forum: JFreeChart
Topic: Zoom&Pan example
Replies: 2
Views: 3537

Zoom&Pan example

Hi David!

Is it possible to see a working example of the Pan&Zoom funcionality, for JFreeChart 1.0.13 ?
I didn't manage to adapt an example from the developer documentation/example.
I only did "plot.setDomainPannable(true);"

Thanks,

Edu
by Eduardo Ramalho
Tue Mar 03, 2009 6:31 pm
Forum: JFreeChart
Topic: Build failed - Could not find file swtgraphics2d.jar
Replies: 1
Views: 2775

Build failed - Could not find file swtgraphics2d.jar

Hi! I've done a "SVN Checkout" today from SourceForge. I tried to build it with ant, but had the following error : BUILD FAILED D:\svn\sourceforge.net\jfreechart\ant\build.xml:205: Warning: Could not find file D:\svn\sourceforge.net\jfreechart\lib\ swtgraphics2d.jar to copy. This is the first time i...
by Eduardo Ramalho
Thu Jun 02, 2005 7:40 pm
Forum: JFreeChart
Topic: How to make plots run in seperate thread?
Replies: 5
Views: 7405

be redrawn in a seprate thread I could give it lower priority and maintian responsiveness of my App's GUI. Hi, In you realtime chart, do you have a hard requirement, that for each new sample, the chart should be refreshed? I had once the same problem. What I did was collecting the samples in a buff...
by Eduardo Ramalho
Mon Dec 15, 2003 1:20 pm
Forum: JFreeChart
Topic: Problem refreshing screen
Replies: 0
Views: 3221

Problem refreshing screen

Hi! I have an annoying behaviour with trace lines. This is the situation: 1) The chart is in "tracing mode" 2) I have the Windows Taskbar hidden 3) When I move the mouse to the side, the task bar appears 4) Next, i move the mouse again to the chart 5) When the task bar disappears, the current trace ...
by Eduardo Ramalho
Mon Dec 15, 2003 12:58 pm
Forum: JFreeChart
Topic: real time chart
Replies: 3
Views: 6724

Hi! See this: http://www.jfree.org/phpBB2/viewtopic.php?t=644&highlight=pan I think that you can have that effect by using that example and by zooming the chart before plotting the samples. While zoomed you will see the chart updating in realtime. At some point, when you need to go back, you "pause"...
by Eduardo Ramalho
Mon Dec 15, 2003 12:34 pm
Forum: JFreeChart
Topic: UI to change basic XYPlot properties.
Replies: 1
Views: 3713

UI to change basic XYPlot properties.

Hi! I need to have a simple UI, so that users can change the Series/Axis colors and text, of the current chart (the XYPlot kind). The current UI has not been updated for several versions and it doesn't take in account the current major improvements (like the ability to have several axis in XYPlot). ...
by Eduardo Ramalho
Thu Oct 23, 2003 2:57 pm
Forum: JFreeChart
Topic: disable display of popup menu on right click of chart
Replies: 1
Views: 4994

Hi!

ChartPanel.setPopupMenu(null);

EPR
by Eduardo Ramalho
Thu Sep 25, 2003 11:32 am
Forum: JFreeChart
Topic: Help needed
Replies: 1
Views: 4778

Hi Eric!

Could you be more specific?
Are you asking for a vectorial draw application (like Visio) to draw circuits?

Eduardo
by Eduardo Ramalho
Fri Sep 19, 2003 11:29 am
Forum: JFreeChart
Topic: Cvs XYPlot.java is broken
Replies: 4
Views: 8793

Hi again!

Another bug report with the latest CVS update ... all my tests with zoom area (defined by the mouse) fail and the trace lines doesn't show.

You can try for your self in MouseZoomDemo code.

Eduardo
by Eduardo Ramalho
Fri Sep 19, 2003 10:44 am
Forum: JFreeChart
Topic: Cvs XYPlot.java is broken
Replies: 4
Views: 8793

Cvs XYPlot.java is broken

Hi! I just checkout the latest JFreeChart version from CVS. The file XYPlot.java doesn't compile. The errors are in line 1600 and 1601: ... crosshairInfo.setAnchorXView(xx); crosshairInfo.setAnchorYView(yy); ... Both methods don't exist in the class CrosshairInfo. Regards, Eduardo
by Eduardo Ramalho
Wed Sep 17, 2003 9:34 am
Forum: JFreeChart
Topic: Java Source Code for the Demos
Replies: 2
Views: 5335

Hello!

You may find the demos source code in the the file "jfreechart-0.9.12.zip".
Unzip this file, and navigate to the directory "jfreechart-0.9.12\src\org\jfree\chart\demo".

Read the Section 6 of the included README file, to know how to run the examples.

Regards,

Eduardo
by Eduardo Ramalho
Tue Sep 16, 2003 3:53 pm
Forum: JFreeChart
Topic: Problem adapting the MultipleAxisDemo2
Replies: 7
Views: 13056

Hello again, I found another problem while adapting the same program. The Horizontal Zoom doesn't work for the secondary axis. Try zooming with the following code. You will see that the top horizontal axis, doesn't update and the chart just zooms vertically. I took a look at XYPlot zoom implementati...
by Eduardo Ramalho
Tue Sep 16, 2003 1:14 pm
Forum: JFreeChart
Topic: Problem adapting the MultipleAxisDemo2
Replies: 7
Views: 13056

Hi! Where is the code ... the second horizontal axis labels (red) aren't visible. /* ====================================== * JFreeChart : a free Java chart library * ====================================== * * Project Info: http://www.jfree.org/jfreechart/index.html * Project Lead: David Gilbert (da...
by Eduardo Ramalho
Tue Sep 16, 2003 10:39 am
Forum: JFreeChart
Topic: Problem adapting the MultipleAxisDemo2
Replies: 7
Views: 13056

Problem adapting the MultipleAxisDemo2

Hi! I'm testing the MultipleAxisDemo2 demo bundle with JFreeChart. I modified it to show 3 horizontal date axis and all are in the same bottom location. When I saw the results, the 3rd axis was hidden (as the window didn't know to resize itself vertically to accomodate the new axis) Is there any pro...