Search found 9 matches

by bonododo
Mon Jun 07, 2004 12:45 pm
Forum: JFreeChart
Topic: ChartPanel -> SVG
Replies: 1
Views: 3600

ChartPanel -> SVG

hi everybody,

i was just wondering the way JfreeChart export chartPanel to SVG.
Does it export a SVG containing a PNG, or a real SVG file using xml???

thanks for your answer

bonododo
by bonododo
Mon May 24, 2004 9:30 am
Forum: JFreeChart
Topic: Making the JfreeChart jar file
Replies: 2
Views: 3132

as always you saved my project!!! :D

thanks a lot for your response!

bonododo
by bonododo
Mon May 24, 2004 8:48 am
Forum: JFreeChart
Topic: Making the JfreeChart jar file
Replies: 2
Views: 3132

Making the JfreeChart jar file

Hi all, i need to add some functionnality to Jfreechart ( for example the popup menu on a right click on a chart). So i changed the ChartPanel source, comiled it, an deverythings works fine. I also used jar -xf JFreechart-0.9.18.jar to get all other classes, overwrited the chartpanel.class. then i u...
by bonododo
Wed May 19, 2004 12:45 pm
Forum: JFreeChart
Topic: Serialization problem
Replies: 2
Views: 2705

ok thanks for your reply, also it's not what i was awaiting :shock:


and thanks for your work, it s really great


bonododo
by bonododo
Wed May 19, 2004 10:22 am
Forum: JFreeChart
Topic: Serialization problem
Replies: 2
Views: 2705

Serialization problem

I would like to serialize a chartpanel containing timeseries. The serialization seems to works good, as it creates me a file, but unfortunatly the unserialization doesn t seems to work. Does someone know where it comes from? has someone already done this before? code : Serializing File file = jFileC...
by bonododo
Thu Apr 08, 2004 9:36 am
Forum: JFreeChart
Topic: question about timeChart
Replies: 1
Views: 2482

question about timeChart

I would like to plot a time chart, but I only want to plot points, no lines. (I hope you understand what i mean, because my english is so bad :-(

How do I do that?

thanks in advance

bonododo
by bonododo
Wed Apr 07, 2004 1:52 pm
Forum: JFreeChart
Topic: ploting a circle
Replies: 1
Views: 2714

ploting a circle

first thanks for your latest release with the unordered/ordered XYseries. It's a great job!!

I just wanted to know if there is a way to plot circle? for example a circle centedred in (0,0) with a radius of 1?


thanks in advance

bonododo
by bonododo
Fri Mar 19, 2004 2:29 pm
Forum: JFreeChart
Topic: Help requested
Replies: 6
Views: 7395

I ve found 2 java class made by V. Molokoov to plot polygones. If you want i can ask him if i can give it away. I tried it and it s very uselful i could really easyly plot a square!!!

If your interested, plz send me a mail : thomas_rien@hotmail.com
by bonododo
Wed Mar 17, 2004 5:32 pm
Forum: JFreeChart
Topic: Help requested
Replies: 6
Views: 7395

Help requested

First of all i would like to thanks the all team of Jfreechart which has made a wonderful job. I unfortunatly just dicovered this library one week ago... I just wanted to know how to plot a non linear XYplot. for example i would like to plot a square with those coordonates: (-1,-1) (1,-1)(1,1)(-1,1)...