yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #25806
Re: [Question #697524]: When I run my code, MatplotlibDeprecationWarning appears
Question #697524 on Yade changed:
https://answers.launchpad.net/yade/+question/697524
Status: Open => Answered
Jérôme Duriez proposed the following answer:
Hi,
This warning is because we did not yet update (in YADE source code) our
use of a external library, for plotting "YADE" figures. You can safely
ignore it.
(Please specify your YADE version next time, and try to minimalize your
script: the following 4 lines are enough to illustrate the behavior
from yade import plot
plot.addData(x=0,y=0)
plot.plots={'x':'y'}
plot.plot()
)
--
You received this question notification because your team yade-users is
an answer contact for Yade.