Problems with MPLCONFIGDIR

Luis Omar Barbosa García <ionekb@...287...> writes:

RuntimeError: '/home/ionek' is not a writable dir; you must set
/home/ionek/.matplotlib to be a writable dir. You can also set
environment variable MPLCONFIGDIR to any writable directory where you
want matplotlib data stored

Sounds like you have a problem with the permissions on your home
directory. Can you create the directory ~/.matplotlib yourself and make
it writable by yourself? The commands to do that would be something like

mkdir ~/.matplotlib
chmod u+w ~/.matplotlib

···

--
Jouni K. Seppänen