Aug 22, 2017 · 1 min read
Hi vincent! To make that plot you have to do the following steps:
- Activate this flag: https://github.com/abriosi/gmm-mml/blob/master/gmm_mml/gmm_mml.py#L21
- Add to the function
_plot_graph()something which will save multiple plots, like this:plt.savefig(PATH+flag+'.png')keep in mind that you need to save all the figures, so you have to add the incrementing flag. https://github.com/abriosi/gmm-mml/blob/master/gmm_mml/gmm_mml.py#L48 - Use the in-built
convertlinux command https://askubuntu.com/questions/648244/how-to-create-a-gif-from-the-command-line
I don’t have that code around anymore, and i wouldn’t add that overhead to the package. If you need more help contact me!
