Sponsored Content
Full Discussion: gnuplot + 3-d grids
Special Forums UNIX and Linux Applications gnuplot + 3-d grids Post 302156684 by JamesGoh on Tuesday 8th of January 2008 06:55:12 PM
Old 01-08-2008
gnuplot + 3-d grids

When designing a 3-d graph in gnuplot, is it possible to create a 3-d grid that goes through each point on the graph ?
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help with gnuplot

Hi, I am a beginner using UNIX, and was wondering how to use gnuplot from UNIX on my pc. I am connected remotely to my work's UNIX server using Secure Shell Client, and gnuplot won't open a new window when I use the plot command. How do I do this? Moreover, is it possible to save things from the... (0 Replies)
Discussion started by: KTTFB64
0 Replies

2. UNIX and Linux Applications

GNUplot

Hi, I am trying to make a plot of an ASCII file using GNUplot, but I keep getting error msg: for example plot filename.txt It says that (.txt ) is not identified ... I tried to write it without the .txt part, but I also get the error msg. Any idea why? :confused: (1 Reply)
Discussion started by: cosmologist
1 Replies

3. UNIX and Linux Applications

gnuplot limitations

I'm running a simulation (programmed in C) which makes calls to gnuplot periodically to plot data I have stored. First I open a pipe to gnuplot and set it to multiplot: FILE * pipe = popen("gnuplot", "w"); fprintf(pipe, "set multiplot\n"); fflush(pipe); (this pipe stays open until the... (0 Replies)
Discussion started by: sedavidw
0 Replies

4. Shell Programming and Scripting

xargs and gnuplot

Hi All, Seems I have an xargs stdin problem that I don't understand. I have a script (call it myscript.sh) that takes the names of one or more file(s) specified on the command line and creates a single gnuplot command file containing multiple records, one for each specified file. Each of... (9 Replies)
Discussion started by: paulianna2002
9 Replies

5. Emergency UNIX and Linux Support

GNUPLOT help needed

Dear All, I am new to GNUPLOT :D and dont know how it works, but actually there is a LINUX script generated by me which is running & capturing data in real time, the problem is that i want to plot that data in real time using GNUPLOT.:confused: please help.:wall: (5 Replies)
Discussion started by: jojo123
5 Replies

6. UNIX for Dummies Questions & Answers

Need help! How to gnuplot a picture??

I would like to ask if I have already plot a graph using gnuplot, the setting(made by others) is in "gnuplot.defaults": gnuplot> load '<ParadisDir>/inputs/gnuplot.defaults' gnuplot> splot 'box.in' with lines, '0t0001' w lines How to transform it to bmp file? (or other types of pictures?) ... (2 Replies)
Discussion started by: kelvin490
2 Replies

7. Shell Programming and Scripting

gnuplot do not take my variable

Hi! i want to print ot my data of the last seven days with gnuplot. in a script i put my gnuplot-script and at the top i generate my date-variable. #/bin/bash -e # Gnuplot script "API_Status.txt" # set terminal postscript color landscape dl 2 lw 2 'Helvetica' 15 ; # set output... (2 Replies)
Discussion started by: IMPe
2 Replies

8. Shell Programming and Scripting

Gnuplot question

Hi! Let's say I have these two columns in file.txt 0 1 1 5 2 10 3 15 4 20 5 25 in gnuplot, i would plot usingplot 'file.txt' u 1:2 If I wanted to add a label to the y-axis I would useset label "Ef" at 0.0,7.0 However, I want the label Ef to be on the otherside of the y-axis. Not... (0 Replies)
Discussion started by: sidiq1983
0 Replies

9. Shell Programming and Scripting

Gnuplot script

Need assistance in getting a script right. It requires little tweaking and I am not getting it right . Using below data and the below script it creates a table with png file but regarding the time it create 6,7,8 and i want each time 6:15 ,6:30 and so on So that i can view the exact graph... (3 Replies)
Discussion started by: ajayram_arya
3 Replies
graph(1g)																 graph(1g)

Name
       graph - draw a graph

Syntax
       graph [option...]

Description
       The  command  with  no options takes pairs of numbers from the standard input as abscissas and ordinates of a graph.  Successive points are
       connected by straight lines.  The graph is encoded on the standard output for display by the filters.

       If the coordinates of a point are followed by a nonnumeric string, that string is printed as a label beginning on the point.  Labels may be
       surrounded with quotes "...", in which case they may be empty or contain blanks and numbers; labels never contain new lines.

       A legend indicating grid range is produced with a grid unless the -s option is present.

       If a specified lower limit exceeds the upper limit, the axis is reversed.

Options
       -a	   Supplies  abscissas	automatically and uses next two arguments to set spacing and starting point.  Spacing is given by the next
		   argument (default 1).  A second optional argument is the starting point for automatic abscissas (default 0 or lower limit given
		   by -x).

       -b	   Breaks graph after each label in the input.

       -c	   Uses specified string (next argument) as label.

       -g	   Uses specified number (next argument) in setting up grid style:  0 (no grid), 1 (frame with ticks), and 2 (full grid).  Default
		   is 2.

       -h	   Uses specified number (next argument) as fraction of space for height.

       -l	   Uses specified string (next argument) as graph label.

       -m	   Uses specified number (next argument) in setting up line mode:  0 (disconnected) and 1 (connected).	Default is 1.

       -r	   Uses specified number (next argument) as fraction of space to right before plotting.

       -s	   Saves screen (no erase) before plotting.

       -t	   Transposes vertical and horizontal axes.

       -u	   Uses specified number (next argument) as fraction of space to move up before plotting.

       -w	   Uses specified number (next argument) as fraction of space for width.

       -x [ l ]    Determines x axis logarithmically.  Next two arguments after l determine lower and upper  x	limits	respectively.	The  third
		   argument determines grid spacing on x axis.

       -y [ l ]    Same as x but for y axis.

Restrictions
       The command stores all points internally and drops those for which there is not room.

       Segments that run out of bounds are dropped, not windowed.

       Logarithmic axes may not be reversed.

See Also
       plot(1g), spline(1g)

																	 graph(1g)
All times are GMT -4. The time now is 07:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy