mpl_toolkits.axisartist.axis_artist.AttributeCopier

class mpl_toolkits.axisartist.axis_artist.AttributeCopier(**kwargs)[source]

Bases: object

[Deprecated]

Notes

Deprecated since version 3.2:

get_attribute_from_ref_artist(self, attr_name, default_value=<deprecated parameter>)[source]
get_ref_artist(self)[source]

Return the underlying artist that actually defines some properties (e.g., color) of this artist.

set_ref_artist(self, artist)[source]

[Deprecated]

Notes

Deprecated since version 3.2: