On Tue, Jan 27, 2009 at 12:44 PM, Mostafa Razavi <most...@sepent.com> wrote:
> At http://www.scipy.org/Cookbook/Matplotlib/SigmoidalFunctions I read
> that matplotlib supports drawing arbitrary paths with splines, but the
> functionality hasn't been exposed to the user. Can anyone tell me how I
> can use this functionality? I tried searching the source code for
> "spline," but I couldn't find anything useful.
>
> (Sorry if this has been already brought up. I tried to search the
> archives but, weirdly enough, I couldn't find any search functionality.
> Perhaps it hasn't been exposed to the user, yet!)
>

This is lightly documented, so no worries.  See the following examples

  http://matplotlib.sourceforge.net/examples/api/path_patch_demo.html
  http://matplotlib.sourceforge.net/examples/event_handling/path_editor.html
  http://matplotlib.sourceforge.net/examples/pylab_examples/dolphin.html

and the docs for the path module

  http://matplotlib.sourceforge.net/api/path_api.html

JDH

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to