Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating vectors with only the arrowhead in gnuplot

Tags:

vector

gnuplot

How does one create a vector without the line and just the arrowhead?

There is an option called "nohead" which removed the head of the arrow, but I want to do the opposite, remove the line of the vector and only keep the head.

Most preferably also be able to re-scale the size of this arrowhead based on a single number.

like image 513
LinG Avatar asked Jun 06 '26 01:06

LinG


1 Answers

Found some useful advices on TeXExchange, seems like exactly what you were looking for. The right command that you need is fixed which allows to plot only the head

set style arrow 11 head filled size 7, 20, 60 fixed lt -1 

Otherwise have a look on SourceForge, were you find the originally solved question!

EDIT: The result will look something like this Fixed

like image 108
opisthofulax Avatar answered Jun 08 '26 00:06

opisthofulax



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!