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

Skip to content

Commit 414bcff

Browse files
committed
Use stringIO from six
Python3 fix
1 parent c8ed7ba commit 414bcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/skewt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def _set_lim_and_transforms(self):
146146
# Now make a simple example using the custom projection.
147147
from matplotlib.ticker import ScalarFormatter, MultipleLocator
148148
import matplotlib.pyplot as plt
149-
from StringIO import StringIO
149+
from six import StringIO
150150
import numpy as np
151151

152152
# Some examples data

0 commit comments

Comments
 (0)