openworm / behavioral_syntax

behavioral syntax analysis based on the paper of Andre Brown
Other
5 stars 1 forks source link

matplotlib issue #16

Closed ghost closed 8 years ago

ghost commented 8 years ago

because the backend has already been chosen; matplotlib.use() must be called before pylab, matplotlib.pyplot, or matplotlib.backends is imported for the first time.

warnings.warn(_use_error_msg) /Users/cyrilrocke/anaconda/lib/python3.4/site-packages/matplotlib/text.py:2046: UserWarning: You have used the textcoords kwarg, but not the xytext kwarg. This can lead to surprising results. warnings.warn("You have used the textcoords kwarg, but not "

ghost commented 8 years ago

It appears that this isn't a matplotlib issue: https://github.com/matplotlib/matplotlib/issues/3641/