plotex v0.1.0 Plotex.Axis

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Plotex.Axis{
  basis: map(),
  kind: :numeric | :datetime,
  limits: Plotex.ViewRange.t(),
  name: String.t(),
  ticks: non_neg_integer(),
  view: Plotex.ViewRange.t()
}