Plotting Styles
-
Line
Class Line | ExampleConstruction Helper
line(x, y), line(y) -
Point/Scatter
Class Points | ExampleConstruction Helper
points(x, y), points(y)
scatter(x, y), scatter(y) -
Impulses
Class Impulses | ExampleConstruction Helper
impulses(x, y), impulses(y) -
Steps
Class Steps | ExampleConstruction Helper
steps(x, y), steps(y) -
XError
Class XError | ExampleConstruction Helper
xerror(x, y, err), -
YError
Class YError | ExampleConstruction Helper
yerror(x, y, err), -
XYError
Class XYError | ExampleConstruction Helper
xyerror(x, y, xerr, yerr), -
YErrorLine
Class YErrorLine | ExampleConstruction Helper
yerrorline(x, y, err), yerrorline(y, err) -
Filled Curve
Class FilledCurve | ExampleConstruction Helper
filledcurves(x, y, err), filledcurves(y, err) -
Arrow/Vector/Quiver
Class Arrows | ExampleConstruction Helper
arrows(x1, y1, x2, y2), vector(x1, y1, x2, y2), quiver(x, y, u, v) -
Boxes
Class Boxes | ExampleConstruction Helper
boxes(x, y), boxes(y) -
Boxplot
Class Boxplot | ExampleConstruction Helper
boxplot(x, y), boxplot(y) -
Heatmap
Class Heatmap | ExampleConstruction Helper
heatmap(matrix, rows, columns, at_function), heatmap(matrix) -
Circle
Class Circle | ExampleConstruction Helper
circle(x, y, radius, startAngleDeg, stopAngleDeg) -
Piechart
Class Piechart | ExampleConstruction Helper
piechart(names, values), piechart(values), -
Multi Plot
Class Multiplot | Example -
Bode Plot
ExampleConstruction Helper
bode(frequ, amp_dB, phase_deg)