We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am seeing slightly odd formatting for the efficiency percentages:
CPU Efficiency (%) --------------------- +0.00e+00 - +1.00e+01 [ 0] +1.00e+01 - +2.00e+01 [ 0] +2.00e+01 - +3.00e+01 [ 0] +3.00e+01 - +4.00e+01 [ 0] +4.00e+01 - +5.00e+01 [ 0] +5.00e+01 - +6.00e+01 [ 0] +6.00e+01 - +7.00e+01 [ 0] +7.00e+01 - +8.00e+01 [ 0] +8.00e+01 - +9.00e+01 [ 0] +9.00e+01 - +1.00e+02 [923] ████████████████████████████████████████
I am using Python 3.11.3 with termplotlib==0.3.9 and pandas==2.1.2.
termplotlib==0.3.9
pandas==2.1.2
Any ideas what I might be doing wrong?
Update: IIUC the format was changed in termplotlib:
termplotlib
https://github.com/nschloe/termplotlib/commit/2811fafbd6bece69ff57abdf23968e8874995d3e
I've opened a feature request: nschloe/termplotlib#80
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am seeing slightly odd formatting for the efficiency percentages:
I am using Python 3.11.3 with
termplotlib==0.3.9
andpandas==2.1.2
.Any ideas what I might be doing wrong?
Update: IIUC the format was changed in
termplotlib
:I've opened a feature request: nschloe/termplotlib#80
The text was updated successfully, but these errors were encountered: