graph - How to turn off vertical y axis bar in MATLAB plot? -


how turn off black line on vertical y-axis?

i tried using following set color white appears hidden. however, using grid lines, , if turn white:

set(gca,'ycolor',[1 1 1]);  % sets y-axis , gridlines white color (represented '1 1 1') 

i found can following fix issue:

plot white line y-axis ranges

any other ways this?

plot white line y-axis ranges


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -