arayabrain / barebone-studio

pipeline tool
GNU General Public License v3.0
1 stars 3 forks source link

Use matplotlib plot to save, avoiding Kaleido #362

Open milesAraya opened 1 week ago

milesAraya commented 1 week ago

Apple silicon M3 seems to have issues with Kaleido. As Kaleido is not currently being maintained, these issues are likely to persist or worsen in the future. Kaleido was used to work with Plotly and save images. However, the save function can be done with Matplot lib, which is well maintained.

This required updating poetry files, as well as the python plot files.