I recently changed from julia 0.6.4 to 1.1.1
I have an issue with the julia plots package plotly() backend which was very nice in the 0.6.4 version as i could manipulate some aspects of the plot "live" (zoom, saving,..)
I am ploting two same sized vectors.
In summary, just changed the kernel from 0.6.4 to 1.1.1
The error displayed is this one:
only png or svg allowed. got: :html
I would preferably not change my backend as this one was very confortable.
Any ideas on what could be wrong?