-
Hi
I've been fiddling with the scatter plot in assignment 3. And what I get is just like in this picture.
Is this the expected result as I find it hard to find any clusters by this data.
This …
-
it seems in the vignette (flashier_single_cell.html) scatter plots the factors are normalized
to have max value 1, but I don't think we necessarily want or need that scaling?
(The heatmap is also…
-
Creating a splom with two dimensions, no diagonal and only the upper or lower half results in an empty figure.
**Code that reproduces the issue:**
```python
import numpy as np
import pandas as p…
-
Error
![Screenshot 2024-09-29 at 11 36 50 AM](https://github.com/user-attachments/assets/42ca25cf-6aa2-41a4-b731-268c3d62cf58)
**Code**
```
=
# This code was generated by an AI. Please ch…
-
So if you have two plot specs, both 1D, create a 2D one. That way you only have to have things in one place... :-)
-
avh4 updated
10 years ago
-
Initially reported on the [Plotly forum](https://community.plotly.com/t/hoversubplots-axis-not-working-with-make-subplots/84239).
Using make_subplots means that the `hoversubplots=“axis”` will not …
-
MWE is given from excerpt within `plot.rs`:
```
use plotly::common::Mode;
use plotly::{Layout, Plot, Scatter};
fn line_and_scatter_plot() {
let trace1 = Scatter::new(vec![1, 2, 3, 4], vec…
-
I am having an issue where my plot in the last question seems to have more data points than the example shown.
Example shown:
My plots:
Here is the snippet of code that filters from world…
-
## Request
Change the `explorer`s default `kind` from `line` to `scatter`.
##
A `scatter` point is a good first starting point. A `line` plot is for continuous data. That is what is written i…