dhermes / bossylobster-blog

Content, Settings and Build for my Blog
Apache License 2.0
2 stars 3 forks source link

Python WAT #67

Open dhermes opened 6 years ago

dhermes commented 6 years ago

Don't Mess With sys.modules

>>> # ...
>>> import matplotlib.pyplot as plt
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File ".../matplotlib/pyplot.py", line 2182, in <module>
    colorbar.__doc__ = matplotlib.colorbar.colorbar_doc
AttributeError: module 'matplotlib' has no attribute 'colorbar'

Reference