|
From: <pl...@pi...> - 2011-10-19 21:43:27
|
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>}
--> {title <svg title>}
best regards, Peter.
|