On Saturday, July 30, 2011 9:16:10 PM UTC-7, andres.ordonez wrote: > > Hi, there's something weird going on with my matplotlibrc file. >
Are you talking about the file $HOME/.matplotlibrc? Sage doesn't actually use that file, as far as I know. Try putting a copy in $HOME/.sage/matplotlib-1.0.1/ (or a similarly named, already existing, directory). The reason that Sage doesn't use this file is that some matplotlib configuration files are not compatible among different versions of matplotlib, so Sage needs to make sure that it is accessing configuration files suitable for the version of matplotlib included with Sage. See <http://trac.sagemath.org/sage_trac/ticket/6235> and <http://trac.sagemath.org/sage_trac/ticket/10154> -- John -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
