driscoll42 / ebayMarketAnalyzer

Scrape all eBay sold listings to determine average/median pricing, plot listings over time with trend lines, and extract to excel
195 stars 26 forks source link

Pareto Plot Warning #54

Open driscoll42 opened 3 years ago

driscoll42 commented 3 years ago

Describe the bug When running the ebay_seller_plot, in the paretoplot part of the code it'll give warnings in the output:

plotting.py:566: UserWarning: FixedFormatter should only be used together with FixedLocator ax2.set_yticklabels(['{:,.2%}'.format(x) for x in vals]) No handles with labels found to put in legend. plotting.py:566: UserWarning: FixedFormatter should only be used together with FixedLocator ax2.set_yticklabels(['{:,.2%}'.format(x) for x in vals]) No handles with labels found to put in legend.

It doesn't seem to hurt the graph output at all.

Expected behavior It'd be good to fix whatever is causing this to reduce possible confusion.

driscoll42 commented 3 years ago

https://github.com/matplotlib/matplotlib/issues/18848

https://stackoverflow.com/questions/63723514/userwarning-fixedformatter-should-only-be-used-together-with-fixedlocator