Hi, This section comes from musings maven page.
>A Java graphing package so that we can implement some of Tufte's ideas in graphical representation of large data sets. Is SVG a >wise choice? does a browser need a plugin or is there an easy way to convert SVG to common image formats. JGraph will >produce SVG of a graph so we would need an easy way to convert it to an easily viewable image. Why don't you use batik ? I have already succefully generated jpg images using turbine and batik. In this case, you don't need to use any plugins as the images are generated on your server. You will probably need a cache system with a key code based on your SVG file (HashCode ??) Fabrice -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
