On Tue, Sep 14, 2010 at 12:09 AM, Kenshi hibino
<hib...@kugi.kyoto-u.ac.jp> wrote:
> I thought that "axis([0,pi,0,1])" make the writing domain semi-circle,
> but complete circle was written as domain.
>
> Does anyone know how I should write?
>

With "polar" projection, it is not possible to make semi-circle domain.
You need to make a custom projection
(http://matplotlib.sourceforge.net/devel/add_new_projection.html). But
it would not be easy for a normal user.

Another option is to use mpl_toolkits.axisartist (distributed with mpl
1.0). However, learning curve of the axisartist is also steep. You may
play around with the last figure in the example below.

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

Regards,

-JJ

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to