Closed bersbersbers closed 4 years ago
I just tried to use plotnine to plot data which has values [-5, -4, -3, -2, -1, 0], and received a lot of warnings and an improper plot, in line with this (mis?)behavior:
[-5, -4, -3, -2, -1, 0]
>>> mizani.bounds.rescale_max([-5, -4, -3, -2, -1, 0]) array([-inf, -inf, -inf, -inf, -inf, nan])
I just tried to use plotnine to plot data which has values
[-5, -4, -3, -2, -1, 0]
, and received a lot of warnings and an improper plot, in line with this (mis?)behavior: