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)
How to change dimension of Seaborn relplot in Jupyter notebook
Much kudos to @mozway for helping me realise a pet project that I've been playing with. I am now looking to determine which parameter to tweak the output from chart.
You can see previous queries here:...
elksie5000
Votes: 0
Answers: 1
seaborn.lmplot with single axes labels
What I need should be straighforward but I couldn't find a solution. Say we draw the following seaborn.lmplot:
import seaborn as sns; sns.set_theme(color_codes=True)
tips = sns.load_dataset("tips...
johnjohn
Votes: 0
Answers: 0
How to obtain a nested seaborn boxplot from a 3D numpy array
I'm trying (and failing) to obtain a nested boxplot starting from a numpy array with dimension 3, for example A = np.random.uniform(size = (4,100,2)).
The kind of plot I'm referring to is represented ...
deppep
Votes: 0
Answers: 1
How to have equal distance between xticks in python?
From the below figure, we can see that many data points fall in a very close range. That is why I manually set the sticks, but the problem is all the xticks have equal distance between them.
Can anyon...
Animesh Kumar Paul
Votes: 0
Answers: 1