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
Hello, I would like to create a style for plotnine. I found out how to create a theme and successfully did it, however I still struggle with a few problems.
How can I set a default color cycler for continuous and nominal? I want to use LinearSegmentedColormap directly instead of providing its name.
How can I set colormap for continuous and categorial variable in the plot? I would liek to use again classes directly (LinearSegmentedColormap class) instead of specifying colormap. Alternatively, I would like to use name defined by me, e.g. my cmap has name color_red_blue.
How can I change title position? I would like to use matplotlib axes.titlelocation: left from rc config.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I would like to create a style for plotnine. I found out how to create a theme and successfully did it, however I still struggle with a few problems.
LinearSegmentedColormap
directly instead of providing its name.color_red_blue
.axes.titlelocation: left
from rc config.Beta Was this translation helpful? Give feedback.
All reactions