Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pareto Plot Warning #54

Open
driscoll42 opened this issue Mar 12, 2021 · 1 comment
Open

Pareto Plot Warning #54

driscoll42 opened this issue Mar 12, 2021 · 1 comment
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@driscoll42
Copy link
Owner

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 driscoll42 added the bug Something isn't working label Mar 12, 2021
@driscoll42 driscoll42 self-assigned this Mar 12, 2021
@driscoll42 driscoll42 added this to Misc in ebayMarketAnalyzer via automation Mar 12, 2021
@driscoll42 driscoll42 added the good first issue Good for newcomers label Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
Development

No branches or pull requests

1 participant