On 06/01/2012, at 5:07 AM, fink-beginners-requ...@lists.sourceforge.net wrote:

> I have found of a problem of gnuplot under Mac OS X 10.6.
> 
> I can't use a "load" command which read data thru a pipe more than once.
> 
> For example, following code does not work;
> 
> load "< echo 'plot sin(x)'"
> load "< echo 'plot cos(x)'"
> 
> After executing above code, the plot window for 'cos(x)' should remain. 
> But 'cos(x)' will not be plotted and the plotting of 'sin(x)' will stay 
> on the display. 
> 
> The gnuplot 4.4.x under Mac OS X 10.5 does not have such problem.
> 
> Does anyone know the way to avoid this problem.

linux version does work as expected, except you need to
set term x11 persist
for the window to remain open. Thus this is a mac-build and not a source-code 
issue (assuming

G N U P L O T
        Version 4.4 patchlevel 0
        last modified March 2010
        System: Darwin 10.8.0

and

G N U P L O T
        Version 4.4 patchlevel 3
        last modified March 2011
        System: Linux 3.0.0-13-generic

did not fix the issue)
James
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to