On Mon, Jan 4, 2010 at 6:51 PM, Jeff Post <[email protected]> wrote: > On Monday 04 January 2010 17:23, William Stein wrote: >> >> What happens if you do >> >> rm -rf $HOME/.matplotlib >> >> -- William > > Yikes! How about > cd ~ > mv .matplotlib matplotlibBackup > > Perhaps it's my ignorance of how sage works, but wiping out an entire library > seems like a radical step.
It's not an entire library. It's a single font list cache file: flat:hw wstein$ ls ~/.matplotlib/ fontList.cache -- William -- 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
