Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use dt ? #18

Open
daddygongon opened this issue Nov 25, 2018 · 1 comment
Open

Can I use dt ? #18

daddygongon opened this issue Nov 25, 2018 · 1 comment

Comments

@daddygongon
Copy link

I want to write a dashed vertical line on the plot, then

Numo.gnuplot do
  set arrow: "from 10.0 ,0.0 to 10.0,140.0 nohead dashtype (10, 5)", lc_rgb:"red"
  plot xx, yy, w: :l
end

But I only got a plain red line. How do I set the dashtype appropriately from numo/gnuplot?

@masa16
Copy link
Member

masa16 commented Nov 26, 2018

Drawing dashed line is a matter of Gnuplot version and terminal types.
See http://www.ss.scphys.kyoto-u.ac.jp/person/yonezawa/contents/program/gnuplot/dashtype.html
Gnuplot ver 5 seems support dt option. I do not know which terminal does not support dashed line.
Gnuplot ver 4 requires dashed option for set terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants