Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3583
| From | dale <dale@dalekelly.org> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: beginner question |
| Date | 2017-03-18 15:38 -0400 |
| Message-ID | <a6gntb.qfb.17.1@news.alt.net> (permalink) |
| References | <a6etek.7s4.19.1@news.alt.net> <oaj477$l8b$1@solani.org> <a6gduf.1v7.19.1@news.alt.net> |
On 3/18/17 12:48 PM, dale wrote: > On 3/18/17 7:04 AM, Karl Ratzsch wrote: >> Am 18.03.2017 um 04:01 schrieb dale: >>> I'm trying to plot three dimensional points >>> >>> splot "cube.txt" >> >>> the points are okay but the zaxis has two zeroes and a space between >>> them, I have set xrange, yrange and zrange and the zaxis remains the >>> same >>> >> >> I get numbered tics at 0,20,40...100 on the x,y and z-axis. >> >> The zero at the intersection of the z-axis with the xy-plane belongs >> to the x-axis. >> > > gnuplot> set xrange [0:100] > gnuplot> set yrange [0:100] > gnuplot> set zrange [0:100] > gnuplot> set xtics 0,10,100 > gnuplot> set ytics 0,10,100 > gnuplot> set ztics 0,10,100 > gnuplot> splot "cube.txt" > > still two zero planes along z axis > > xaxis is now reversed (100 to 0) > found a solution with a websearch of (gnuplot two xy planes in splot) http://theochem.ki.ku.dk/on_line_docs/gnuplot/gnuplot_36.html gnuplot> set xyplane 0 but why wouldn't this be the default? (set ticslevel is deprecated in Version 5.0 patchlevel 5) thanks much -- dale | http://www.dalekelly.org
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
beginner question dale <dale@dalekelly.org> - 2017-03-17 23:01 -0400
Re: beginner question Karl Ratzsch <mail.kfr@gmx.net> - 2017-03-18 12:04 +0100
Re: beginner question dale <dale@dalekelly.org> - 2017-03-18 12:48 -0400
Re: beginner question dale <dale@dalekelly.org> - 2017-03-18 15:38 -0400
csiph-web