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


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

Re: 3d plot with arrowstyle variable

From Karl Ratzsch <mail.kfr@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: 3d plot with arrowstyle variable
Date 2018-01-09 10:48 +0100
Organization solani.org
Message-ID <p3234m$ngo$1@solani.org> (permalink)
References <bf7d79dc-ad8d-47a9-9fc9-a4f6dc75642b@googlegroups.com>

Show all headers | View raw


Am 08.01.2018 um 18:41 schrieb rmisko11@gmail.com:
> I can get arrowstyle variable to work with 2D plots in gnuplot 5.0 patchlevel 3
> 
> but when I try it with 3d I get:
> 
> "warning: arrowstyle 0 not found"
> 
> splot 'myData.dat' u 1:2:3:4:5:6:7 with vectors arrowstyle variable t ''
> 

Hm, sure this is exactly the command you tried?
The following works for me in version 5.2pl2 and 5.0pl1:

=========
$dat << EOD
1 1 1 3 3 3 1
0 0 0 1 1 1 2
EOD
set style arrow 1 heads lw 2
set style arrow 2 heads lw 4
splot $dat us 1:2:3:4:5:6:7 with vect arrowstyle var
=========

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


Thread

3d plot with arrowstyle  variable rmisko11@gmail.com - 2018-01-08 09:41 -0800
  Re: 3d plot with arrowstyle variable Karl Ratzsch <mail.kfr@gmx.net> - 2018-01-09 10:48 +0100
  Re: 3d plot with arrowstyle  variable rmisko11@gmail.com - 2018-01-09 04:11 -0800

csiph-web