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
> It would be cool to have interactive_[imshow, pcolormesh, hist,...]. I think these all deserve separate functions as they have different signatures and are different in matplotlib.
#60
Closed
SeanAshley5 opened this issue
Aug 15, 2020
· 3 comments
It would be cool to have interactive_[imshow, pcolormesh, hist,...]. I think these all deserve separate functions as they have different signatures and are different in matplotlib.
First list:
[ x] hist
[ x] scatter
[ x] imshow
pcolormesh
errorbar
seaborn distplot
each should get their own interactive_[...]_factory and interactive_[...] function
Pretty much all of the functions in pyplot could be possibly be included, but the above are probably the most useful.
It would be cool to have interactive_[imshow, pcolormesh, hist,...]. I think these all deserve separate functions as they have different signatures and are different in matplotlib.
First list:
[ x] hist
[ x] scatter
[ x] imshow
pcolormesh
errorbar
seaborn distplot
each should get their own interactive_[...]_factory and interactive_[...] function
Pretty much all of the functions in pyplot could be possibly be included, but the above are probably the most useful.
Originally posted by @SeanAshley5 in #59 (comment)
The text was updated successfully, but these errors were encountered: