Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf1154f

Browse files
committed
FIX
1 parent cd7fc8a commit bf1154f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/matplotlib/scale.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,6 @@ def __init__(self, axis, functions):
133133
134134
functions: (forward, inverse)
135135
two-tuple of the forward and inverse functions for the scale.
136-
137-
Examples
138-
--------
139-
140-
:doc:`/gallery/scales/scales`
141-
142136
"""
143137
forward, inverse = functions
144138
transform = ArbitraryTransform(forward, inverse)

0 commit comments

Comments
 (0)