Question #654642 on Yade changed:
https://answers.launchpad.net/yade/+question/654642

Luc Scholtès proposed the following answer:
Hello Ozge,

The error you mentioned is not related to Yade install at all. It is
related to a line in one of your python scripts. More specifically, it
is related to python (matplotlib) and does not have anything to do with
Yade since it results from this command line:

python multiPlot.py

as mentioned in the error message (most of the time, error messages are
quite clear).

In that case in particular, (as mentioned in the error message), it is
related to the line 204 of your script

legend(('0','2','5','10','20'),1)

The version of python that you use needs this instead:

legend(('0','2','5','10','20'),loc=1)

Regarding Yade "working slow":

How did you set up your virtual machine? Usually, when setting up the
virtual machine, you specify number of cores, memory space and so on.

Luc

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to