I know I’m late to the party, but what happened to the Plotter and the compas_plotters package!? I’m migrating my codebase to version 2.15 and I find that good ol’ matplotlib and company are silently gone after version 1.17.10 (not only that, but the CHANGELOG.md file on GitHub does not report the disappearance). Will compas_plotters make a come back from the ashes as some other package, or is it forever gone? :')
From the last chats with @tomvanmele it seems like the plotter is indeed gone with no plans to come back. Perhaps @tomvanmele wants to have a separated - community backed - compas_plotter like compas_viewer? Not sure.
Yes, I think there were no plans to bring them back, however, I gave it a go at migrating them using Claude, and it turns out to be quite straight-forward. I created a port repo of it on my personal github, and I will discuss with the association if we want to bring this back officially, or if it should stay a community contrib.
@arpastrana please give it a go and let me know if it works, I have tested it only superficially
Thanks, @gonzalocasas - it took me a while to get back to this, but the revived compas_plotters works for me! See the animation of the optimization of a funicular arch below, which we generated using Plotter.on() (after including the changes proposed in this PR).
I noticed the package moved back to the compas organization. Is the plan to make it an officially supported library? It would be fantastic to see a release on pypi in any case to pin it as a dependency in my projects
Also, should the package be renamed compas_plotter for symmetry with compas_viewer and compas_notebook (i.e., name change from plural to singular)?