From: David S. <dc...@co...> - 2009-11-14 03:28:34
|
Thanks. That did the trick. Suggestion: put a reference to plspause in the documentation of plend. That would be very helpful. -- Best, David On 11/13/09 5:49 PM, Hezekiah M. Carty wrote: > > By default, PLplot's interactive devices wait after a call to plend or > other functions which trigger the end of a plot page. If you would > like to avoid this wait, you can use the plspause function to change > that option. From C, calling plspause(0) will disable the end-of-page > pause and plspause(1) will enable it again. > > Hope this helps, > > Hez > |