Created
September 3, 2018 20:44
-
-
Save srhb/125b1b8bcbfdf2f3b2d92cd91d42212c to your computer and use it in GitHub Desktop.
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
*Graphics.Matplotlib.Internal Graphics.Matplotlib> /nix/store/qfkqaknhxn0hb4ffp9flj4vyi2hf5rd8-python3-3.6.6-env/lib/python3.6/site-packages/matplotlib/pyplot.py:969: UserWarning: Requested projection is different from current axis projection, creating new axis with requested projection. | |
return gcf().gca(**kwargs) | |
/nix/store/qfkqaknhxn0hb4ffp9flj4vyi2hf5rd8-python3-3.6.6-env/lib/python3.6/site-packages/matplotlib/cbook/deprecation.py:107: MatplotlibDeprecationWarning: Adding an axes using the same arguments as a previous axes currently reuses the earlier instance. In a future version, a new instance will always be created and returned. Meanwhile, this warning can be suppressed, and the future behavior ensured, by passing a unique label to each axes instance. | |
warnings.warn(message, mplDeprecation, stacklevel=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment