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


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

3d plot with arrowstyle variable

Newsgroups comp.graphics.apps.gnuplot
Date 2018-01-08 09:41 -0800
Message-ID <bf7d79dc-ad8d-47a9-9fc9-a4f6dc75642b@googlegroups.com> (permalink)
Subject 3d plot with arrowstyle variable
From rmisko11@gmail.com

Show all headers | View raw


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"

My data file contents are:

0 0 0 40 40 40 1 1 
40 40 40 100 0 0 4 4
140 40 40 0 100 0 4 4
140 140 40 -90 0 0 4 4
50 140 40 0 -90 0 4 4
50 50 40 80 0 0 4 4
130 50 40 -130 -50 -40 1 1

and my gnuplot file contains:

set style arrow 1 head filled size screen 0.03,15,45 lw 2 lc rgb "cyan"
set style arrow 4 head filled size screen 0.03,15,45 lw 2 lc rgb "blue"

splot 'myData.dat' u 1:2:3:4:5:6:7 with vectors arrowstyle variable t ''

I will appreciate any guidance on getting arrowstyle variable to work for 3D (splot).

Back to comp.graphics.apps.gnuplot | Previous | NextNext 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