paulroth3d / jupyter-ijavascript-utils

Utility library for working with iJavaScript - a Jupyter Kernel
1 stars 0 forks source link

Demo how to make objects with columns into Vega lite graph #29

Closed paulroth3d closed 1 year ago

paulroth3d commented 1 year ago

Break apart to multiple records with series, key, value

Include the Vega lite examples at the top of the Vega package

also include example using

encode( vl.column().fieldN(‘key’), … )

maybe include an example with a color interpolation based on a range Similar to d3 color range

paulroth3d commented 1 year ago

Also include example for vl.mark({ type:”arc”, tooltip:true })

paulroth3d commented 1 year ago

Initial attempt in the FAQ section of the Vega Module