Hi!
I want to know if anybody can write a code how to rotata a tick in logarithmus figure. I wrote a code like this:
[H_uv,ef]=dendrogram(Z_uv,0,'colorthreshold',Du_GROUP,'Label',s_uv);
set(gcf,'Position', [50, 50, 800, 450]);
set(H_uv,'LineWidth',2)
title('....')
Xlim_=get(gca,'Xlim');
set(gca,'NextPlot','add');
plot(gca,[Xlim_(1),Xlim_(2)],[Du_GROUP,Du_GROUP],'-r','LineWidth',2)
grid on
box on
set(gca,'YScale','log','Ylim',[10^-5 10^-1])
xlabel('....')
ylabel('....')
So the names on my y-axix are to big and I want to rotate them? Is this possible?
Thanks!
|
|
0
|
|
|
|
Reply
|
Gor
|
4/16/2010 1:59:04 PM |
|
"Gor Paravinja" <goljat2004@hotmail.com> wrote in message <hq9qf8$m7h$1@fred.mathworks.com>...
> Hi!
>
> I want to know if anybody can write a code how to rotata a tick in logarithmus figure. I wrote a code like this:
>
> [H_uv,ef]=dendrogram(Z_uv,0,'colorthreshold',Du_GROUP,'Label',s_uv);
> set(gcf,'Position', [50, 50, 800, 450]);
> set(H_uv,'LineWidth',2)
> title('....')
> Xlim_=get(gca,'Xlim');
> set(gca,'NextPlot','add');
> plot(gca,[Xlim_(1),Xlim_(2)],[Du_GROUP,Du_GROUP],'-r','LineWidth',2)
> grid on
> box on
> set(gca,'YScale','log','Ylim',[10^-5 10^-1])
> xlabel('....')
> ylabel('....')
>
> So the names on my y-axix are to big and I want to rotate them? Is this possible?
>
> Thanks!
There a files to do this in the File Exchange. I've used one called "xticklabel_rotate" with some success, but I don't know if this is the best available. Do a keyword search in the FEX.
the cyclist
|
|
0
|
|
|
|
Reply
|
the
|
4/16/2010 2:08:08 PM
|
|
|
1 Replies
411 Views
(page loaded in 0.032 seconds)
Similiar Articles: Rotate the Tick - comp.soft-sys.matlabHi! I want to know if anybody can write a code how to rotata a tick in logarithmus figure. I wrote a code like this: [H_uv,ef]=dendrogram(Z_uv,0... Rotate axes label in 3D graphics - comp.soft-sys.math.mathematica ...Rotate the Tick - comp.soft-sys.matlab rotating a 3D sphere - comp.soft-sys.matlab... soft-sys.matlab rotating a 3D ... Rotate axis label (not ticks) - comp.soft-sys ... Vertical x-tick labels on bar charts - comp.soft-sys.matlab ...a hint: - remove your xticklabels... - use TEXT setting the rotation prop to 90... ... Vertical x-tick labels on bar charts - comp.soft-sys.matlab ... I have a bar chart ... Axis appearance: avoid tick mark labels to overlap - comp.soft-sys ...Rotate the Tick - comp.soft-sys.matlab Axis appearance: avoid tick mark labels to overlap - comp.soft-sys ... You can rotate tick labels to prevent label overlap ... Removing Tick in the polar plots - comp.soft-sys.matlab... a hint: - remove your xticklabels... - use TEXT setting the rotation prop to ... Labels - PHPlot: Dynamic Charts Here is a sample vertical bar plot with the Y tick labels ... Large fonts and axis labels - comp.soft-sys.matlabI've also found that controlling the tick mark labelling through YLim, YTick and ... sys.matlab LaTeX interpreter for axis label text - comp.soft-sys.matlab ... Rotate ... How to shift the values of x axis from position of x axis to other ...print the tick ' - comp.lang.awk How to shift the values of x axis from position of x axis to other ..... mm=3Dmin(yy,w, dim=3D1); get minimum along dim=3D1 (ie for each ... fixed label position? - comp.graphics.apps.gnuplotRotate axes label in 3D graphics - comp.soft-sys.math.mathematica ... fixed label ... print the tick ' - comp.lang.awk... mark labelling through YLim, YTick and ... axes ... Normalize X axis and set Y axis limit - comp.soft-sys.matlab ...Also, I would like the labels of the Y axis to be "y," "y2," and "y3" - and have only those labels (without any interior minimum tick marks). Cropping a Picture into a Circle - comp.graphics.apps.paint-shop ...... Option Palette (F4) set Selection Type to Circle, Mode to Replace, Feather 0, tick ... Newbie question about rotate a picture using OpenGL - comp ... You'll want to make your ... Rotate the Tick - comp.soft-sys.matlab | Computer GroupHi! I want to know if anybody can write a code how to rotata a tick in logarithmus figure. I wrote a code like this: [H_uv,ef]=dendrogram(Z_uv,0... Rotate Tick Label - File Exchange - MATLAB CentralFile Information; Description: ROTATETICKLABEL rotates tick labels. Any arbitrary rotation is acceptable. A demo is included. Right now it only can rotate XTickLabels ... 7/23/2012 7:42:56 PM
|