-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
ERROR: stressberry-plot: error: unrecognized arguments: --hide-legend --line-width 2 #82
Comments
I am running in the same issue. The two parameters have been removed in this commit when introducing cleanplotlib. For combined graphs that is not such a big issue, as it will only display the temperature y axis on the left. But when plotting the CPU frequency of one measurement together with the CPU frequency the temperature legend label overlaps the y axis showing the CPU frequency intervals. |
In my fork of this project I've reinstated I've also added a More than happy to do a PR if @nschloe wants to allow the mixing of old and new styles. |
@shortbloke please create a PR! |
@p1r473 Done. Not sure if it will be accepted. |
Getting this Error stressberry-plot: error: unrecognized arguments: --hide-legend --line-width 2
When running command
MPLBACKEND=Agg /home/pi/.local/bin/stressberry-plot mytest.out -f -d 300 -f -l 400 1600 -t 30 90 -o mytest.png --hide-legend --not-transparent --line-width 2
Works when remove —hide-legend and —line-width command but the graph is not clear
The text was updated successfully, but these errors were encountered: