Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arafatkatze/glot
/ types & classes
Types & classes
7 in github.com/arafatkatze/glot
⨍
Functions
36
◇
Types & classes
7
FuncType
Func2d
Func2d is a 2-d function which can be plotted with gnuplot
function.go:6
FuncType
Func3d
Func3d is a 3-d function which can be plotted with gnuplot
function.go:9
Struct
Plot
Plot is the basic type representing a plot. Every plot has a set of Pointgroups that are simultaneously plotted on a 2/3 D plane given the plot type.
glot.go:25
Struct
PointGroup
A PointGroup refers to a set of points that need to plotted. It could either be a set of points or a function of co-ordinates. For Example z = Functio
pointgroup.go:10
Struct
gnuplotError
core.go:42
Struct
plotterProcess
plotterProcess is the type for handling gnu commands.
core.go:51
TypeAlias
tmpfilesDb
A map between os files and file names
core.go:105