Dear Jeremy and Veusz Users, I am trying to create a new dataset out of existing 2D dataset using standard numpy command. I would like to sum along row and column. From the control line the command
sum([[1,2],[2,3]], axis=0) or sum([[1,2],[2,3]], axis=1) works and gives normal output. If I use it as an expression on the menu for creating a new dataset then it fails: sum(*2d_datasetname*_data,axis=0). It only works if I remove axis property and sums along the rows. Does someone know the trick how to use this numpy expression properly? Thank you in advance! Best regards, Ilya
_______________________________________________ Veusz-discuss mailing list [email protected] https://mail.gna.org/listinfo/veusz-discuss
