visualisation
Here are 822 public repositories matching this topic...
Graph theory (network) library for visualisation and analysis
-
Updated
Nov 12, 2021 - JavaScript
js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code.
-
Updated
Nov 1, 2021 - JavaScript
An implementation of the Grammar of Graphics in R
-
Updated
Nov 12, 2021 - R
The BGP swiss army knife of networking
-
Updated
Nov 11, 2021 - 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
JavaScript architecture diagrams and dependency graphs
-
Updated
Nov 13, 2021 - JavaScript
A react component to render nice graphs using vis.js
-
Updated
Aug 13, 2021 - JavaScript
Visualisation Markdown
-
Updated
May 8, 2021 - JavaScript
R package for thematic maps
-
Updated
Nov 10, 2021 - R
A tool to graphically visualize SIMD code
-
Updated
Jul 16, 2019 - JavaScript
-
Updated
Nov 13, 2021 - R
Audio visualizer plugin for obs-studio
-
Updated
Jul 31, 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
Kubernetes RBAC static Analysis & visualisation tool
-
Updated
Nov 12, 2021 - Ruby
-
Updated
May 19, 2020 - JavaScript
Preliminary Exploratory Visualisation of Data
-
Updated
Sep 17, 2021 - R
Visualise velocity data on a leaflet layer
-
Updated
Sep 23, 2021 - JavaScript
Exploration des données DVF
-
Updated
Oct 26, 2021 - JavaScript
Stroom is a highly scalable data storage, processing and analysis platform.
-
Updated
Nov 12, 2021 - Java
IDE-like Vim tabline
-
Updated
Oct 18, 2021 - Vim script
Visualisations of data are at the core of every publication of scientific research results. They have to be as clear as possible to facilitate the communication of research. As data can have different formats and shapes, the visualisations often have to be adapted to reflect the data as well as possible. We developed Pylustrator, an interface to directly edit python generated matplotlib graphs to finalize them for publication. Therefore, subplots can be resized and dragged around by the mouse, text and annotations can be added. The changes can be saved to the initial plot file as python code.
-
Updated
Oct 25, 2021 - Python
Visualizer for large-scale and interactive ray-tracing of neurons
-
Updated
Nov 12, 2021 - C++
Tutorials on visualizing data using python packages like bokeh, plotly, seaborn and igraph
-
Updated
Jun 13, 2020 - Jupyter Notebook
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, 'examples' are all .py files in the subfolders of the
examplesfolder in this repository.Prerequisites
Adding