From: tunio on 29 Jul 2010 07:34 hi, i am using the following code to plot two different types of data on two axes. One of them is 'xls' and the other one is 'ascii'. i was asked from my professor to connect the both axes in that way, if we zoom on one axes the other axes should has the same effect. so i used subplots command but since then when i plot the graph, the axes width is larger than in fig and so its overright the other buttons and command. it,ll be very kind if some one can help me.
From: Wayne King on 29 Jul 2010 07:44 "tunio " <tunio.live(a)hotmail.com> wrote in message <i2rp51$eun$1(a)fred.mathworks.com>... > hi, > i am using the following code to plot two different types of data on two axes. One of them is 'xls' and the other one is 'ascii'. i was asked from my professor to connect the both axes in that way, if we zoom on one axes the other axes should has the same effect. so i used subplots command but since then when i plot the graph, the axes width is larger than in fig and so its overright the other buttons and command. > it,ll be very kind if some one can help me. Hi Tunio, You haven't included any code here. Wayne
From: us on 29 Jul 2010 07:51 "tunio " <tunio.live(a)hotmail.com> wrote in message <i2rovd$3t4$1(a)fred.mathworks.com>... > hi, > i am using the following code to plot two different types of data on two axes. One of them is 'xls' and the other one is 'ascii'. i was asked from my professor to connect the both axes in that way, if we zoom on one axes the other axes should has the same effect. so i used subplots command but since then when i plot the graph, the axes width is larger than in fig and so its overright the other buttons and command. > it,ll be very kind if some one can help me. well done - but: where IS your code(?)... us
From: tunio on 30 Jul 2010 11:50 "us " <us(a)neurol.unizh.ch> wrote in message <i2rpvc$85r$1(a)fred.mathworks.com>... > "tunio " <tunio.live(a)hotmail.com> wrote in message <i2rovd$3t4$1(a)fred.mathworks.com>... > > hi, > > i am using the following code to plot two different types of data on two axes. One of them is 'xls' and the other one is 'ascii'. i was asked from my professor to connect the both axes in that way, if we zoom on one axes the other axes should has the same effect. so i used subplots command but since then when i plot the graph, the axes width is larger than in fig and so its overright the other buttons and command. > > it,ll be very kind if some one can help me. > > well done - but: where IS your code(?)... > > us hi, i have fixed the problem by using a Panel and putting both the axes in it. thanks for ur response
From: tunio on 30 Jul 2010 11:52 "us " <us(a)neurol.unizh.ch> wrote in message <i2rpvc$85r$1(a)fred.mathworks.com>... > "tunio " <tunio.live(a)hotmail.com> wrote in message <i2rovd$3t4$1(a)fred.mathworks.com>... > > hi, > > i am using the following code to plot two different types of data on two axes. One of them is 'xls' and the other one is 'ascii'. i was asked from my professor to connect the both axes in that way, if we zoom on one axes the other axes should has the same effect. so i used subplots command but since then when i plot the graph, the axes width is larger than in fig and so its overright the other buttons and command. > > it,ll be very kind if some one can help me. > > well done - but: where IS your code(?)... > > us hi, i have fixed the problem by using a Panel and putting both the axes in it. thanks for ur response
|
Next
|
Last
Pages: 1 2 Prev: Ethercat in xPC target Next: Why are my axes not the same size when I plot my graph? |