|
From: Laurence D. <ld...@mi...> - 2006-11-16 17:14:26
|
Ethan A Merritt wrote: > 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 > Thanks that does exactly what I want :) Laurence |