Jerry,

When plplot writes any file it uses fopen to open the file first, with
the "wb+" options to make the file writeable and to truncate the file if
it already exists. This is the standard C way to deal with opening 
files so I'm surprised it doesn't work. What do the Skim people
"recommend" as a way of opening files?

Are you using the ps driver or the psttf driver? The psttf driver has to
do some more complicated manouvers to get a C++ stream. It first opens
and truncates the file as above. It the closes the C stream and opens
the file again as a C++ stream.

Andrew

On Thu, Aug 09, 2007 at 04:24:43PM -0700, Jerry wrote:
> This is kind of a low-priority issue but I thought I'd throw it out  
> anyway. There is a spiffy new PDF/PS reader being developed for the  
> Mac called Skim. (OS X has a PDFkit which helps such projects.) The  
> main purpose is to provide a way of reviewing and marking up PDF and  
> PS files such as papers and manuscripts, as well as being a general  
> PDF/PS viewer. It also has the ability to act as a display for TeX  
> output and in that capacity it can optionally check for changes to a  
> file and re-display the file if changes have been made. I've been  
> using Skim lately (in lieu of an AquaTerm fix that was discussed here  
> earlier) to look at PLplot output after my program has finished. I  
> had thought that it would automatically reload the file when my  
> program finished, having noticed that the file had changed. However,  
> this does not happen and I have to manually reload the file. The guys  
> working on Skim have deduced that PLplot must first delete the old  
> file and then make a new file and Skim does not see this as a change  
> to a single file.
> 
> Jerry
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Plplot-devel mailing list
> Plplot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/plplot-devel
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to