fourMs / MGT-python

Musical Gestures Toolbox for Python
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/musicalgesturestoolbox/mgt-python/index.html
GNU General Public License v3.0
52 stars 11 forks source link

Direction of SSM #283

Closed alexarje closed 1 year ago

alexarje commented 1 year ago

I am exploring plotting audio SSMs together with videograms like this:

combined-plots

Here I had to manually flip the SSM so that time runs from the top left corner to the bottom right. It would be great to have an option to choose the direction of the SSM.

joachimpoutaraud commented 1 year ago

I have updated the _ssm.py script and added the possibility to invert the y axis from the top left corner to the bottom right with the parameter invert_yaxis=False. Defaults parameter is set to True.