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
Post a Comment