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; ```  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...