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