← Back to team overview

yade-users team mailing list archive

Re: [Question #235399]: semilog and log-log plots

 

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

Bruno Chareyre posted a new comment:
The answer is no, I don't think there is a special yade.plot command for doing that, but you don't need it (sorry if I still miss something). 
It doesn't matter if the figures are created with the plot module, they are still plain matplotlib figures.
This should be ok:
import matplotlib
axes=matplotlib.pyplot.figure(1).axes.pop()
axes.set_xscale('log')

Does it help?

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.