-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers