vcs icon indicating copy to clipboard operation
vcs copied to clipboard

Visualization Control System

Results 100 vcs issues
Sort by recently updated
recently updated
newest added

Why is the README.md for this repo completely empty? At the very least it should point to the documentation.

This reverts commit 1c84fa665231d14eb9c6b420ab5b1dd073b146d8.

```python import cdms2, vcs f = cdms2.open(vcs.sample_data + "/clt.nc") s = f("clt") x = vcs.init() x.plot(s,"default", "isofill") x.plot(s,"default", "isoline") x.svg("isofill_isoline") ```

bug
high

Though the documentation and the VCS Text Objects notebook (https://github.com/CDAT/Jupyter-notebooks/tree/master/vcs/VCS_Text_Objects or https://cdat.llnl.gov/Jupyter-notebooks/vcs/VCS_Text_Objects/VCS_Text_Objects.html) state that a color can be specified with RGB[a] values, the alpha channel [a] does not work and...

In the VCS Text Objects Jupyter notebook (https://cdat.llnl.gov/Jupyter-notebooks/vcs/VCS_Text_Objects/VCS_Text_Objects.html or https://github.com/CDAT/Jupyter-notebooks/tree/master/vcs/VCS_Text_Objects), in cell 22 I had to change the order of plotting to get the text for the names of the...

I am hitting a new error that has stopped me in my tracks using `vcs8.2`. Below is the error text (truncated). The issue is on a terminal on a CDAT8.2...

1. VCS not opening xwindow for Mac terminal when XQuartz 2.7.9 or higher version. 2. Loading variable returns error message which I've not seen before. ``` >>> import vcs, cdms2...

from @durack1 I personally find it confusing that we have vcs.clean_auto_generated_objects(), vcs.clear(), vcs.close(), vcs.destroy(), vcs.flush(), vcs.onclosing(), vcs.removeP() and vcs.removeobject(), it's really not intuitive to me what each of these functions...

Since we are disabling sliders in Pull Request #426, we would like to eventually enable them again once we have fixed their associated bugs. One bug is Issue #424 (plots...

```python import vcs import cdms2 x = vcs.init() tmp = vcs.createtemplate() tmp.ytic1.x1= tmp.data.x1 tmp.ytic1.x2= tmp.data.x1 - .02 f = cdms2.open(vcs.sample_data+"/clt.nc") #gm = vcs.createboxfill() #gm.projection="robinson" clt = f('clt', latitude=(-90.0, 90.0), squeeze=1,...

bug
high