ciberlandia.pt é um dos muitos servidores Mastodon independentes que podes utilizar para participar no fediverso.
Uma instância 🇵🇹 dedicada à tecnopolítica e também a tudo o resto. Regras e termos em ciberlandia.pt ❤️ 🏳️‍🌈

Estatísticas do servidor:

104
utilizadores activos

If you have been using for a while, this page about integration is a documentation gem It opens up the possibility of making "live", real time and interactive, maplotlib charts, but even if you are not into , it shows the beautiful tools integrated with py5 and how to use to improve performance. In the end you also learn about named colors and the clever "Colormap Color Mode" feature.

py5coding.org/integrations/mat

www.py5coding.orgCharts, Plots, and Matplotlib — py5 documentation
Público

@villares if you’re wanting live plot updates that’s sort of #PyQtGraph ‘s thing. I will freely admit that pyqtgraph does not have the plotting customization that matplotlib does but it’s very straight forward to integrate into a Qt application.

Público

@ogi Nice! PyQt is very cool, and there are also other tremendously powerful interactive dataviz tools like Napari?... but my post is more a celebration of py5, which is mostly used for creative coding, not dataviz... As I'm very used to the Processing graphics vocabulary and the very simple main loop and event hooks it provides I end up doing some "useful/utilitarian" stuff with it sometimes :D

Público

@villares oh yeah if you’re in another framework/ecosystem that isn’t Qt then stay away 😂

Público

@ogi you should post more stuff about PyQtGraph on your account, looks like an amazing tool! And I've seen at the docs there is this collaboration with VisPy project... very cool stuff.