<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to 3D Plot - Z Axis Out of Scale</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/355d7521bb/</link><description>Recent posts to 3D Plot - Z Axis Out of Scale</description><atom:link href="https://sourceforge.net/p/gnuplot/discussion/5924/thread/355d7521bb/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 12 Dec 2018 21:21:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gnuplot/discussion/5924/thread/355d7521bb/feed.rss" rel="self" type="application/rss+xml"/><item><title>3D Plot - Z Axis Out of Scale</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/355d7521bb/?limit=25#d802/89c9</link><description>&lt;div class="markdown_content"&gt;&lt;blockquote&gt;
&lt;p&gt;The z surface plot does not configure the way you would expect. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;On the contrary, it plots exactly the way I would expect it.   But that's probably because I understand the commands you used better than you do ;-)&lt;/p&gt;
&lt;p&gt;The real key here is that (at least the given subset of) the data does &lt;strong&gt;not&lt;/strong&gt; actually form a z surface.  Your use of 'set dgrid3d' turns it into &lt;strong&gt;a &lt;/strong&gt; surface --- but not the one you actually wanted.  If you really do have a surface dataset, you shouldn't need, nor use, dgrid3d on it.  If you don't, you need to read more of "help dgrid3d" to understand what it does.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hans-Bernhard Broeker</dc:creator><pubDate>Wed, 12 Dec 2018 21:21:09 -0000</pubDate><guid>https://sourceforge.netec9db399cd0e60ae9a713fb06a8d5d2fcef10324</guid></item><item><title>3D Plot - Z Axis Out of Scale</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/355d7521bb/?limit=25#d802</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello, &lt;/p&gt;
&lt;p&gt;I am running a simple 3D graph with x, y, z. The z surface plot does not configure the way you would expect. For example take this csv data:&lt;br/&gt;
        rpm,   Nm,   time&lt;br/&gt;
       600,   -200,  0&lt;br/&gt;
       600,   -150,  0.01&lt;br/&gt;
       600,   -100,  0.02&lt;br/&gt;
       600,   -50,   0.03&lt;br/&gt;
       600,    0,    0.04&lt;br/&gt;
      600,    50,   0.05&lt;br/&gt;
      600,    100,  0.06&lt;br/&gt;
      600,    150,  0.07&lt;br/&gt;
      600,    200,  0.08&lt;br/&gt;
      600,    250,  0.09&lt;br/&gt;
      600,    300,  0.1&lt;br/&gt;
      600,    700,  10.00&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;When using autoscale the z plot does not plot  up to the highest value of 10. Rather only to 4 as shown in the attachement. Any suggestions on what I am missing here.  &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I am using the following script to plot: &lt;/p&gt;
&lt;p&gt;reset&lt;br/&gt;
cd 'file'&lt;br/&gt;
set title 'Transientness Plot'&lt;br/&gt;
set xlabel "RPM"&lt;br/&gt;
set ylabel "Nm"&lt;br/&gt;
set zlabel "Time (s)" rotate&lt;br/&gt;
set datafile separator ','&lt;br/&gt;
set autoscale&lt;br/&gt;
set zrange &lt;span&gt;[0:50]&lt;/span&gt;&lt;br/&gt;
set surface&lt;br/&gt;
set palette&lt;br/&gt;
set grid&lt;br/&gt;
set dgrid3d&lt;br/&gt;
set key off&lt;br/&gt;
set pm3d&lt;br/&gt;
set zrange &lt;span&gt;[0:10]&lt;/span&gt;&lt;br/&gt;
splot "transientness_data.csv" using 1:2:3 with pm3d&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">J Kelly</dc:creator><pubDate>Wed, 12 Dec 2018 12:20:38 -0000</pubDate><guid>https://sourceforge.nete606b4124f82262dd47cf8c9782c792dfce1ef2b</guid></item></channel></rss>