Is there a simple way or a package for creating binned scatterplots in python?
I have a scatterplot. I am fitting a local polynomial regression to the data using the package "localreg". I get multiple lines as output. I am searching for a 1 line output. In order to get this I want to used a binned scatterplot. Is there no easy way to do this ?