Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
MEP12 API examples #7439
Conversation
NelleV
added the
Documentation
label
Nov 11, 2016
NelleV
added this to the
2.1 (next point release)
milestone
Nov 11, 2016
| +Changing colors of lines intersecting a box | ||
| +=========================================== | ||
| + | ||
| +The lines interescting the rectangle are colored in red, while the other one |
| -RegularPolyCollection with autoscaling. | ||
| +''' | ||
| +========================================================= | ||
| +Line and Poly and RegularPoly Collection with autoscaling |
| +Colorbar | ||
| +======== | ||
| + | ||
| +This example shows how to use colorbar by specify the mappable object (here |
| +Compound path | ||
| +============= | ||
| + | ||
| +Make a compound path -- in this case two simple polygons, a rectangle | ||
| and a triangle. Use CLOSEOPOLY and MOVETO for the different parts of |
| +Custom projection | ||
| +================= | ||
| + | ||
| +This example showcases the Hammer projection by alleviating many features of |
QuLogic
Nov 11, 2016
Member
I don't think alleviating is the right verb here; not sure what it's trying to say (utilizing/using would fit without changing the sentence, but doesn't quite imply the same things.)
| @@ -1,4 +1,8 @@ | ||
| """ | ||
| +==================================== | ||
| +Custom tick formatter for timeseries |
| +==================================== | ||
| +Custom tick formatter for timeseries | ||
| +==================================== | ||
| + | ||
| When plotting time series, e.g., financial time series, one often wants | ||
| to leave out days on which there is no data, eh weekends. The example |
QuLogic
Nov 11, 2016
Member
The existing "eh" here is probably not someone being Canadian... Probably should be "e.g.," or maybe "i.e.,".
| @@ -1,4 +1,8 @@ | ||
| ''' | ||
| +========================================= | ||
| +Labeling ticks using engineering notations |
| @@ -1,3 +1,12 @@ | ||
| +""" | ||
| +========================= | ||
| +Hatched filled histograms |
| +A mathtext image as numpy array | ||
| +=============================== | ||
| + | ||
| +This example shows how to make images from latex strings. |
| +Bezier Curve | ||
| +============ | ||
| + | ||
| +This example showcases the PathPatch object to create a bezier polycurve path |
| @@ -1,5 +1,9 @@ | ||
| """ | ||
| -Example of creating a radar chart (a.k.a. a spider or star chart) [1]_. | ||
| +===================================== | ||
| +Radar chart (aka spider or star chart |
| @@ -1,3 +1,11 @@ | ||
| +""" | ||
| +======================== | ||
| +Yet another Sankey chart |
| -"""Demonstrate the Sankey class by producing three basic diagrams. | ||
| +""" | ||
| +================ | ||
| +The Sankey class |
| -"""Demonstrate the Sankey class with a practicle example of a Rankine power | ||
| +""" | ||
| +=================== | ||
| +Rankine power Cycle |
| +Rankine power Cycle | ||
| +=================== | ||
| + | ||
| +Demonstrate the Sankey class with a practicle example of a Rankine power |
| @@ -1,5 +1,9 @@ | ||
| """ | ||
| -This example makes custom 'pie charts' as the markers for a scatter plotqu | ||
| +==================================== | ||
| +Scatter plot with pie charts markers |
|
Comments are addressed. |
|
appveyor failure is network related. |
tacaswell
merged commit a07af2d
into matplotlib:master
Nov 11, 2016
tacaswell
added a commit
that referenced
this pull request
Nov 11, 2016
|
|
tacaswell |
a1b680b
|
|
backported to v2.x as a1b680b |
|
Thanks @NelleV |
tacaswell
modified the milestone: 2.0.1 (next bug fix release), 2.1 (next point release)
Nov 11, 2016
QuLogic
modified the milestone: 2.0.1 (next bug fix release), 2.0 (style change major release)
Dec 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NelleV commentedNov 11, 2016
MEP12-ifying API examples.
Related to #7206