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
706 stars 38 forks source link

Add to matplotlib contributed ? #30

Closed benoitrosa closed 3 years ago

benoitrosa commented 3 years ago

This is not really an issue, but matplotlib maintains a list of user-contributed packages, which is highlighted here : https://matplotlib.org/mpl-third-party/

To be highlighted there, a PR should be done here : https://github.com/matplotlib/mpl-third-party

I think pylustrator is amazing and would gladly do that, but asking the permission here because normally authors should be doing this, not users ;)

rgerum commented 3 years ago

Thanks for the suggestion. I created a pull request, let's see if they add it.

rgerum commented 3 years ago

They accepted the pull request.