python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Adding ylim changes where the mean point is plotted in violinplots
I am trying to do a violinplot for a single variable and drawing its mean as a point. I manage to do so as follows, for example, with the following data the mean is 0.06 and it woks fine:
vble <- c...
Aurora González Vidal
Votes: 0
Answers: 0
Creating a violin plot with seaborn without x and y values but with hue
I am trying to create a violin plot using seaborn.
My df looks like this:
drought
Out[65]:
Dataset TGLO TAM TAFR TAA Type
0 ACCESS1-0 0.181017 0.068988 0...
Juan D. Perez-Arango
Votes: 0
Answers: 1
How can I connect the individual data points between split violin plots in python plotly?
How can I connect the individual data points between split violin plots in python plotly?
Example code:
from plotly import graph_objs as go
import pandas as pd
df = pd.DataFrame(data=[["2021.01&...
marknovak
Votes: 0
Answers: 3
Plot empty groups in violin plot
I want to compare a number of violinplots. But I am running into a problem for cases where a group is empty: I would like an empty slot plotted so its easier to compare multiple plots.
lets say I have...
KGee
Votes: 0
Answers: 3