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'