vcs
vcs copied to clipboard
Visualization Control System
``` 4689 if isinstance(files, (list, tuple)): -> 4690 test_file = files[0] 4691 4692 rnd = "%s/.uvcdat/__uvcdat_%i" % ( ``` we should use dotdir stuff rather than .uvcdat
Spending quite some time testing the vcs markers has reminded me that for now, we can specify the **marker type, size and color**, but it would be quite useful to...
We'd like to get windbarbs for vector plots Migrated from: https://github.com/UV-CDAT/uvcdat/issues/1923
```python import vcs import numpy as np mat = np.zeros([5,5]) x = vcs.init() y = vcs.init() x.plot(mat) y.plot(mat) x.clear() y.clear() x.close() ; # This leads to a zombie window that...
The interaction buttons remain on the screen after calling `x.clear()`. ``` $ python Python 3.6.7 | packaged by conda-forge | (default, Feb 28 2019, 02:16:08) [GCC 4.2.1 Compatible Clang 4.0.1...
#1450 removes the VTK pipeline rebuilding code from VTKPlots.py, and with it goes a partial implementation for vector plots. I've ported this bit into unmerged commit 1ffc97a6e029d3988be8b26df3b4713ffa083181 (branch https://github.com/UV-CDAT/uvcdat/tree/update_input_vector), made...
It would be nice to be able to set the range for correlation on the Taylor Diagram so only a wedge or pie of interest is plotted rather than an...
@chaosphere2112 @aashish24 let's talk about this. Migrated from: https://github.com/UV-CDAT/uvcdat/issues/1530
If vcs.init() is run in a Jupyter notebook, it should automatically detect and have bg=true to avoid the greyed out window when sidecar is used in a Jupyter Notebook.