Thread Closed

Plotting in gnuplot

 
Share Thread Thread Tools
Dec2-06, 07:13 AM   #1
 

Plotting in gnuplot


I want to plot in gnuplot the function , with the range being:



0<z<3
-5<x<5
-5<y<5

What is the command?

Thanks in advance, fellows.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Dec2-06, 08:02 AM   #2
 
I think it is the set range command. I'm not sure of the syntax, but it's something like set xrange [-5:5]. You might want to check that in the help file.
Dec2-06, 12:15 PM   #3
 
set xrange[-5:5]
set yrange[-5:5]
set zrange[0:3]
splot -x*x/8.0 - y*y/8.0 + 2
Thread Closed
Thread Tools


Similar Threads for: Plotting in gnuplot
Thread Forum Replies
Gnuplot and Latex Math & Science Software 15
gnuplot Computing & Technology 10
gnuplot Computing & Technology 3
gnuplot Computing & Technology 0
Gnuplot Computing & Technology 3