aomlomics/tourmaline

Stop using distplot in Python notebook

Closed this issue · 0 comments

`distplot` is a deprecated function and will be removed in seaborn v0.14.0.

Please adapt your code to use either `displot` (a figure-level function with
similar flexibility) or `histplot` (an axes-level function for histograms).