View Source Plox.GraphDataset (Plox v0.1.1)

TODO: this is a public module that graph component implementers will interact with, so it should be documented

Summary

Functions

Link to this function

get_scale!(graph_dataset, key)

View Source
Link to this function

new(id, dataset, dimensions)

View Source
Link to this function

to_color(dataset, color, data_point)

View Source
Link to this function

to_graph_point(dataset, x_key, y_key, id)

View Source
Link to this function

to_graph_points(dataset, x_key, y_key)

View Source
Link to this function

to_graph_xs(dataset, x_key)

View Source
Link to this function

to_graph_ys(dataset, y_key)

View Source