Replies: 1 comment 1 reply
-
It is not possible. Create an issue for a feature request. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to add borders to colorbars to be consistent with other colorbars generated in
matplotlib
, which by default contain black borders.I could always remove the borders on the
matplotlib
side, but I've come to quite like the aesthetics of a bordered colorbar, and I was wondering whether it's even possible to replicate that.As an extra,
ggplot2
's current release allows to do this by using theframe.colour
attribute inguide_colorbar
.Does anyone know whether there is any way of doing this through the current
plotnine
API?Minimal example of what I mean:
Beta Was this translation helpful? Give feedback.
All reactions