|
From: Laurence D. <ld...@mi...> - 2006-11-16 19:12:11
|
Laurence Darby wrote: > 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 :) > Shouldn't the option "notitle" be called "nokey" instead, because it's making the keys disappear and the titles are still underneath each histogram? Laurence |