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

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -