Coastal-Imaging-Research-Network / cBathy-Toolbox

Routines needed to run cBathy + demos
https://github.com/Coastal-Imaging-Research-Network/cBathy-toolbox/wiki/cBathy-User-Manual
GNU General Public License v3.0
25 stars 23 forks source link

fix plotStackAndPhaseMaps for recent matlabs #26

Closed jstanleyx closed 6 years ago

jstanleyx commented 6 years ago

Issue observed at boot camp -- phase plots were unusable in more recent versions of matlab. matlab 2014b changed some basic graphics stuff.

forced colormap from new default of palula back to old default of 'jet'. forced title font to smaller, normal font instead of larger bold. changed font size of tic labels changed scatter3 to scatter, size of circles from 18 to 3.

works in 2010a, 2013b, 2017a. Subplots do not resize in testing on 2016a, reason unknown. Appears to be bug in 2016a using software openGL renderer. I find nothing relevant in the release notes for 2016b or 2017a.

mpalmsten commented 6 years ago

Thanks John!

RobHolman commented 6 years ago

I'm not a good reviewer on this since it originally worked fine for me. I did try his fixes on 2010 and 2016a and they worked other than the window resize thing. But we need people with other systems to try this.