#
visualisation
Here are 756 public repositories matching this topic...
Graph theory (network) library for visualisation and analysis
-
Updated
Apr 27, 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
Mar 9, 2021 - JavaScript
An implementation of the Grammar of Graphics in R
-
Updated
Apr 28, 2021 - R
aminnairi
commented
Apr 17, 2020
The BGP swiss army knife of networking
python
flow
protection
ipv6
bgp
bird
health-check
pypi
visualisation
ipv4
quagga
mpls
vpls
exabgp
flowspec
bgp-ls
ddos-protection
-
Updated
Mar 29, 2021 - Python
goatchurchprime
commented
Oct 30, 2018
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
javascript
cli
flow
typescript
component
js
diagram
architecture
generate
uml
visualisation
ts
plantuml
codebase
-
Updated
Apr 27, 2021 - JavaScript
A react component to render nice graphs using vis.js
-
Updated
Apr 27, 2021 - JavaScript
Visualisation Markdown
-
Updated
Apr 24, 2021 - JavaScript
R package for thematic maps
-
Updated
Apr 28, 2021 - R
A tool to graphically visualize SIMD code
-
Updated
Jul 16, 2019 - JavaScript
-
Updated
Jan 3, 2020
Open
iris.plot arguments
4
rcomer
commented
Apr 8, 2021
-
Updated
Apr 25, 2021 - R
Preliminary Exploratory Visualisation of Data
-
Updated
Feb 22, 2021 - R
javascript
visualisation
reactive-streams
kefir
reactive-programming
streams
graphics-programming
pure-data
generative-art
flow-based-programming
dataflow-programming
rpd-engine
-
Updated
May 19, 2020 - JavaScript
Audio visualizer plugin for obs-studio
-
Updated
Jan 28, 2021 - C++
Stroom is a highly scalable data storage, processing and analysis platform.
-
Updated
Apr 28, 2021 - Java
Exploration des données DVF
-
Updated
Mar 10, 2021 - JavaScript
Visualise velocity data on a leaflet layer
-
Updated
Apr 19, 2021 - JavaScript
IDE-like Vim tabline
visualization
vim
viml
vim-plugin
buffer
ide
visualisation
patched-fonts
tabline
devicons
vim-buffer
vim-buffet
-
Updated
Jan 14, 2021 - Vim script
A graph-focused data visualisation and interactive analysis application.
-
Updated
Apr 28, 2021 - Java
Kubernetes RBAC static Analysis & visualisation tool
kubernetes
security
analysis
static-analysis
visualisation
rbac
k8s
role-based-access-control
security-hardening
security-scanner
security-tools
rbac-management
rbac-configuration
redisgraph
rbac-roles
-
Updated
Apr 22, 2021 - Ruby
Visualizer for large-scale and interactive ray-tracing of neurons
python
cloud
async
interactive
websockets
visualisation
neuroscience
json-rpc
neurons
raytracing
volume-rendering
pathtracing
brain
large-scale
optix
ospray
embree
realtime-rendering
photorealistic-based-rendering
ispc-compiler
-
Updated
Apr 28, 2021 - C++
Tutorials on visualizing data using python packages like bokeh, plotly, seaborn and igraph
-
Updated
Jun 13, 2020 - Jupyter Notebook
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
Apr 9, 2021 - Python
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."
This is #6580 but with a proper reproduction.
I would like to open a URL when the user clicks a point in a scatterplot. TapTool(behavior='inspect', callback=OpenURL()) seems perfect for this behavior. Using the following code, I would expect to obtain a plot that opens a URL when a point is clicked. However, the plot does nothing when a point is clicked.