We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ed7ba commit 414bcffCopy full SHA for 414bcff
examples/api/skewt.py
@@ -146,7 +146,7 @@ def _set_lim_and_transforms(self):
146
# Now make a simple example using the custom projection.
147
from matplotlib.ticker import ScalarFormatter, MultipleLocator
148
import matplotlib.pyplot as plt
149
- from StringIO import StringIO
+ from six import StringIO
150
import numpy as np
151
152
# Some examples data
0 commit comments