Module: svggraphs

An unknown error has occurred.

A selection of SVG graphs - can display values sent by JSON.

Axis1A graph axis, 720 pixels high, and 960 width, with further space around it for graph labels - and should normally be set in an svg space of 1000 high, 1300 width. This widget has a container into which you would insert further Points or Lines widgets which contain the data to be plotted.
Axis2A graph axis can be set with scale size, normally set in an svg space, used to contain further widgets displaying points.
Axis3A graph axis with string labels set along the x and y axis, normally set in an svg space, used to contain further widgets displaying points.
Chart1A chart filled with a list of values from the right to the left.
Graph48HrA 48 hour graph of values against datetime.datetime objects.
LinesNormally placed within an Axis widget container, provides a set of points linked by lines to be shown on the graph axis.
PointsNormally placed within an Axis widget container, provides a set of points to be shown on the graph axis.
StarChartA 500 unit diameter circle displaying a stereographic projection of stars.
StarChartXYA 500 unit diameter circle displaying stars given as pixel XY coordinates with circle centre as origin. Stars JSON settable.
XBarsNormally placed within an Axis widget container, provides a set of vertical bars to be shown on the graph axis.
YBarsNormally placed within an Axis widget container, provides a set of horizontal bars to be shown on the graph axis.