Hi Frans On 20/03/16 15:51, Frans Ooms wrote:
So, I am probably doing something wrong in the expressions with strings...? Or is it maybe related to the NumPy 'where' function? Is there maybe a workaround?
Veusz uses lists of strings for text datasets, not numpy arrays. You could try working around this by wrapping the dataset name with array() to convert to a numpy array.
Maybe Veusz should switch to numpy string datasets, but I haven't investigated how hard this would be and what the effect on memory consumption would be.
Hope this helps Jeremy _______________________________________________ Veusz-discuss mailing list [email protected] https://mail.gna.org/listinfo/veusz-discuss
