From help-octave-request at bevo dot che dot wisc dot edu Thu Jun 12 10:06:12 2003 Subject: Re: problem saving multiplot to a file From: Manojit Roy To: help-octave at bevo dot che dot wisc dot edu Date: Thu, 12 Jun 2003 11:06:00 -0400 (EDT) The way I solve this problem is by creating a load file "load.m", at the beginning of which is your gset commands, followed by plot commands and ended with "gset nomulti" (the last command is to get a readable postscript file). Each time when I need to refresh the plot, I quit octave, restart it, and execute "load". This complicated method may have to do with deleting intermediate tmp files (command "purge_tmp_files" does not do a good job). I am sure there are better ways, maybe someone can help. Thanks, Manojit On Thu, 12 Jun 2003, Umme Salma wrote: > > hi, > I wanted to save a multiplot in a postscript file . > but it complains that the output or the terminal cannot be changed in > the multiplot mode. > I tried to switch to single plot mode do the setting i.e > gset term postscript > gset output "dev.ps" > and then switched to multiplot and do the plotting but it is not > plotting to the required file. > is there a solution for this? > regards, > salma > > **************************Disclaimer************************************ > > Information contained in this E-MAIL being proprietary to Wipro Limited is > 'privileged' and 'confidential' and intended for use only by the individual > or entity to which it is addressed. You are notified that any use, copying > or dissemination of the information contained in the E-MAIL in any manner > whatsoever is strictly prohibited. > > *************************************************************************** > ------------------------------------------------------------- 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 -------------------------------------------------------------