|
From:
<br...@ph...> - 2006-04-21 09:25:21
|
Nathalie Capron-Joubert wrote:
> but I would like to know if there is a possibility
> of "z2range" in order to "splot" 2 series of data
> on the same graph
No. splot generally has no secondary axes --- no x2, no y2, and no z2
either.
> "valid set options: [] = choose one, {} means optional
> 'title', 'view', '[xyz]{2}data', '[xyz]{2}label', '[xyz]{2}range', "
That's shorthand motivated by the need to squeeze all the available
options into a manageably-sized screen blurb. If you really want to
know what there is, please consult the real documentation:
help set
|