Re: [Discuss-gnuradio] Change the x-axis min and max values for QT GUI time sink block

2014-07-10 Thread jason sam
Thanx got it! On Thu, Jul 10, 2014 at 6:22 PM, Tom Rondeau wrote: > On Wed, Jul 9, 2014 at 12:30 AM, jason sam wrote: >> >> Hi all, >> In WX GUI time sink when we roll the mouse over the plot we can change >> the range of y-axis and x-axis but in QT GUI time sink it is not >> changing in this wa

Re: [Discuss-gnuradio] Change the x-axis min and max values for QT GUI time sink block

2014-07-10 Thread Martin Braun
On 07/09/2014 06:30 AM, jason sam wrote: > Hi all, > In WX GUI time sink when we roll the mouse over the plot we can change > the range of y-axis and x-axis but in QT GUI time sink it is not > changing in this way.We can set the range for y-axis in block > parameters but how can I change the x-axis

Re: [Discuss-gnuradio] Change the x-axis min and max values for QT GUI time sink block

2014-07-10 Thread Tom Rondeau
On Wed, Jul 9, 2014 at 12:30 AM, jason sam wrote: > Hi all, > In WX GUI time sink when we roll the mouse over the plot we can change > the range of y-axis and x-axis but in QT GUI time sink it is not > changing in this way.We can set the range for y-axis in block > parameters but how can I change

Re: [Discuss-gnuradio] Change the x-axis min and max values for QT GUI time sink block

2014-07-10 Thread Martin Braun
On 07/10/2014 11:42 AM, jason sam wrote: > Yes i know that but it is used for zooming..actually my sink is not > showing the complete waveform as the time period of waveform is > greater than the max value on time axis,so i want to know how can i > expand my time axis?? You can set the number of p

Re: [Discuss-gnuradio] Change the x-axis min and max values for QT GUI time sink block

2014-07-10 Thread jason sam
Yes i know that but it is used for zooming..actually my sink is not showing the complete waveform as the time period of waveform is greater than the max value on time axis,so i want to know how can i expand my time axis?? Regards, Ali On Thu, Jul 10, 2014 at 2:19 PM, Martin Braun wrote: > On 07/0

[Discuss-gnuradio] Change the x-axis min and max values for QT GUI time sink block

2014-07-09 Thread jason sam
Hi all, In WX GUI time sink when we roll the mouse over the plot we can change the range of y-axis and x-axis but in QT GUI time sink it is not changing in this way.We can set the range for y-axis in block parameters but how can I change the x-axis min and max values for QT GUI time sink block duri