psyplot
psyplot copied to clipboard
Python package for interactive data visualization
with this PR, we implement the ability to visualize variables on nodes and edges via the dual mesh. We base the UGRID decoder on the gridded package, particularly on https://github.com/NOAA-ORR-ERD/gridded/pull/61...
The UGRID standard allows node connectivities to be specified as zero-based or one-based. The base is indicated by the attribute `start_index` of the connectivity variable. #### Code Sample, a copy-pastable...
This awesome package should be listed here: https://github.com/softwareunderground/awesome-open-geoscience There is a visualization section, where psyplot fits perfectly. :wink: You can add it by simply opening a PR. Cheers, Sebastian
#### Summary The Project class should get an `animate` method that creates an animation and saves it to disk #### Reason Because sometimes you only see your data when it...
This issue is for discussing new features that we would like to implement within the next year (2020). I'd like to make this open for everyone to poste his or...
#### Summary A meta-package that installs the whole psyplot suite. #### Reason Installing everything needed to do map-plots within the GUI took to much reading to find out which packages...
Revert 1db148afebf435202ede7261e813ca2b0f3bf34c when https://github.com/conda-forge/libwebp-feedstock/issues/26 is solved.
#### Summary Plot methods should be documented using a template rather than a hard-coded docstring. #### Reason You could easily add more examples and explanation #### Current behaviour Plot methods...
### Summary psyplot projects should be exportable directly to python scripts, not only as pickle files. ### Reason When trying to reproduce a plot created through the GUI, it would...
Hello, We are seeing a weird error when trying to import psyplot, it seems the code crash while trying to display a warning regarding "plotters have already been defined": ```...