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

we used to be able to plot in bg mode and at the end bring the canvas to the front. ``` python import vcs x=vcs.init() x.plot([1,2,3,4,5,4,3,2,1],bg=1) # plots in bg...

enhancement

`fillareacolors` and such are only if used in custom boxfill type, a warning should be used if they are set and the type does not match. Migrated from: https://github.com/UV-CDAT/uvcdat/issues/1584

enhancement

This issue is reproducible: ``` python >>> type(soAnom) >>> soAnom.shape (50, 50, 300, 360) >>> soAnom.getAxisIds() ['time', 'st_ocean', 'yt_ocean', 'xt_ocean'] >>> x = vcs.init() >>> x.plot(soAnom[0,0,]) Traceback (most recent call...

enhancement

SEe: http://bokeh.pydata.org/en/latest/ and http://matplotlib.org/1.2.1/gallery.html For inspiration Migrated from: https://github.com/UV-CDAT/uvcdat/issues/1818

enhancement

``` python import vcs cmap = vcs.createcolormap() cmap.index[5] = "blue" ``` ``` Traceback (most recent call last): File "", line 1, in File "/usr/local/uvcdat/2.4.0/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/vcs/colormap.py", line 170, in __setitem__ 'Must be...

enhancement

![isinfile implementation](https://cloud.githubusercontent.com/assets/5880275/17971790/249b5af2-6a91-11e6-9e83-6b96b4bcc141.png) @doutriaux1 @chaosphere2112 Should we make this thing return 0 when it doesn't find what it's looking for? I would think that we should do that to be consistent....

bug

Canvas has a few functions that I've marked in the documentation as deprecated: ![screen shot 2016-11-22 at 4 09 18 pm](https://cloud.githubusercontent.com/assets/5880275/20547016/23804924-b0ce-11e6-84aa-a2a9da365228.png) ![screen shot 2016-11-22 at 4 09 06 pm](https://cloud.githubusercontent.com/assets/5880275/20547014/237e7266-b0ce-11e6-8648-9cedc7e6755c.png) ![screen...

enhancement

* VCS conda has lot many dependencies * VCS has hard dependency on CDMS @williams13 @doutriaux1

We need to update the [uvcdat entry on readthedocs](http://readthedocs.org/projects/uvcdat/) so it pulls documentation from the VCS repo. @aashish24 it looks like you own the RTD page; would you be able...

enhancement