You are reading an old version of the documentation (v3.1.1). For the latest version see https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.1.1.html
Version 3.1.2
matplotlib
Fork me on GitHub

Table of Contents

API Changes for 3.1.1

Behavior changes

Locator.nonsingular return order

Locator.nonsingular (introduced in mpl 3.1) now returns a range v0, v1 with v0 <= v1. This behavior is consistent with the implementation of nonsingular by the LogLocator and LogitLocator subclasses.