Plottable
viz.Plottable
object Plottable
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Plottable.type
Members list
Extensions
Extensions
extension (plottable: String)(using plotTarget: LowPriorityPlotTarget, chartLibrary: ChartLibrary)
This assumes the string is a valid specification for your charting library and plots it on a hail mary
This assumes the string is a valid specification for your charting library and plots it on a hail mary
Attributes
extension (plottable: Path)(using plotTarget: LowPriorityPlotTarget, chartLibrary: ChartLibrary)
This assumes the path is a file which contains a valid specification for your charting library
This assumes the path is a file which contains a valid specification for your charting library
Attributes
extension (plottable: Value)(using plotTarget: LowPriorityPlotTarget, chartLibrary: ChartLibrary)
This assumes the value is a valid specification for your charting library
This assumes the value is a valid specification for your charting library
Attributes
extension (plottable: SpecUrl)(using plotTarget: LowPriorityPlotTarget, chartLibrary: ChartLibrary)
This assumes the value is a valid specification for your charting library
This assumes the value is a valid specification for your charting library
Attributes
extension (plottable: ResourcePath)(using plotTarget: LowPriorityPlotTarget, chartLibrary: ChartLibrary)
extension [N <: Tuple, V <: Tuple, T <: NamedTuple[N, V]](plottable: T)
def plot()(using w: Writer[T], plotTarget: LowPriorityPlotTarget, chartLibrary: ChartLibrary): VizReturn
In this article