visualisation
Here are 865 public repositories matching this topic...
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Feb 21, 2022 - JavaScript
-
Updated
Mar 4, 2022 - R
-
Updated
Feb 12, 2022 - Vim script
-
Updated
Feb 27, 2022 - Python
I don't think this is a duplicate ticket, even though it's quite an obvious feature after that cat demo at SciPy2018.
The code that selects and renders the different geos is here in the THREE.js code
https://github.com/maartenbreddels/ipyvolume/blob/master/js/src/scatter.js#L57
I don't know quite where/how to inject the mesh definition compatible with the data file of this form, but i
-
Updated
Mar 4, 2022 - JavaScript
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Mar 6, 2022 - R
-
Updated
Feb 27, 2022 - JavaScript
-
Updated
Mar 6, 2022 - R
-
Updated
Dec 27, 2021 - C++
🐛 Bug Report
If the scalar coord passed to iris.util.new_axis is already a dimension coordinate, an anonymous new dimension is created.
How To Reproduce
import iris
import iris.cube
print(iris.__version__)
cube = iris.cube.Cube(1)
coord = iris.coords.DimCoord(1, long_name="spam")
cube.add_aux_coord(coord)-
Updated
Oct 11, 2021
-
Updated
Feb 26, 2022 - Ruby
-
Updated
May 19, 2020 - JavaScript
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Sep 17, 2021 - R
-
Updated
Feb 21, 2022 - JavaScript
-
Updated
Nov 25, 2021 - Vim script
-
Updated
Mar 4, 2022 - Java
-
Updated
Feb 25, 2022 - Python
-
Updated
Mar 4, 2022 - C++
-
Updated
Apr 12, 2021 - C++
Improve this page
Add a description, image, and links to the visualisation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the visualisation topic, visit your repo's landing page and select "manage topics."


As a follow-up to #11540, we would like to add metadata to as many examples as possible. This will not only make the examples more usable as they are right now, but it will also open up new possibilities to search for and crosslink examples.
For the purpose of this issue, 'standalone examples' are all .py files in these folders in this repository:
examples/plotting/file