Add an axes to the figure.
The axes is added at position rect specified by:
| kwarg | Accepts | Description |
|---|---|---|
| axisbg | color | the axes background color |
| frameon | [True|False] | display the frame? |
| sharex | otherax | current axes shares xaxis attribute with otherax |
| sharey | otherax | current axes shares yaxis attribute with otherax |
| polar | [True|False] | use a polar axes? |
| aspect | [str | num] | [‘equal’, ‘auto’] or a number. If a number the ratio of x-unit/y-unit in screen-space. Also see set_aspect(). |
Examples: