-
**Describe the bug**
In the plot of 'Distribution of targets and pointing centers', the shaded region that is supposed to show the pointing does not reflect the pointing PA. I believe this affects …
-
The following code creates a 2D subplot in the left column and a 3D subplot in the right column. Adding a vertical line to the 2D subplot fails if a `Scatter3d` has been added to the 3D subplot.
An…
-
### Current Behaviour
The ProfileReport fails to generate, and i dont find if the issue is already solved or a way to bypass it.
I think because of the size of my data, it fails to generate the w…
-
For a large number of data points (>10000), the default 2D Scatter method is very slow. `Scattergl` solves this problem (https://plot.ly/python/webgl-vs-svg/), although the resolution of individual po…
-
#### インストール
```R
> devtools::install_github("ropensci/plotly")
```
#### Plotly基礎
```R
plot_ly(iris, x = ~Petal.Length, y = ~Petal.Width,
color = ~Sepal.Length>6, colors = c("#132B43…
-
**Is your feature request related to a problem? Please describe.**
Right now there is no method that plots an RLE plot even though the `DeseqDataSet` method has both the normalized counts (`DeseqDa…
-
When linking between a static plot and the tour, using code from your upcoming paper, the points that have been brushed don't necessarily match the corresponding points in the tour view.
![image](…
-
## Version of Dear PyGui
Version: 1.11.1
Operating System: Windows 10
## My Issue/Question
When setting a plot's x-axis to time, the function `dpg.get_plot_mouse_pos()` returns an x value in…
-
Hey! Great library.
Would it be cool if I made a PR for some new charts at some point?
e.g.
- scatter plot
- waffle plot
- box plot
-
In the scatter plot, the x-axis could not be chosen the categorical value. There should be a possibility to enforce an ordering of the categories.