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
Making a colorbar histogram is a kinda popular visualization that's not difficult but I figure finnicky enough that it's worth adding an example to the gallery.
Suggested improvement
I've got one here to explain what I mean but I'm making this an issue so that maybe someone who has a better example can have fun with this:
I'm making cax an inset_axes here mostly because a lot of the real use cases for this are maps where it's nice to have a lot of control on where to put the histogram. I figure this example should live in color. Would be even nicer with #26312 and colorizer 'cause then I think the syncing is managed.
The text was updated successfully, but these errors were encountered:
I'd make the bins more purposeful - in the above dataset, bins = np.linspace(0, 1, 11) would be much more useful than the default. Agreed that a better dataset would be more interesting though. Maybe the MRI one would be cool, since it's hard to get a feel for how much of each color there is.
Documentation Link
No response
Problem
Making a colorbar histogram is a kinda popular visualization that's not difficult but I figure finnicky enough that it's worth adding an example to the gallery.
Suggested improvement
I've got one here to explain what I mean but I'm making this an issue so that maybe someone who has a better example can have fun with this:
I'm making cax an inset_axes here mostly because a lot of the real use cases for this are maps where it's nice to have a lot of control on where to put the histogram. I figure this example should live in color. Would be even nicer with #26312 and colorizer 'cause then I think the syncing is managed.
The text was updated successfully, but these errors were encountered: