|
From: Franco F. <ffr...@Ca...> - 2005-01-17 14:56:00
|
In gnuplot 4.1 you can do the following to get print formating:
print sprintf("value: %.2f",VALUE)
This requires that gnuplot is compiled with the following experimental
option:
#define GP_STRING_VARS 2
>>> Hans-Bernhard Broeker <br...@ph...> 17-1-05
15:22:48 >>>
David Rabanus wrote:
> print "Value: %.2f",VALUE
[...]
> Any idea how to set that in gnuplot*
You don't. 'set label' has this behaviour, but not 'print'.
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Gnuplot-info mailing list
Gnu...@li...
https://lists.sourceforge.net/lists/listinfo/gnuplot-info
|