visualization
Here are 9,521 public repositories matching this topic...
-
Updated
May 13, 2021 - TypeScript
-
Updated
May 12, 2021 - JavaScript
-
Updated
May 13, 2021 - Clojure
-
Updated
May 11, 2021 - Python
-
Updated
May 13, 2021 - TypeScript
-
Updated
May 12, 2021 - JavaScript
-
Updated
May 13, 2021 - TypeScript
-
Updated
May 11, 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
May 10, 2021 - JavaScript
-
Updated
Jan 19, 2021 - Go
-
Updated
May 13, 2021 - Java
-
Updated
May 10, 2021 - JavaScript
-
Updated
May 12, 2021 - Jupyter Notebook
-
Updated
May 12, 2021 - JavaScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
Apr 5, 2021 - Python
Make the animation smoother.
-
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
May 11, 2021 - TypeScript
-
Updated
Apr 27, 2021 - TypeScript
-
Updated
May 11, 2021 - JavaScript
-
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
-
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.