plotex v0.3.0 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

empty(proj \\ :cartesian)

Link to this function

from(data, proj \\ :cartesian)

Find the maximum and minumun points for a given line of data.

Link to this function

new(arg, proj \\ :cartesian)

Link to this function

to_val(a, units \\ :nanosecond)