steefan85
steefan85
Fixes #1082 Changed `''` to `'draw'` for marker options, because in tikz Matlabs `MarkerFaceColor` and `MarkerEdgeColor` are equivalent to `fill` and `draw` but previous code set it to `mark options={fill=...,...
Hello community! This Matlab-code (R2020a): ``` x = linspace(1,2*pi,20); y = sin(x); h = plot(x, y) set(h, 'Color', 'k'); set(h,'Marker','s'); set(h,'MarkerFaceColor','w'); matlab2tikz('plot.tex','width', '\figurewidth'); ``` leads to the following tikz graphics:...
There is a feature for temperature correction in the settings which I used for my BME280 to lower the temperaure value. Recently I changed to a SHT3X Sensor and the...