← Back to team overview

yade-users team mailing list archive

Re: [Question #688342]: how to use plt.plot in Yade?

 

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

    Status: Open => Answered

Robert Caulk proposed the following answer:
>> I give error as these variables are defined in a function(addplot history function). 
>>NameError: name 'e22' is not defined

addplot is a yade function, not a matplotlib function. Matplotlib does
not know e22 exists in a different function in a different library.
Hence: 'e22' is not defined. Try defining e22 :-)

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