Closed graysky2 closed 2 years ago
setup.cfg
plt.legend()
use, matplotx.line_labels()
.dufte
needs to be removed from setup.py
, too. Can you also bump the Python requirements to 3.7 in the same file and in .github/workflow/ci.yml
?
Sure, see latest
remove Programming Language :: Python :: 3.6
This PR doesn't completely replace the changes I proposed in #111 as that also added back capabilities to:
Is the "fixes nschloe#111" incorrect and should be relating to a different issue?
@shortbloke -
Is the "fixes #111" incorrect and should be relating to a different issue?
That is in reference to https://github.com/nschloe/stressberry/issues/118 ... typo now corrected
EDIT: I always thought Issues were just referenced by <number sign/number> whereas pull requests were referenced by <PR/number sign/number> but perhaps I am wrong.
Thanks!
I am not python-savvy by any means but I think this does the job. Build environment for me was having
python-matplotx
substituting in forpython-dufte
(all other depds/makedeps on board).stressberry-plot -o caseless2.png -f -l 200 2200 -t 20 90 fan.dat
gives the expected plot.test/test_cli.py . [ 50%] test/test_stressberry.py . [100%]
====================================================== 2 passed in 27.55s ======================================================