You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()?
The text was updated successfully, but these errors were encountered:
@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.
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 inp = df.plot(..., show_figure=False)
but is there a way to specify it in the argument list ofplot()
?The text was updated successfully, but these errors were encountered: