Thread Previous • Date Previous • Date Next • Thread Next |
https://bugs.launchpad.net/yade/+bug/399360 (I was hit by that one myself a few times, as the error reported is not at all clear).yade.plot.plots={'t':('Z_pr',)} (note the comma: that makes the ('Z_pr',) a 1-tuple; ('Z_pr') is just string that is put into redundant parentheses and you will get some weird error. Thank you, that works :)!
Thread Previous • Date Previous • Date Next • Thread Next |