Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3397
| Path | csiph.com!1.us.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!news.unit0.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | Karl Ratzsch <mail.kfr@gmx.net> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Newbie question |
| Date | Tue, 20 Sep 2016 06:38:15 +0200 |
| Organization | solani.org |
| Lines | 22 |
| Message-ID | <nrqefo$n1m$1@solani.org> (permalink) |
| References | <f10a3e29-e847-45ff-8c7e-189e6eb8e085@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | solani.org 1474346296 23606 eJwFwYERADAEBLCVtDw6jnvsP0ITqB9nmMMNi5Vl5LsVBWX2zdRzWE1uSttOodtihhLzSj4ofxH0 (20 Sep 2016 04:38:16 GMT) |
| X-Complaints-To | abuse@news.solani.org |
| NNTP-Posting-Date | Tue, 20 Sep 2016 04:38:16 +0000 (UTC) |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
| Cancel-Lock | sha1:+KsbXqGWX+MbXtf+jjM/VL1P1jg= |
| X-NNTP-Posting-Host | eJwFwYEBgDAIA7CXYJQC5yiu/59gkkHnFphEKiXG+KBUimnE3O9ltPPsuuWxNVr04oFdrf0DShBE |
| X-User-ID | eJwNycERACAIA7CVqEKFcTiQ/UfQyzO2CdZRGtXGJjvrCoX1AUzvQO704ELB0fZ34TDgOvIAGvcQMQ== |
| In-Reply-To | <f10a3e29-e847-45ff-8c7e-189e6eb8e085@googlegroups.com> |
| Xref | csiph.com comp.graphics.apps.gnuplot:3397 |
Show key headers only | 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 | Next — Previous in thread | Find similar
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