-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
API DesignNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionVisualizationplottingplotting
Description
most plotting functions return an Artist
instance whereas a few return something else. for example, boxplot
returns a dict
and scatter
returns a tuple
. they should at least return a matplotlib.artist.Artist
subclass (usually either a Figure
or Axes
) or an array of Artist
s.
this has been brought up before but it would be nice to make a decision here.
mailing list thread and #3474.
Metadata
Metadata
Assignees
Labels
API DesignNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionVisualizationplottingplotting