Thread View: comp.graphics.apps.gnuplot
1 messages
1 total messages
Started by "Andrew D. Jones
Mon, 26 Aug 1996 00:00
Title Tex
Author: "Andrew D. Jones
Date: Mon, 26 Aug 1996 00:00
Date: Mon, 26 Aug 1996 00:00
27 lines
659 bytes
659 bytes
Thank you for creating GNUplot for NeXTstep. It is an excellent and easy to use application. In my FORTRAN program, I want to be able to write the values of the variables used for each plot. What is the format for text in a data set? I have GNUplot 3.4 NeXTstep interface 1.2. Where can I find the latest version of this program that runs on a NeXTstation Turbo running NeXTstep 3.3? Thanks again, Andrew C PLOT SOLUTIONS WRITE(num,*) 'TitleText: N=',NC(i),' T=',T,' K=',K(q), WRITE(num,90) '"{U(x,y)}"' WRITE(num,91) (x(j),U(j),j=0,NC(i)-1) WRITE(num,90) '"{V(x,y)}"' WRITE(num,91) (x(j),V(j),j=0,NC(i)-1)
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads