psy-view
psy-view copied to clipboard
An ncview-like GUI with psyplot
If psy-view is run on a laptop with a small screen or larger character sizes, the buttons to plot specific variables are located outside the visible screen window. Hence, no...
1. Example: An array ranges from 0-250 -> If one inserts the plot range 0 to 5 under colormap, all tickmarks are gone except 0. Solution: one has to replot...
this PR fixes a small issue for the data access
#### Summary Add a possibility to filter the amount of variables shown in the *variable* field at the bottom of the window using variable names. #### Reason Some datasets can...
#### Problem description Checking the different variables in a dataset can result in ``` ValueError: x and y arguments to pcolormesh cannot have non-finite values or be of type numpy.ma.core.MaskedArray...
Moin, I was trying to follow the conda install demo, yet on new Apple computers the conda-forge channel does not provide dependencies. I'm happy to look into it if someone...
#### Summary It should be possible to select a grid file when opening a file with psy-view #### Reason Often coordinates are saved in a separate file. psy-view should be...
#### Problem description When making an animation and clicking the refresh button, one gets the following error (see Screencast below) ``` Traceback (most recent call last): File "/home/psommer/Documents/code/development/psyplot/psy-view/psy_view/ds_widget.py", line 333,...
psy-view requires FAQs, to be more intuitive. This issue is to list questions that should be inserted
Hi, I just installed psy-view on Linux via my miniconda: `conda create -n psyplot -c conda-forge --override-channels psy-view` After then typing psy-view launching fails due to an import error in...