This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import string | |
from itertools import cycle | |
from six.moves import zip | |
def label_axes(fig, labels=None, loc=None, **kwargs): | |
""" | |
Walks through axes and labels each. | |
kwargs are collected and passed to `annotate` |