Plotly express min/max

Is plotly express library able to pinpoint the max and min on graph?

There’s no built-in feature for that, unfortunately, but the figure objects that are produced by Plotly Express can be annotated after the fact using the regular Plotly.py accessors.