Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3397

Re: Newbie question

From Karl Ratzsch <mail.kfr@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Newbie question
Date 2016-09-20 06:38 +0200
Organization solani.org
Message-ID <nrqefo$n1m$1@solani.org> (permalink)
References <f10a3e29-e847-45ff-8c7e-189e6eb8e085@googlegroups.com>

Show all headers | View raw


Am 20.09.2016 um 00:58 schrieb G Berenyi:
> How to show grid (dotted/dashed?) lines throughout plot using splot?
> Throughout meaning that if one plotted no (0) data pts the plot generated by splot (pm3d syntax?) would be filled (throughout) with (dotted/dashed?) cubes reflecting the x,y,z axes...
> 

Not sure it I understood that correctly. You want a 3D network of grid
lines?

You'll have to plot them.

Try the "special-filename" "++" to make a grid (check "set sample", "set
isosample"), splot "with vectors" and use "dashtype" to make the lines
dashed. Three times to have them in all three dimensions.

something like this: (you still have to set the the ranges and switch
off the arrow heads)

set samp 10
set isos 10
splot "++" us 1:2:(minz):(0):(0):(maxz) with vectors dt 4, \
      "++" us 1:(miny):2:(0):(maxy):(0) with vectors dt 4, \
      "++" us (minx):1:2:(maxx):(0):(0) with vectors dt 4, \

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Find similar


Thread

Newbie question G Berenyi <gbdvlp@gmail.com> - 2016-09-19 15:58 -0700
  Re: Newbie question Karl Ratzsch <mail.kfr@gmx.net> - 2016-09-20 06:38 +0200

csiph-web