Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expressions in the Dataset field of Contour Widget #298

Closed
arichar6 opened this issue Jan 9, 2019 · 1 comment
Closed

Expressions in the Dataset field of Contour Widget #298

arichar6 opened this issue Jan 9, 2019 · 1 comment

Comments

@arichar6
Copy link
Contributor

arichar6 commented Jan 9, 2019

I would like to be able to use expressions (e.g. "z + 1", where z is a 2D dataset) in the Dataset field for Contours. This currently works in the Image widget, but not Contours. I think that it might be because this item is a "setting.Dataset" (in addSettings method of the Contour class) instead of "setting.DatasetExtended" (in addSettings method of the Image class). I tired converting from Dataset to DatasetExtended, but couldn't figure out how to make it work. I changed it in a way that I thought should work, but the code then just ended up hanging when I tried to set the Dataset field of a contour.

Is this something that could be changed, perhaps for a future release of Veusz?

@jeremysanders
Copy link
Collaborator

This will be fixed in the next release. Thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants