I am exploring plotting audio SSMs together with videograms like this:
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.
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.
I am exploring plotting audio SSMs together with videograms like this:
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.