|
From: Ethan M. <merritt@u.washington.edu> - 2011-10-19 21:56:17
|
On Wednesday, October 19, 2011 02:03:54 pm pl...@pi... wrote:
> Hi,
>
> unless I've missed something in help there does not seem any way to set
> the svg <title> when using that terminal.
>
> All plots get :
>
> <g id="gnuplot_plot_1" ><title>gnuplot_plot_1</title>
>
>
> When I open several plots in a viewer (eg firefox) seeing them all named
> gnuplot_plot_1 is not too helpful.
>
> I thought of using the gnuplot title here but since plot titles tend to
> be rather verbose , this may not be the best idea.
>
> Since this is fairly specific to svg , maybe a better idea is to add it
> to the terminal setting syntax:
>
>
> Syntax:
> set terminal svg {size <x>,<y> {|fixed|dynamic}}
> {{no}enhanced}
> {fname "<font>"} {fsize <fontsize>}
> {mouse} {jsdir <dirname>} {name <plotname>}
^^^^^^^^^^^^^^^^^
> {font "<fontname>{,<fontsize>}"}
> {fontfile <filename>}
> {rounded|butt} {solid|dashed} {linewidth <lw>}
> {background <rgb_color>}
It's in there already:
set term svg name "myplot"
This is exactly the mechanism used to generate the demo pages
so that you can toggle the curves in one plot on/off without
affecting curves in other plots on the same page.
E.g.
http://gnuplot.sourceforge.net/demo_svg_4.5/simple.html
Ethan
> --> {title <svg title>}
>
> best regards, Peter.
>
> ------------------------------------------------------------------------------
> The demand for IT networking professionals continues to grow, and the
> demand for specialized networking skills is growing even more rapidly.
> Take a complimentary Learning@Ciosco Self-Assessment and learn
> about Cisco certifications, training, and career opportunities.
> http://p.sf.net/sfu/cisco-dev2dev
> _______________________________________________
> gnuplot-beta mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
>
--
Ethan A Merritt
Biomolecular Structure Center, K-428 Health Sciences Bldg
University of Washington, Seattle 98195-7742
|