Jean-Yves Peterschmitt

Results 35 issues of Jean-Yves Peterschmitt

@doutriaux1 I wonder if there is a problem with a) `vcs.download_sample_data_files()` or with b) `th_yr.nc` When I execute a) in a CDAT version where it has already been executed, it...

@doutriaux1 I have installed 2.8.0 at last, and I'm testing some stuff ! I'm plotting a simple matrix with 0, 1 and masked. When I'm in interact mode, and I...

enhancement
low

@doutriaux1 Maybe this has already been improved in the latest version... I have generated pdf and png output, using the script in #185, and I hope you can **improve the...

enhancement
low
Needs Investigation

x.interact() is quite important if you want to do some interactive work with vcs (in my case resize the canvas, click on the cells to check their values), but: -...

documentation

Following @durack1 request in #23 , I have tried to write a self-contained script that produces that produces the figure at the top of https://github.com/UV-CDAT/uvcdat/issues/1080 The script needs the **gsw**...

enhancement

@doutriaux1 Watching the colorbar of #339 has reminded me of a question I got a few years back. Is there a way to ask vcs to draw the labels alternatively...

enhancement

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 =...