Quantcast
Channel: MATLAB Central Newsreader - tag:"ticks"
Browsing all 15 articles
Browse latest View live

Re: how to display IMAGE with custom X, Y axis ticks ?

Hey Bruno, I guessed yesterday that my problem was solved but apparently there is still a trouble with the way Matlab scales the Yaxis with the log command. My original yscale values are spaced...

View Article



Re: how to display IMAGE with custom X, Y axis ticks ?

"Salman" wrote in message <jmsp5b$89k$1@newscl01ah.mathworks.com>...> Hey Bruno, I guessed yesterday that my problem was solved but apparently there is still a trouble with the way Matlab...

View Article

invisible yticks

hello i ame making a figure with 5 subplots , and because they have the same y axes, i want the axe label and the ytick values to be written only on the one at the left. I also want my plots to be...

View Article

Re: invisible yticks

On 5/13/2012 7:27 AM, pirapts Raptis wrote: ...> using commands like> set (gca, 'ytick',[])>> i loose the y axis grids. ... Yes. Clear 'yticklabel' property instead. --

View Article

Ticks disappearing in matlab plot

Dear all, I'm using the drawShadedRectangle option to fill the box of several plots, http://www.mathworks.com/matlabcentral/fileexchange/6985-drawshadedrectangle. When using it, there's a problem,...

View Article


Re: Ticks disappearing in matlab plot

Make sure you are referring to the correct axes handles. It could be that the function you are referring to is creating a new set of axes that are laid over the ones you are referring to. As a...

View Article

Plot yy and tick marks

figure1 = figure('PaperType','a4letter',...    'PaperSize',[20.98404194812 29.67743169791]); set(figure1,'units','centimeters'); pos = get(figure1,'position'); set(figure1,'position',[pos(1:2),15,10]);...

View Article

Re: Minor ticks on log axes

Aaron <rasputin465@hotmail.removeSpaM.com> wrote in message <ef44fc4.-1@webcrossing.raydaftYaTP>...> Hi> > There seems to be some bug with log axes. If I use auto tick labels,>...

View Article


Re: Minor ticks on log axes

"Stepan" wrote in message <kc4sb0$1v0$1@newscl01ah.mathworks.com>...> Aaron <rasputin465@hotmail.removeSpaM.com> wrote in message <ef44fc4.-1@webcrossing.raydaftYaTP>...> >...

View Article


plotyy and tick labels

Hello I've made the following code: figure(2) [BX,H1,H2]=plotyy(avek,P,avek,T,'plot'); set(get(BX(1),'Ylabel'),'String','P [W]') set(get(BX(2),'Ylabel'),'String','T [N]') xlabel('Induction factor, a')...

View Article

Re: plotyy and tick labels

bump :)

View Article

Re: plotyy and tick labels

"Thomas" wrote in message <khljcp$mu8$1@newscl01ah.mathworks.com>...> Hello> I've made the following code:> figure(2)> [BX,H1,H2]=plotyy(avek,P,avek,T,'plot');>...

View Article

Re: plotyy and tick labels

On 3/11/2013 4:47 PM, Thomas wrote:> Hello> I've made the following code:> figure(2)> [BX,H1,H2]=plotyy(avek,P,avek,T,'plot');> set(get(BX(1),'Ylabel'),'String','P [W]')>...

View Article


Re: default tick direction

Hi Mike~ Thanks you for sharing~ I was just looking for this! yuji "Michael Ashby" wrote in message <h03ije$do0$1@fred.mathworks.com>...> "Steven Lord" <slord@mathworks.com> wrote in...

View Article

Removing Tick Marks in Plot

Hi Brent, I hit this issue as well when I changed the Ylim of the right plot. I got around it by changing the left plot Ylim in the same proportions (to realign the tick marks on the right and hide the...

View Article

Browsing all 15 articles
Browse latest View live




Latest Images