visualization
Here are 9,457 public repositories matching this topic...
Apache ECharts is a powerful, interactive charting and data visualization library for browser
-
Updated
May 2, 2021 - TypeScript
-
Updated
May 1, 2021 - JavaScript
The simplest, fastest way to get business intelligence and analytics to everyone in your company
-
Updated
May 3, 2021 - Clojure
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
-
Updated
May 1, 2021 - Python
-
Updated
Apr 24, 2021 - TypeScript
Open-source JavaScript charting library behind Plotly and Dash
-
Updated
May 1, 2021 - JavaScript
-
Updated
Apr 30, 2021 - TypeScript
-
Updated
Apr 30, 2021 - JavaScript
Most items coming from questions on the community forum
- a proper multicategory bar example based on https://community.plotly.com/t/multicategory-axis-type-example/26392
- example of shape or annotation covering several subplots thanks to
xref='paper'. Also the shapes and annotations tutorial should link to each other. - orthographic projection example in 3d axes tutorial (or
A visualization grammar.
-
Updated
Apr 28, 2021 - JavaScript
Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
-
Updated
Jan 19, 2021 - Go
Open-source IoT Platform - Device management, data collection, processing and visualization.
-
Updated
Apr 30, 2021 - Java
Data Visualization Components
-
Updated
Apr 17, 2021 - JavaScript
Kepler.gl is a powerful open source geospatial analysis tool for large-scale data sets.
-
Updated
May 2, 2021 - Jupyter Notebook
-
Updated
Apr 1, 2021 - JavaScript
A web interface to create custom vector-based visualizations on top of RAWGraphs core
-
Updated
Apr 26, 2021 - JavaScript
Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js
-
Updated
Apr 8, 2021 - JavaScript
tensorboard for pytorch (and chainer, mxnet, numpy, ...)
-
Updated
Apr 5, 2021 - Python
Make the animation smoother.
JavaScript library for HTML5 & CSS3 time sheets
-
Updated
May 24, 2018 - JavaScript
Hello,
Considering your amazing efficiency on pandas, numpy, and more, it would seem to make sense for your module to work with even bigger data, such as Audio (for example .mp3 and .wav). This is something that would help a lot considering the nature audio (ie. where one of the lowest and most common sampling rates is still 44,100 samples/sec). For a use case, I would consider vaex.open('Hu
-
Updated
Apr 30, 2021 - TypeScript
a super simple, no-nonsense diagramming library written in react that just works
-
Updated
Apr 27, 2021 - TypeScript
Reusable JavaScript library for creating sketchy/hand-drawn styled charts in the browser.
-
Updated
May 2, 2021 - JavaScript
Create beautiful JavaScript charts with one line of Ruby
-
Updated
May 1, 2021 - Ruby
Is your feature request related to a problem? Please describe.
There are parts of the website that can use improvements in increasing the accessibility of the website.
**Describe the solution you
-
Updated
Jan 12, 2021 - JavaScript
Learning Convolutional Neural Networks with Interactive Visualization.
-
Updated
Apr 27, 2021 - JavaScript
Improve this page
Add a description, image, and links to the visualization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the visualization 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.