Skip to content

How to use splot? #2

@Bissiatti

Description

@Bissiatti

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions