From help-request at octave dot org Fri Nov 19 02:37:43 2004 Subject: Re: Setting the y axis range of a plot From: Geraint Paul Bevan To: Ploett Norbert CC: help at octave dot org Date: Fri, 19 Nov 2004 08:44:41 +0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ploett Norbert wrote: | Hello, | | got any ideas for me? I want to set the range for the y axis of a plot, but | leave the x axis in "auto" mode. The axis command allows to set the x range | and leave the y range "auto" (by specifying a 2 element vector only), but | not the other way round. You can use gset to pass the "yrange" command to Gnuplot: gset yrange [-2:5] - -- Geraint Bevan http://homepage.ntlworld.com/geraint.bevan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iEYEARECAAYFAkGdsnkACgkQcXV3N50QmNNgHQCdHCOOMOC/bxoyvJjGiWbIzwJ8 IrkAnite/rw1iOXOIrXNcChNOer0QQZA =PPps -----END PGP SIGNATURE----- ------------------------------------------------------------- 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 -------------------------------------------------------------