From: Andrew R. <and...@us...> - 2008-08-05 08:34:02
|
Hans, The xwin driver (which I assume you are using) supports automatic updating if plplot is compiled with thread support. If you are building the library from source then add -DHAVE_PTHREAD=ON to the cmake command line. Provided you do have the pthread libraries installed you need to do nothing else - xwin will automatically use it. Regards Andrew On Tue, Aug 05, 2008 at 08:24:40AM +0200, Han...@sh... wrote: > Dear all, > > When a plot has been made on the screen and I (temporarily) overlay it with another window, the part of the plot that has been obscured is then wiped out. By calling "plflush" the contents appear again, but is there a way to tell the system to do that automatically ? > > I am using Redhat 4 on a x86_64 system. > > Thanks in advance, > Hans Rijneke. > > Shell International Exploration and Production B.V. > Kessler Park 1, > Postbus 60, > 2280 AB Rijswijk, > The Netherlands > > (: +31 070 447 2737 > *: <mailto:han...@sh...> > 6: <http://www.shell.com/eandp-en> > > Disclaimer of Liability: > This message, any attachment and response string are confidential and may be legally privileged. It is intended only for the use of the parties to whom it is addressed. If you are not the addressee indicated in this message please notify the sender immediately by reply email and destroy this message. > All information and attachments remain the property of Shell. > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Plplot-general mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-general |