On Wed, Jul 8, 2009 at 3:49 PM, T J<tjhn...@gmail.com> wrote:
> Are matplotlib backends pluggable?  That is, can package X provide an
> experimental backend and tell matplotlib to use it?  If so, how?

Yes, just point to your backend with the syntax:

matplotlibrc::

 backend : module://mybackend  where mybackend is a module in your PYTHONPATH

or in code::

  import matplotlib
  matplotlib.use('module://mybackend')

JDH

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to