holtzy / The-Python-Graph-Gallery

A website displaying hundreds of charts made with Python
https://www.python-graph-gallery.com
BSD Zero Clause License
1.87k stars 370 forks source link

Propose to add marsilea examples #376

Closed Mr-Milk closed 4 months ago

Mr-Milk commented 4 months ago

Hi, thanks for developing such a fantastic website. It helped me a lot when I started with Python visualization years ago. Now I'm deep in the field, I have developed a new package called Marsilea for declarative creation of composable visualization in Python. Are you interested in checking it out and considering adding some examples with Marsilea? This project is still in a relatively early phase. Any feedback is welcomed!

I also developed a package called legendkit that helps customize legend styles and placement in matplotlib. It is used within Marsilea to create and layout multiple legends.

Some examples created with Marsilea, but you can do much more than what's shown below:

holtzy commented 4 months ago

Hi! Thanks so much for your submission. The library looks pretty solid already, congrats!

I think it is a bit too early to add examples in the gallery for now, since your doc state that the API is still in beta and can change.

Can you please come back to me in a few months when you reach a more stable phase?

Thanks so much again!

Mr-Milk commented 1 month ago

Hi there! We've now reached a stage where all APIs are considered stable, and more useful features are included. I'm happy to start with a simple example if possible.

Thanks for the support!