How to bold legend and axis in 3d scatter plot in Matlab -


i have 1 question. how bold legend , axis in 3d scatter plot in matlab? can me. thank you

run after figure created, sets text elements of current figure bold:

set(findall(gcf,'type','text'), 'fontweight','bold') 

it not 3d scatter specific , answered here well: changing fonts in matlab plots


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -