plotly/api

Source   Edit  

Procs

func `$`(d: Trace): string
Source   Edit  
func `%`(a: Annotation): JsonNode {....raises: [], tags: [], forbids: [].}
creates a JsonNode from an Annotations object depending on the object variant Source   Edit  
func `%`(a: Axis): JsonNode {....raises: [], tags: [], forbids: [].}
Source   Edit  
func `%`(b: ErrorBar): JsonNode
creates a JsonNode from an ErrorBar object depending on the object variant Source   Edit  
func `%`(c: Color): JsonNode {....raises: [], tags: [], forbids: [].}
Source   Edit  
func `%`(f: Font): JsonNode {....raises: [], tags: [], forbids: [].}
Source   Edit  
func `%`(l: Layout): JsonNode {....raises: [], tags: [], forbids: [].}
Source   Edit  
func `%`(l: Legend): JsonNode {....raises: [], tags: [], forbids: [].}
Source   Edit  
func `%`(m: Marker): JsonNode
Source   Edit  
func `%`(t: Trace): JsonNode
Source   Edit  
func json(d: Trace; as_pretty = false): string
Source   Edit  
proc toPlotJson[T](plt: Plot[T]): PlotJson
converts a given Plot[T] object to a PlotJson object Source   Edit