We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afee48 commit abed36bCopy full SHA for abed36b
examples/scales/scales.py
@@ -3,10 +3,6 @@
3
"""
4
import numpy as np
5
import matplotlib.pyplot as plt
6
-# FIXME
7
-from t import LogitScale
8
-from matplotlib.scale import register_scale
9
-register_scale(LogitScale)
10
11
# make up some data in the interval ]0, 1[
12
y = np.random.normal(loc=0.5, scale=0.4, size=1000)
0 commit comments