help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiple plotting windows and subplots


From: Dutt, Vinayak, Ph.D.
Subject: Re: Multiple plotting windows and subplots
Date: Mon, 14 Oct 1996 12:42:10 -0500

Ronald wrote:
#
#I'm a newcomer to Octave and was wondering if there is a way
#to have multiple plot windows open from the same Octave session (like the
#MATLAB figure command) and to have multiple plots within the same window
#(like the MATLAB subplot command).  If not, is there a way to incorporate
#other graphics languages into Octave that might be able to support these
#features?  If this info is in an FAQ somewhere, please just point me in
#right direction.  Thanks.
#

I don't know if gnuplot 3.5 supports multiple windows for X11 display, but
gnuplot 3.6 does. To switch beteween multiple windows, use command

set term x11 <n>

where <n> is the display number index starting from 0. So one can have
multiple displays active at the same time.

As for multiple plots within the same window, you can use my multiplot
support available on the contrib site for octave. It uses the gnuplot 3.6
multiplot extension to support the subplot() command. The multiplot
extension is not clean impelmentation. It requires one to swithc back
to single plot mode before it displays all the subplots.

Hope this helps.

Vinayak Dutt

Ultrasound Research
Mayo Clinic
Rochester MN 55905
E-Mail: address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]