Skip to content

Pareto Plot Warning #54

@driscoll42

Description

@driscoll42

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 workinggood first issueGood for newcomers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions