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

The docstring of the vectors is out of date - the **scaletype** and **scalerange** parameters are not described in the docstring and I wonder what they do, or how they...

@doutriaux1 I have used the following script to display (bg=0) and save to png (bg=1 to avoid black png...), and **the type parameter does not seem to change anything**! The...

I have some (old) scripts where I change by hand all the colormap entries I know I will need, and therefore don't set a colormap. This used to work fine...

vector_gm.datawc(-90, 90, -180, 360) gives me an error, but it seems to work with boxfill. I have also used it successfully with isofill ``` >>> import vcs >>> x =...

See the following baseline https://github.com/UV-CDAT/uvcdat-testdata/blob/master/baselines/vcs/test_vcs_lambert_azimuthal_21.png

If we have a texttable and textorientation object (both named `diff_min_label`), the following does not work: `vcs_canvas.gettextcombined(Tt_name_src = 'diff_min_label', To_name_src = 'diff_min_label)`

@danlipsa @doutriaux1 the current `EzTemplate` defaults do not prevent the axes being written off the canvas, and so when an output file is written we get the below. I also...

It seems that a `json` package update has triggered the following warning, when `vcs` imports this package it seems to require a global attribute or environment variable set that isn't...

So we can do something like this: ```python f = open('vcsscript.json', 'r') cnvs.scriptrun(f) ``` instead of: ```python cnvs.scriptrun('vcsscript.json') ``` It's better for performance when creating a bunch of plots in...

enhancement

- [x] #116 Seg fault on ubuntu [confirmed] - [ ] #117 black pngs [possible solution needs confirmation] - [x] #147 mac screen resolution [awaiting vtk fix] - [ ]...