plotly_options
plotly_options
¶
Independent Plotly trace and axis projections for terminal-styled charts.
trace_options(points: Sequence[tuple[float, float]], name: str, color: str, log_x: bool, log_y: bool, *, markers: bool = False, opacity: float = 1) -> dict[str, object]
¶
Serialize finite transformed points into a Plotly line or marker trace.
axis_options(key: str | None, logarithmic: bool, bounds: tuple[float, float] | None, preview: bool) -> dict[str, object]
¶
Preserve compact magnitude and local timestamp ticks on either axis.