yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #01683
Re: Facet position
One more small question. If I want 2 diagrams to be appeared:
yade.plot.plots={'t':('Z_pr',),'F':('t')}
It works,
but when I change F and t:
yade.plot.plots={'t':('Z_pr',),'t':('F')}
I receive only 't':('F') diagram, first one does not appears...
Thank you
Anton Gladkyy
2009/7/14 Václav Šmilauer <eudoxos@xxxxxxxx>
>
> 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 :)!
>>
> 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).
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users<https://launchpad.net/%7Eyade-users>
> Post to : yade-users@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-users<https://launchpad.net/%7Eyade-users>
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References