-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
MEP12 API examples #7439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MEP12 API examples #7439
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Several minor tweaks.
Changing colors of lines intersecting a box | ||
=========================================== | ||
|
||
The lines interescting the rectangle are colored in red, while the other one |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interescting -> intersecting
other one -> others
RegularPolyCollection with autoscaling. | ||
''' | ||
========================================================= | ||
Line and Poly and RegularPoly Collection with autoscaling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line, Poly, and ...
Colorbar | ||
======== | ||
|
||
This example shows how to use colorbar by specify the mappable object (here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
specify -> specifying
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an existing typo here; should be CLOSEPOLY
.
Custom projection | ||
================= | ||
|
||
This example showcases the Hammer projection by alleviating many features of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed this one.
@@ -1,3 +1,11 @@ | |||
""" | |||
======================== | |||
Yet another Sankey chart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chart -> diagram
"""Demonstrate the Sankey class by producing three basic diagrams. | ||
""" | ||
================ | ||
The Sankey class |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
50/50 on changing class to diagram here too.
"""Demonstrate the Sankey class with a practicle example of a Rankine power | ||
""" | ||
=================== | ||
Rankine power Cycle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cycle -> cycle
Rankine power Cycle | ||
=================== | ||
|
||
Demonstrate the Sankey class with a practicle example of a Rankine power |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
practicle -> practical
@@ -1,5 +1,9 @@ | |||
""" | |||
This example makes custom 'pie charts' as the markers for a scatter plotqu | |||
==================================== | |||
Scatter plot with pie charts markers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
charts -> chart
Comments are addressed. |
appveyor failure is network related. |
backported to v2.x as a1b680b |
Thanks @NelleV |
MEP12-ifying API examples.
Related to #7206