Closed NorbertGarfield closed 7 months ago
Solves https://github.com/plotters-rs/plotters/issues/532
When LogCoord<V>::map gets a value equal to zero, fv.ln() yields -∞. Map positive and negative infinity to the upper and lower limits to avoid panicking.
LogCoord<V>::map
@AaronErhardt, please review.
Solves https://github.com/plotters-rs/plotters/issues/532
When
LogCoord<V>::map
gets a value equal to zero, fv.ln() yields -∞. Map positive and negative infinity to the upper and lower limits to avoid panicking.