Hive-Systems / pyfair

Factor Analysis of Information Risk (FAIR) model written in Python. Managed and maintained by Hive Systems
https://www.hivesystems.com
MIT License
89 stars 45 forks source link

Matplotlib UserWarning in violin.py #48

Closed gymzombie closed 7 months ago

gymzombie commented 1 year ago

Receiving this error when running testrunner.py:

pyfair\pyfair\report\violin.py:46: UserWarning: FixedFormatter should only be used together with FixedLocator
  ax.axes.xaxis.set_ticklabels(columns)