cjdoris / Bokeh.jl

Interactive plotting made easy
https://cjdoris.github.io/Bokeh.jl
Other
77 stars 3 forks source link

add_layout function query #28

Closed aeroflux closed 10 months ago

aeroflux commented 12 months ago

Hi Cj, thank you so much for writing this library, it has been a pleasure to use.

I have a query though. I have been wanting to add colorbars and multiple axes to a plot but can't seem to find a way to add a layout.

p.add_layout(..)

Couldn't find a reference of it in your source code. Am I missing something or is there the option to add this call? Many thanks

cjdoris commented 11 months ago

The plot! function is actually for adding any visible element to a plot, not just glyphs (scatters, lines, etc) but also axes, legends, titles, etc.

(Sorry for the slow response, this got lost in my inbox.)