On Thursday 16 November 2006 05:49 am, Laurence Darby wrote:
>
> Hello,
>
> Using newhistogram to have several histograms on one plot, I'd like to
> be able to turn off keys for certain histgrams, is this possible?
Syntax is from the cvs version, but the principle should be clear:
plot newhistogram "One", for [i=2:5] 'immigration.dat' using i, \
newhistogram "Two", for [i=2:5] '' using i notitle, \
newhistogram "Three", for [i=2:5] '' using i notitle
> The keys for each histogram on my plot are identical, so I'd like to be
> able to turn off all but the first and save some space.
--
Ethan A Merritt
Biomolecular Structure Center
University of Washington, Seattle 98195-7742
|