-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Hi, I need plot a 3d parametrical curve {sin(u),cos(u),u}, but if I write this:
local toPlot = {
"set grid",
"set parametric",
{"sin(u),cos(u),u"},
}
gnuplot(toPlot)Not found:
"___tmp.gnuplot.cmds.txt" line 3: undefined variable: u"
I need use splot to gnuplot make a 3d plot, but I don't know how make this with your lib.
Metadata
Metadata
Assignees
Labels
No labels