-
In a Plotly chart, when you're using both color and symbol as encoding for your data points, Plotly may automatically create a legend that tries to show all possible combinations, which can become pro…
-
In https://github.com/williamjameshandley/anesthetic/pull/50#issue-479310788 we changed `scatter_plot_2d` such that it uses `ax.plot` instead of `ax.scatter`:
> One additional change that is mixed …
-
With all the data that any benchmark gets as results and the amount of times operations tend to be executed, its not a bad idea to also allow outputting this kind of graph
![Combined Jitter Scatter p…
-
I would like the plots to fill the allocated areas. Either plotly and or inclusively ggplot or other plots.
It is frustrating because I am trying to replicate a dashboard from flexdashboard, and f…
-
## Describe the Enhancement ##
In order to support NRL's need for command line plotting,
provide a reformatter for DMAP linetype from the MET GridStat tool output. Consider whether any further pro…
-
MultiQC HTML report should load and be useful to someone reading a report, regardless of the number of samples it was generated with. We should explore alternative representations of each plot type th…
-
One of the best ways to quickly visualize the relationship between quantitative variables is to plot then against each other in a scatter plot. This make it easy to look for patterns or trends in the …
-
`uPlot.Scatter`
e.g. https://academy.datawrapper.de/article/65-how-to-create-a-scatter-plot
spatial index via e.g. https://github.com/mourner/kdbush or https://github.com/mourner/flatbush
dat…
-
Only 2 out of 4 categories are plotted when I use a slider. Other data points do not appear at all. When I slide the slider, different categories are plotted. E.g. in the MWE below, only TP and FP sho…
-
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 …