|
From: <HBB...@t-...> - 2006-11-02 21:27:48
|
bergen wrote: > I'm looking for a terminal type that supports: > > * plotting lines with linestyle of dotted/dashed > * applying a color to the above dotted/dashed lines > * ideally change the linewidth of this colored dotted/dashed line > * terminal type that be easily embedded into HTML and viewed with base > web browser Define "base" web browsers. SVG would be your best bet if the target audience can display it. Failing that, you'll have to generate postscript and render it to PNG or GIF. |