Feeds
답변 있음
font format in second y-axis
Use the function yyaxis instead of the plotyy. I achieved dual y-axes with latex formatting as such x = linspace(1,10,100); h ...
font format in second y-axis
Use the function yyaxis instead of the plotyy. I achieved dual y-axes with latex formatting as such x = linspace(1,10,100); h ...
거의 2년 전 | 0
답변 있음
how to set x-axis and y-axis of a plot as log scales in bold with latex interpreter?
I had the same issue. A temporary solution (far from robust) is to specify the names on the x- or y-axis as such: set(gca,'YTic...
how to set x-axis and y-axis of a plot as log scales in bold with latex interpreter?
I had the same issue. A temporary solution (far from robust) is to specify the names on the x- or y-axis as such: set(gca,'YTic...
거의 2년 전 | 1
