← Back to team overview

yade-users team mailing list archive

Re: [Question #690509]: MatplotlibDeprecationWarning:axes.color_cycle is deprecated and replaced with axes.prop_cycle; please use the latter.

 

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

    Status: Open => Answered

Jérôme Duriez proposed the following answer:
Hi,

>From a user point of view, I think we can say the impact is null /
limited to the output of those lines in your YADE terminal. And thus,
there is nothing to solve.

>From a developer point of view, if you would like to save these outputs
for yourself and all other YADE users you could try to look into source
code (of plot.plot() command) to see which part uses a deprecated
matplotlib attribute, and replaces it.

A true MWE to illustrate the issue:

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.