visualization
Here are 9,204 public repositories matching this topic...
-
Updated
Mar 22, 2021 - TypeScript
-
Updated
Mar 8, 2021 - JavaScript
-
Updated
Mar 23, 2021 - Clojure
-
Updated
Mar 23, 2021 - Python
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
Mar 18, 2021 - TypeScript
-
Updated
Mar 17, 2021 - TypeScript
-
Updated
Mar 22, 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
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
Jan 19, 2021 - Go
-
Updated
Mar 23, 2021 - Java
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Mar 22, 2021 - Jupyter Notebook
-
Updated
Mar 5, 2021 - JavaScript
-
Updated
Mar 15, 2021 - JavaScript
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
Mar 21, 2021 - Python
-
Updated
May 24, 2018 - JavaScript
Make the animation smoother.
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
Mar 11, 2021 - TypeScript
-
Updated
Mar 20, 2021 - TypeScript
-
Updated
Feb 15, 2021 - Ruby
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Mar 1, 2021 - Python
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.