Usrp_sense_spectrum.py doubts

Usrp_sense_spectrum.py doubts

I obtain this plot from 2.3GHz to 2.5GHz (with a Flex2400) but I don’t
know
how to put the correct frecuency on the x axis.
Because if I put this:
g(‘set xrange[2300000000:2500000000]’) # I can’t see anything!

To plot I have done this:

g = Gnuplot.Gnuplot(debug=1) # Out of the while loop

g.plot(m.data) # Inside the while loop

Please help me as soon as possible and thanks in advance!

Regards,

Santiago Ortega.