jhncls

Results 18 comments of jhncls

This really looks interesting. Something else that could be relevant, are "semi-discrete" data. Say, lengths of persons are measured in whole centimeters, while length is clearly a continuous concept. In...

> When you say "now ignores" do you mean that it did not do this in the past? Oops. I suppose I meant "compared to using hue". It very probably...

How does this option work together with the `height=` and `aspect=` parameters? How are a variable number of columns and rows handled? Will pre-existing subplots and other elements be erased?...

The documentation suggests that it might work. And it seems to work with Series with a categorical index or one that contains zero. A code change in function [`establish_variables()` (line...

The documentation writes "Input data can be passed in a variety of formats, **including**:", and then gives an enumeration. Although the enumeration explicitly tells that a `Series` is supposed to...

OK. That makes sense. Today, I was surprised that the main difference between `sns.kdeplot(data=np.random.rand(10))` and `sns.kdeplot(data=np.random.rand(10,1))` is that the 1D version uses the `color=` parameter, ignoring the palette, while the...

This is similar to #2344 See also [this post on StackOverflow](https://stackoverflow.com/questions/69524514/how-to-modify-the-kernel-density-estimate-line-in-a-sns-histplot).

@catskillsresearch: The external file you link to has too many dependencies to try to run it here. And even then, we don't know which input has been used. It would...

Testing with different guesses for `**kwargs` didn't make a difference. Hopefully OP can shed a light here. Testing with other functions, it seems only `sns.boxplot` crashes on `data=[None, None]`. Other...

Hi Ekaterina, Your post is very unrelated to this thread. If it were a seaborn issue, you could create a new issue here, but that doesn't seem to be the...