Hiroyasu YASUDA wrote:

>Dear all:
>
>I have been using PLplot with fortran on Mac OSX and PLplot always  
>helps my works.
>
>Although I output to ps or X-Window, I would like to output to  
>Aquaterm and Jpeg. How to write the fortran cord with PLplot in oder  
>to to use some output drivers, how to build the my code ? Please let  
>me know.
>
>  
>
Hello Hiro,

that is easy: you use a different driver than the PS or Xterm drivers. 
If you look
at the examples and run them, you will see that they first ask for the 
driver you want
to use. Presumably you set the driver directly in your program(s). If 
you do not, that is,
do not call plsdev(), then you should get a list of the available 
drivers too.

Jpeg requires the GD library - I do not know whether that is standardly 
available
on OSX, if not, you will have to install it yourself. Aquaterm ought to 
be supported
without extra stuff, if I understand your platform correctly.

Regards,

Arjen

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to