ChartUtilities formats

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
lobsterman
Posts: 2
Joined: Mon Apr 26, 2010 7:12 pm
antibot: No, of course not.

ChartUtilities formats

Post by lobsterman » Mon Apr 26, 2010 7:23 pm

hi all, i am exporting some graphs using chartutilities but am not satisfied with dumming it down to a bitmapped image. i am looking for a vectorgraphic which i can then further play with in a drawing program - svg, eps or PICT files would all make me happy. is there a solution already out there? otherwise, i would link in the quicktime for java library, and save as a PICT for my own use - would there be broader interest in such a solution?

jleech
Posts: 62
Joined: Fri Oct 26, 2007 9:18 pm

Re: ChartUtilities formats

Post by jleech » Mon Apr 26, 2010 7:34 pm

JFreeChart supports SVG output using the Apache Batik library. I have also used the Freehep vector graphics library to create .swf files using Graphics2D, not with JFreechart, but it should work too.

lobsterman
Posts: 2
Joined: Mon Apr 26, 2010 7:12 pm
antibot: No, of course not.

Re: ChartUtilities formats

Post by lobsterman » Mon Apr 26, 2010 7:55 pm

thanks jleech, either of these two option would be great. do we want to extend chartutilities for developing an official solution for an .svg option alongside .jpg and .png? or should i just muddle something together for myself? thanks again

jleech
Posts: 62
Joined: Fri Oct 26, 2007 9:18 pm

Re: ChartUtilities formats

Post by jleech » Tue Apr 27, 2010 7:26 pm

I can't speak for David but I suspect he doesn't want a dependency on either library. I haven't looked at ChartUtilities...

Locked