LiveChart.Axes.XYAxes (uncharted v0.1.0) View Source
A struct for representing a cartesian plane
Link to this section Summary
Link to this section Types
Specs
t() :: %LiveChart.Axes.XYAxes{
show_gridlines: boolean(),
x: LiveChart.Axes.MagnitudeAxis.t(),
y: LiveChart.Axes.MagnitudeAxis.t()
}