traja-team / traja

Python tools for spatial trajectory and time-series data analysis
https://traja.readthedocs.io
MIT License
98 stars 25 forks source link

Warning about FixedFormatter / FixedLocator #95

Open rodrigo-j-goncalves opened 2 years ago

rodrigo-j-goncalves commented 2 years ago

When I run the Jupyter Notebook I get the following warning (see below). Is this an error, should I do something about it? Thanks!

/home/user00/anaconda3/envs/softmatter/lib/python3.7/site-packages/traja/plotting.py:1411: UserWarning: FixedFormatter should only be used together with FixedLocator ax2.set_xticklabels(["0", "45", "90", "135", "180", "-135", "-90", "-45"])

image