mwaskom / seaborn

Statistical data visualization in Python
https://seaborn.pydata.org
BSD 3-Clause "New" or "Revised" License
12.6k stars 1.93k forks source link

linewidth should work for pointplot #3783

Open musm opened 2 weeks ago

musm commented 2 weeks ago

We have to resort to less than elegant solutions in order to achieve non standard linewidths for pointplots see e.g. https://stackoverflow.com/questions/45540886/reduce-line-width-of-seaborn-pointplot

mwaskom commented 2 weeks ago

What is the specific problem that you are having? Please provide a reproducible example.