On Wed, Aug 18, 2010 at 10:03 PM, Nils Wagner
<nwag...@iam.uni-stuttgart.de> wrote:
> I would like to plot an annulus.
>

With mpl_toolkits.axisartist, it is possible to make an axes of annulus.
But, the resulting axes is not fully compatible with the original
matplotlib axes. Most of the tick-related commands won't work and you
need to use new commands provided by the axisartist module.

Attached is a sample script and a screeshot.

Also see these examples,

 http://matplotlib.sourceforge.net/examples/axes_grid/demo_floating_axes.html

-JJ

<<attachment: image.png>>

Attachment: demo_floating_axes.py
Description: Binary data

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to