Skip to content

Commit 50681a0

Browse files
committed
Add missing inheritance diagrams
1 parent 39e802f commit 50681a0

12 files changed

+167
-0
lines changed
Loading
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<map id="inheritance829eaf436e" name="inheritance829eaf436e">
2+
<area shape="rect" id="node1" href="cm_api.html#matplotlib.cm.ScalarMappable" title="This is a mixin class to support scalar &#45;&gt; RGBA mapping. &#160;Handles" alt="" coords="5,144,125,164"/>
3+
<area shape="rect" id="node3" href="#matplotlib.collections.Collection" title="Base class for Collections. &#160;Must be subclassed to be usable." alt="" coords="165,164,291,185"/>
4+
<area shape="rect" id="node2" href="#matplotlib.collections.LineCollection" title="All parameters must be sequences or scalars; if scalars, they will" alt="" coords="349,4,497,24"/>
5+
<area shape="rect" id="node6" href="#matplotlib.collections.RegularPolyCollection" title="Draw a collection of regular polygons with *numsides*." alt="" coords="330,44,516,65"/>
6+
<area shape="rect" id="node11" href="#matplotlib.collections.PatchCollection" title="A generic collection of patches." alt="" coords="345,84,501,105"/>
7+
<area shape="rect" id="node16" href="#matplotlib.collections.EllipseCollection" title="A collection of ellipses, drawn using splines." alt="" coords="344,124,502,145"/>
8+
<area shape="rect" id="node18" href="#matplotlib.collections.QuadMesh" title="Class for the efficient drawing of a quadrilateral mesh." alt="" coords="357,164,489,185"/>
9+
<area shape="rect" id="node21" href="#matplotlib.collections.PolyCollection" title="collections.PolyCollection" alt="" coords="350,204,496,225"/>
10+
<area shape="rect" id="node23" href="#matplotlib.collections.PathCollection" title="This is the most basic :class:`Collection` subclass." alt="" coords="348,245,498,265"/>
11+
<area shape="rect" id="node26" href="#matplotlib.collections.CircleCollection" title="A collection of circles, drawn using splines." alt="" coords="346,285,500,305"/>
12+
<area shape="rect" id="node28" href="#matplotlib.collections.TriMesh" title="Class for the efficient drawing of a triangular mesh using" alt="" coords="366,325,480,345"/>
13+
<area shape="rect" id="node5" href="#matplotlib.collections.AsteriskPolygonCollection" title="Draw a collection of regular asterisks with *numsides* points." alt="" coords="555,24,764,45"/>
14+
<area shape="rect" id="node13" href="#matplotlib.collections.StarPolygonCollection" title="Draw a collection of regular stars with *numsides* points." alt="" coords="565,65,754,85"/>
15+
<area shape="rect" id="node8" href="artist_api.html#matplotlib.artist.Artist" title="Abstract base class for someone who renders into a" alt="" coords="27,184,103,204"/>
16+
<area shape="rect" id="node20" href="#matplotlib.collections.BrokenBarHCollection" title="A collection of horizontal bars spanning *yrange* with a sequence of" alt="" coords="566,204,753,225"/>
17+
</map>
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<map id="inheritance03ab0131b5" name="inheritance03ab0131b5">
2+
<area shape="rect" id="node1" href="../api/artist_api.html#matplotlib.text.Annotation" title="A :class:`~matplotlib.text.Text` class to make annotating things" alt="" coords="401,4,515,28"/>
3+
<area shape="rect" id="node2" href="../api/artist_api.html#matplotlib.text.Text" title="Handle storing and drawing of text in window or data coordinates." alt="" coords="238,51,309,75"/>
4+
<area shape="rect" id="node25" href="../api/artist_api.html#matplotlib.text.TextWithDash" title="This is basically a :class:`~matplotlib.text.Text` with a dash" alt="" coords="395,51,521,75"/>
5+
<area shape="rect" id="node4" href="../api/artist_api.html#matplotlib.patches.Arc" title="An elliptical arc. &#160;Because it performs various optimizations, it" alt="" coords="631,51,722,75"/>
6+
<area shape="rect" id="node5" href="../api/artist_api.html#matplotlib.patches.Ellipse" title="A scale&#45;free ellipse." alt="" coords="403,97,513,121"/>
7+
<area shape="rect" id="node23" href="../api/artist_api.html#matplotlib.patches.Circle" title="A circle patch." alt="" coords="624,97,729,121"/>
8+
<area shape="rect" id="node7" href="../api/artist_api.html#matplotlib.patches.BoxStyle" title=":class:`BoxStyle` is a container class which defines several" alt="" coords="28,260,152,284"/>
9+
<area shape="rect" id="node8" href="../api/artist_api.html#matplotlib.artist.Artist" title="Abstract base class for someone who renders into a" alt="" coords="46,307,134,331"/>
10+
<area shape="rect" id="node10" href="../api/artist_api.html#matplotlib.patches.Patch" title="A patch is a 2D artist with a face color and an edge color." alt="" coords="221,307,326,331"/>
11+
<area shape="rect" id="node31" href="../api/artist_api.html#matplotlib.lines.Line2D" title="A line &#45; the line can have both a solid linestyle connecting all" alt="" coords="227,353,320,377"/>
12+
<area shape="rect" id="node9" href="../api/artist_api.html#matplotlib.patches.RegularPolygon" title="A regular polygon patch." alt="" coords="376,144,540,168"/>
13+
<area shape="rect" id="node39" href="../api/artist_api.html#matplotlib.patches.CirclePolygon" title="A polygon&#45;approximation of a circle patch." alt="" coords="600,144,752,168"/>
14+
<area shape="rect" id="node14" href="../api/artist_api.html#matplotlib.patches.Wedge" title="Wedge shaped patch." alt="" coords="402,190,514,214"/>
15+
<area shape="rect" id="node18" href="../api/artist_api.html#matplotlib.patches.Arrow" title="An arrow patch." alt="" coords="405,237,511,260"/>
16+
<area shape="rect" id="node21" href="../api/artist_api.html#matplotlib.patches.Polygon" title="A general polygon patch." alt="" coords="398,283,518,307"/>
17+
<area shape="rect" id="node28" href="../api/artist_api.html#matplotlib.patches.YAArrow" title="Yet another arrow class." alt="" coords="398,329,518,353"/>
18+
<area shape="rect" id="node33" href="../api/artist_api.html#matplotlib.patches.Shadow" title="patches.Shadow" alt="" coords="398,376,518,400"/>
19+
<area shape="rect" id="node36" href="../api/artist_api.html#matplotlib.patches.FancyArrowPatch" title="A fancy arrow patch. It draws an arrow using the :class:ArrowStyle." alt="" coords="371,422,545,446"/>
20+
<area shape="rect" id="node41" href="../api/artist_api.html#matplotlib.patches.Rectangle" title="Draw a rectangle with lower left at *xy* = (*x*, *y*) with" alt="" coords="392,469,524,493"/>
21+
<area shape="rect" id="node43" href="../api/artist_api.html#matplotlib.patches.FancyBboxPatch" title="Draw a fancy box around a rectangle with lower left at *xy*=(*x*," alt="" coords="373,515,543,539"/>
22+
<area shape="rect" id="node47" href="../api/artist_api.html#matplotlib.patches.PathPatch" title="A general polycurve path patch." alt="" coords="392,562,525,585"/>
23+
<area shape="rect" id="node12" href="../api/artist_api.html#matplotlib.text.OffsetFrom" title="text.OffsetFrom" alt="" coords="34,214,147,238"/>
24+
<area shape="rect" id="node13" href="../api/artist_api.html#matplotlib.patches.ConnectionStyle" title=":class:`ConnectionStyle` is a container class which defines" alt="" coords="5,168,176,191"/>
25+
<area shape="rect" id="node17" href="../api/artist_api.html#matplotlib.patches.ArrowStyle" title=":class:`ArrowStyle` is a container class which defines several" alt="" coords="23,121,158,145"/>
26+
<area shape="rect" id="node20" href="../api/artist_api.html#matplotlib.patches.FancyArrow" title="Like Arrow, but lets you set head width and head height independently." alt="" coords="607,283,746,307"/>
27+
<area shape="rect" id="node45" href="../api/artist_api.html#matplotlib.patches.ConnectionPatch" title="A :class:`~matplotlib.patches.ConnectionPatch` class is to make" alt="" coords="590,422,763,446"/>
28+
<area shape="rect" id="node38" href="../api/artist_api.html#matplotlib.lines.VertexSelector" title="Manage the callbacks to maintain a list of selected vertices for" alt="" coords="20,75,161,99"/>
29+
</map>
Loading
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<map id="inheritancedbde0cb62f" name="inheritancedbde0cb62f">
2+
<area shape="rect" id="node1" href="#matplotlib.transforms.ScaledTranslation" title="A transformation that translates by *xt* and *yt*, after *xt* and *yt*" alt="" coords="514,4,604,21"/>
3+
<area shape="rect" id="node2" href="#matplotlib.transforms.Affine2DBase" title="The base class of all 2D affine transformations." alt="" coords="404,120,476,137"/>
4+
<area shape="rect" id="node4" href="#matplotlib.transforms.BboxTransformTo" title=":class:`BboxTransformTo` is a transformation that linearly" alt="" coords="516,37,602,54"/>
5+
<area shape="rect" id="node15" href="#matplotlib.transforms.IdentityTransform" title="A special class that does on thing, the identity transform, in a" alt="" coords="515,70,603,87"/>
6+
<area shape="rect" id="node19" href="#matplotlib.transforms.BboxTransform" title=":class:`BboxTransform` linearly transforms points from one" alt="" coords="520,103,598,120"/>
7+
<area shape="rect" id="node25" href="#matplotlib.transforms.CompositeAffine2D" title="A composite transform formed by applying transform *a* then transform *b*." alt="" coords="510,136,608,153"/>
8+
<area shape="rect" id="node27" href="#matplotlib.transforms.BboxTransformFrom" title=":class:`BboxTransformFrom` linearly transforms points from a given" alt="" coords="509,169,609,186"/>
9+
<area shape="rect" id="node29" href="#matplotlib.transforms.BlendedAffine2D" title="A " alt="" coords="516,202,602,219"/>
10+
<area shape="rect" id="node37" href="#matplotlib.transforms.Affine2D" title="A mutable 2D affine transformation." alt="" coords="534,235,584,252"/>
11+
<area shape="rect" id="node21" title=":class:`BboxTransformTo` is a transformation that linearly" alt="" coords="642,37,764,54"/>
12+
<area shape="rect" id="node6" href="../api/path_api.html#matplotlib.path.Path" title=":class:`Path` represents a series of possibly disconnected," alt="" coords="20,219,68,236"/>
13+
<area shape="rect" id="node7" href="#matplotlib.transforms.AffineBase" title="The base class of all affine transformations of any number of" alt="" coords="273,120,334,137"/>
14+
<area shape="rect" id="node8" href="#matplotlib.transforms.Transform" title="The base class of all :class:`TransformNode` instances that" alt="" coords="131,186,188,203"/>
15+
<area shape="rect" id="node11" href="#matplotlib.transforms.TransformWrapper" title="A helper class that holds a single child transform and acts" alt="" coords="258,153,350,170"/>
16+
<area shape="rect" id="node31" href="#matplotlib.transforms.BlendedGenericTransform" title="A " alt="" coords="242,186,366,203"/>
17+
<area shape="rect" id="node39" href="#matplotlib.transforms.CompositeGenericTransform" title="A composite transform formed by applying transform *a* then" alt="" coords="236,219,371,236"/>
18+
<area shape="rect" id="node13" href="#matplotlib.transforms.TransformNode" title=":class:`TransformNode` is the base class for anything that" alt="" coords="4,252,83,269"/>
19+
<area shape="rect" id="node17" href="#matplotlib.transforms.BboxBase" title="This is the base class of all bounding boxes, and provides" alt="" coords="131,252,188,269"/>
20+
<area shape="rect" id="node33" href="#matplotlib.transforms.TransformedPath" title="A :class:`TransformedPath` caches a non&#45;affine transformed copy of" alt="" coords="117,285,203,302"/>
21+
<area shape="rect" id="node23" href="#matplotlib.transforms.TransformedBbox" title="A :class:`Bbox` that is automatically transformed by a given" alt="" coords="259,252,348,269"/>
22+
<area shape="rect" id="node35" href="#matplotlib.transforms.Bbox" title="A mutable bounding box." alt="" coords="280,285,328,302"/>
23+
</map>
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<map id="inheritance1bda3e63b5" name="inheritance1bda3e63b5">
2+
<area shape="rect" id="node1" href="units_api.html#matplotlib.units.ConversionInterface" title="The minimal interface for a converter to take custom instances (or" alt="" coords="5,221,135,243"/>
3+
<area shape="rect" id="node29" title="Converter for datetime.date and datetime.datetime data," alt="" coords="177,221,279,243"/>
4+
<area shape="rect" id="node2" href="ticker_api.html#matplotlib.ticker.Locator" title="Determine the tick locations;" alt="" coords="197,124,259,146"/>
5+
<area shape="rect" id="node6" href="#matplotlib.dates.DateLocator" title="DateLocator" alt="" coords="343,112,432,134"/>
6+
<area shape="rect" id="node3" href="ticker_api.html#matplotlib.ticker.TickHelper" title="TickHelper" alt="" coords="31,151,108,173"/>
7+
<area shape="rect" id="node10" href="ticker_api.html#matplotlib.ticker.Formatter" title="Convert the tick location to a string" alt="" coords="191,177,265,200"/>
8+
<area shape="rect" id="node5" href="#matplotlib.dates.YearLocator" title="Make ticks on a given day of each year that is a multiple of base." alt="" coords="511,69,595,91"/>
9+
<area shape="rect" id="node16" href="#matplotlib.dates.RRuleLocator" title="RRuleLocator" alt="" coords="507,112,598,134"/>
10+
<area shape="rect" id="node25" href="#matplotlib.dates.AutoDateLocator" title="On autoscale, this class picks the best" alt="" coords="496,155,610,177"/>
11+
<area shape="rect" id="node8" title="Use this class to parse date strings to matplotlib datenums when" alt="" coords="20,108,119,130"/>
12+
<area shape="rect" id="node9" href="#matplotlib.dates.AutoDateFormatter" title="This class attempts to figure out the best format to use. &#160;This is" alt="" coords="323,155,451,177"/>
13+
<area shape="rect" id="node13" href="#matplotlib.dates.IndexDateFormatter" title="Use with :class:`~matplotlib.ticker.IndexLocator` to cycle format" alt="" coords="322,198,453,221"/>
14+
<area shape="rect" id="node33" href="#matplotlib.dates.DateFormatter" title="Tick location is seconds since the epoch. &#160;Use a :func:`strftime`" alt="" coords="337,241,438,264"/>
15+
<area shape="rect" id="node15" href="#matplotlib.dates.DayLocator" title="Make ticks on occurances of each day of the month. &#160;For example," alt="" coords="666,4,749,26"/>
16+
<area shape="rect" id="node21" href="#matplotlib.dates.MonthLocator" title="Make ticks on occurances of each month month, eg 1, 3, 12." alt="" coords="660,47,755,69"/>
17+
<area shape="rect" id="node23" href="#matplotlib.dates.HourLocator" title="Make ticks on occurances of each hour." alt="" coords="663,90,752,112"/>
18+
<area shape="rect" id="node27" href="#matplotlib.dates.MinuteLocator" title="Make ticks on occurances of each minute." alt="" coords="658,133,757,155"/>
19+
<area shape="rect" id="node31" href="#matplotlib.dates.WeekdayLocator" title="Make ticks on occurances of each weekday." alt="" coords="652,176,763,198"/>
20+
<area shape="rect" id="node35" href="#matplotlib.dates.SecondLocator" title="Make ticks on occurances of each second." alt="" coords="656,219,759,241"/>
21+
</map>
Loading

0 commit comments

Comments
 (0)