Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to change the color of an arrow

Tags:

gnuplot

It seems that this command can not change the color of an arrow

set arrow from 22,1590 to 523,1090 lw 3   back  lc rgb "blue" filled

But I get

duplicated arguments in style specification

and it points to the beginning of filled.

Why?

like image 627
mahmood Avatar asked Sep 03 '25 04:09

mahmood


1 Answers

Usually the order of arguments doesn't matter in gnuplot, unfortunately in your case it does. Use

set arrow from 22,1590 to 523,1090 filled back lw 3 lc rgb "blue"
like image 196
Christoph Avatar answered Sep 05 '25 00:09

Christoph



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!