We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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.
dt
dashed
set terminal
Sorry, something went wrong.
No branches or pull requests
I want to write a dashed vertical line on the plot, then
But I only got a plain red line. How do I set the dashtype appropriately from numo/gnuplot?
The text was updated successfully, but these errors were encountered: