[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Gnuplot labels
From: |
Michael C. Riedl |
Subject: |
Gnuplot labels |
Date: |
Wed, 28 Mar 2001 12:13:22 +0200 |
Hi there!
Having calculated certain characteristic values from some data in
octave, I want to put labels on my plot showing these values.
Hard coded labels work like
gset label 1 "I = 23 mA"
But the following does not work
lab="I = 23 mA"
gset label 1 lab
Of course I need to generate a string from value first and then use it,
as I can't hard code a value that is determined from the data by octave.
Any suggestions? - Thanks!
Michael C. Riedl
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------
- Gnuplot labels,
Michael C. Riedl <=