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

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -