On Sun, Apr 25, 2010 at 1:02 PM, Neal Becker <ndbeck...@gmail.com> wrote:

> Yes, I get this:
>
> kfilemodule(29192)/kio (KDirModel) KDirModelPrivate::_k_slotDeleteItems: No
> node found for item that was just removed:
> KUrl("file:///home/nbecker/test1.cs")
> kfilemodule(29192): couldn't create slave: "Unable to create io-slave:
> klauncher said: Unknown protocol ''.
> "
> kfilemodule(29192): couldn't create slave: "Unable to create io-slave:
> klauncher said: Unknown protocol ''.
> "
>

Very specific KDE errors. Sorry can't comment on these errors.


>
> Have not tried savefig or other backend.  (Have to learn how to use savefig
> first)
>

These are easy. Within IPython -pylab run your script with run myscript.py .
Then do a plt.savefig("myplot.png") or whatever extension available to you.
To change the backend go into your .matplotlib directory and edit
matplotlibrc file. Find backend keyword and experiment with the available
backends to see if you can reproduce that error.

-- 
Gökhan
------------------------------------------------------------------------------
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to