-
|
I was just looking through https://seaborn.pydata.org/generated/seaborn.relplot.html and specifying the kind of variable to use for the 'ci' parameter of the .relplot() method seems to be missing. Will this be added in the near future to the docs/ was it removed by accident? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, please notice how the parameter list includes
There are additional That said, please note that |
Beta Was this translation helpful? Give feedback.
Hi, please notice how the parameter list includes
**kwargs, which is documented asThere are additional
kind-specific parameters that are not documented inrelplotbut would be documented for eitherscatterplotorlineplot(ciappears in the docstring for the latter).That said, please note that
cihas been deprecated in favor oferrorbar.