Example: ```Py import plopp as pp a = pp.data.data1d() pp.plot({1: a, 2: 2*a}) ``` fails with a strange error about incompatible argument for setting `name` on a `DataArray`.