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
cbar_short_side_pad is a mouthful of an argument name; it is also somewhat of an odd measure (denoting the distance between the ends of the colorbar and the edges of the plot area or figure area depending on the cbar_mode). In an offline conversation with @nathanieltarshish, it was determined that it may make more sense (when paired with cbar_thickness) to allow the user to specify the length of the colorbar.
It would also be nice if one could specify this measure in either absolute or relative space. For the colorbar thickness (there called cbar_size), this is enabled in AxesGrid by allowing the user to specify either a float (for specifying a measure in absolute space) or string of the form '5%' (for specifying a measure in relative space). We could adopt a similar convention here.
The text was updated successfully, but these errors were encountered:
cbar_short_side_pad
is a mouthful of an argument name; it is also somewhat of an odd measure (denoting the distance between the ends of the colorbar and the edges of the plot area or figure area depending on thecbar_mode
). In an offline conversation with @nathanieltarshish, it was determined that it may make more sense (when paired withcbar_thickness
) to allow the user to specify the length of the colorbar.It would also be nice if one could specify this measure in either absolute or relative space. For the colorbar thickness (there called
cbar_size
), this is enabled inAxesGrid
by allowing the user to specify either afloat
(for specifying a measure in absolute space) or string of the form'5%'
(for specifying a measure in relative space). We could adopt a similar convention here.The text was updated successfully, but these errors were encountered: