Plotex.ViewRange (plotex v0.5.0)

Summary

Types

@type datetime() :: DateTime.t() | NaiveDateTime.t()
@type t() :: %Plotex.ViewRange{
  projection: :cartesian | :polar,
  start: number(),
  stop: number()
}

Functions

@spec dist({datetime(), datetime()} | {nil, nil} | 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)