PatrikHlobil / Pandas-Bokeh

Bokeh Plotting Backend for Pandas and GeoPandas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colormap Legend

fleimgruber opened this issue · comments

Given e.g. https://github.com/PatrikHlobil/Pandas-Bokeh#mapplot, how to add a legend to the colorbar to specify how the color values should be interpreted, e.g. if it were a physical quantity with units?

Edit: I just realized that one could modify the plot object p as in p = df.plot(..., show_figure=False) but is there a way to specify it in the argument list of plot()?

hI @fleimgruber ,

so far there is no such functionality in pandas_bokeh itself sadly.

Best Patrik

@PatrikHlobil thanks for checking back. So for me it is actually a non-issue and can be closed, given the possibility to modify the plot object afterwards. Decision of having this as feature request or wontfix is up to you.