-
Given the following Scatter example, it is unclear how to add an onclick listener to the chart.
```rs
let mut plot = Plot::new();
let trace = Scatter::new(vec![0, 1, 2], vec![2, 1, 0]);
plot.add_t…
-
When using `transform_regression(...)` (linear), while one axis is on log scale, i.e. `x=alt.X('x', scale=alt.Scale(type='log'))` I get something like the plot below with the blue regression line. It …
robna updated
3 months ago
-
Add a scatter density method to the Pitch classes.
Inspiration:
- https://twitter.com/etmckinley/status/1169256582145703937
- https://github.com/LKremer/ggpointdensity
In principle, this could…
-
To improve user engagement and provide better insights into machine learning datasets and model performance, I propose adding interactive data visualization tools to ML Nexus. This feature would let u…
-
### Version
5.5.1
### Link to Minimal Reproduction
https://codesandbox.io/p/sandbox/loving-franklin-nscx3x?workspaceId=82a1e239-6a5d-480b-ae78-4592614b9767
### Steps to Reproduce
Once the sample …
-
- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate.
### Reproduction link
[![Edit on CodeSandbox](https://c…
-
+ Read slide for today session [`q2n58`](https://osf.io/q2n58).
+ Choose one of the visualization techniques.
+ Create a brief story about it and discovery triggered by it.
+ Put that in a slide, u…
-
### What problem does this feature solve?
Now if you want to use a scatter chart in a map you have to set the coordinates where each bubble is going to be drawn. In my case I only have access to the …
-
Can you kindly consider adding an option to set the opacity of legend markers? Currently, the opacities of the legend's markers are tied to the `opacity` values of the traces.
**Plotly Version**
p…
-
I open this example in browser
https://github.com/cmaurer/angularjs-nvd3-directives/blob/master/examples/scatterChart.html
tooltipXContentFunction not working, when I mouseover the each point, it di…