rgerum / pylustrator

Visualisations of data are at the core of every publication of scientific research results. They have to be as clear as possible to facilitate the communication of research. As data can have different formats and shapes, the visualisations often have to be adapted to reflect the data as well as possible. We developed Pylustrator, an interface to directly edit python generated matplotlib graphs to finalize them for publication. Therefore, subplots can be resized and dragged around by the mouse, text and annotations can be added. The changes can be saved to the initial plot file as python code.
GNU General Public License v3.0
707 stars 37 forks source link

Fixed errors that arrise because package was broken #46

Closed JoostScheffer closed 2 years ago

JoostScheffer commented 2 years ago

summary of changes on a per-file basis

remarks

this fixes

45

rgerum commented 2 years ago

the requirements.txt was uses in combination with the travis testing. Which is now also outdated as travis does not provide CI for open source projects for free anymore. I should see to change to github actions. If you want you can add a pyproject.toml I would be up for that.