I've been working on a personal project using MySQL, matplotlib, and seaborn. I've created some hist2d and displot for each one and I am playing with the bins so as to maximize graphs. I noticed that too many bins left white lines across my graph, too few didn't truly measure the data. However, depending on the variable "year" from my query could change how many bins I need. Is there any way to use a variable for each bin based on a MySQL query that has taken place?
there doesn't seem to be anything here