John Hunter-4 wrote:
> 
>     _validate_standard_backends = ValidateInStrings('backend',
> all_backends, ignorecase=True)
>     def validate_backend(s):
>         if s.startswith('module://'): return s
>         else: return _validate_standard_backends(s)
> 
> 
> Should work...
> 

Thanks. Now matplotlib.use('module://...') works.
(The -d option still doesn't, but I don't need it.)

Jason
-- 
View this message in context: 
http://www.nabble.com/How-to-add-a-new-backend--tp20089848p20092273.html
Sent from the matplotlib - devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to