-
Notifications
You must be signed in to change notification settings - Fork 5
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
Try out VCS plots #16
Comments
I was able to run DAT with the UV-CDAT libraries by sourcing UV-CDAT. I just had to add I created a simple CDMS Variable and a VCS boxplot that plots in a separate window. Integrating the VCS plots with the DAT spreadsheet looks like the hard part. When that is working it should be straightforward to improve the variables and plots. Since UV-CDAT is using newer libraries it may be worth checking if VCS works with the DAT spreadsheet before looking at #13? |
Do you mean VTK? I think that all VCS plots are embedded as VTKCells. The merge with master is taking a very long time, I end up manually applying nearly every one of the DAT patches. To be honest I don't know if I'll be done by tomorrow's meeting. |
On my macbook:
|
This should be fixed on the |
It seems like you cannot generate plots dynamically in DAT, because they are subworkflows. Do we need to generate a subworkflow for each plot type in vcs? |
There is already a way in _variable_operations to specify an operation either with a callback (building the new variable from Python code, through the |
Interestingly VCS doesn't work with use-pixmaps-when-dragging, because it doesn't support saveToPNG(None) done by |
I started a list of requirements on the wiki. |
Getting a simple plot working should be pretty easy, but:
The text was updated successfully, but these errors were encountered: