Skip to content

Instantly share code, notes, and snippets.

@srhb
Created September 3, 2018 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srhb/125b1b8bcbfdf2f3b2d92cd91d42212c to your computer and use it in GitHub Desktop.
Save srhb/125b1b8bcbfdf2f3b2d92cd91d42212c to your computer and use it in GitHub Desktop.
*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