Skip to content

Commit abed36b

Browse files
author
Fabio Zanini
committed
bugfix: tmp lines deleted
1 parent 8afee48 commit abed36b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/scales/scales.py

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"""
44
import numpy as np
55
import matplotlib.pyplot as plt
6-
# FIXME
7-
from t import LogitScale
8-
from matplotlib.scale import register_scale
9-
register_scale(LogitScale)
106

117
# make up some data in the interval ]0, 1[
128
y = np.random.normal(loc=0.5, scale=0.4, size=1000)

0 commit comments

Comments
 (0)