Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.0.0 source code.tar.gz | 2024-08-13 | 191.0 kB | |
3.0.0 source code.zip | 2024-08-13 | 289.2 kB | |
README.md | 2024-08-13 | 908 Bytes | |
Totals: 3 Items | 481.0 kB | 1 |
This version introduces under the hood improvements and replaces some vendor libraries with built-in functions.
Summary of changes: * Use direct property access instead of set/get methods for speed * Remove primary try-catchs that just hide errors (and fix resulting bugs) * Improve m2json; Support strings and datetime * Add support for color opacity settings in plots * Add support for multiline titles * Add support for plot subtitles * Fix default zoom when user has set XLim/Ylim to Inf * Add support for 'datetime' values in 'stem' plots * Improve support for 'area' and 'stairs' plots * Use built-in 'jsondecode' (introduced in R2016b) instead of vendoring a version of 'jsonlab' from 2014 * Use built-in 'matlab.net.base64decode' (introduced in R2016b) instead of vendoring 'base64decode' * Use built-in 'webread' and 'webwrite' (introduced in R2015a) instead of vendoring 'urlread2'