Graph2D | Scrolling and Sorting
You can determine the height of the Graph2D seperately from the height of the frame. If the graphHeight
is defined, and the height
is not, the frame will auto-scale to accommodate the graphHeight. If the height
is defined as well, the user can scroll up and down vertically as well as horizontally to view the graph.
Vertical scrolling is planned, though not yet available. The graphHeight also does not conform if only the height
is defined.
Graph2D does not sort the data. It is plotted as it is inputted. If you want your data to be sorted, sort your data.