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? |
Examples: