vitchyr / viskit

rllab's viskit with some added features
73 stars 35 forks source link

how set different legend for different lines? #18

Open ChenyangRan opened 4 years ago

ChenyangRan commented 4 years ago

Hi, I try to plot different notations for lines. However, the Post Processor for Legends seems cannot work, when input

lambda legend: ('itr100','itr200','itr200')

The error is: The 'legendgroup' property is a string and must be specified as:

It means I can only set the same notations for lines?