plotex v0.1.2 Plotex.ViewRange

Link to this section Summary

Link to this section Types

Link to this type

datetime()
datetime() :: DateTime.t() | NaiveDateTime.t()

Link to this type

t()
t() :: %Plotex.ViewRange{
  projection: :cartesian | :polar,
  start: number(),
  stop: number()
}

Link to this section Functions

Link to this function

dist(range)
dist({datetime(), datetime()} | {nil, nil} | Plotex.ViewRange.t()) :: number()

Link to this function

new(arg, proj \\ :cartesian)

Link to this function

val(a, units \\ :nanosecond)