kromuchi

Results 2 issues of kromuchi

Using Matlab 2013b. Scaling factors of exponentially scaled ticks are not printed in the current version. ``` figure;plot([1 2],[0.00001 0.00002]); plot2svg; ``` ![plot2svg_old](https://cloud.githubusercontent.com/assets/11830380/10106335/59974d72-63b4-11e5-80e7-928cc494afd1.png) This is caused by a `NaN`-result of...

I am trying to import a DECK json from an previously exported deck via occ. As described in the [user documentation](https://github.com/nextcloud/deck/blob/main/docs/export-import.md), i created a config file and put it together...