Hello Gurus,

I am making an application to plot noise data and I need to plot 3rd Octave 
Data. I have the frequency vector and the data vector, but when I plot it 
in the plot.setlogLogMode(True,True) aldo the frequency vector values are 
Log10 converted.
Since I need to keep the linear values in the X axis but with a log scale I 
tried first to convert my frequency vector to a 
numpy.power(10,frequencyVector) intending to see the linear values when 
SetLogMode makes the log, but numbers are very big (I need to go until 
20000 Hz) and some of them are out of range.

Have anyone of you faced a similar problem?

Thank you in advance!!

Francisco

-- 
You received this message because you are subscribed to the Google Groups 
"pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyqtgraph/2b31b496-5f91-405e-963e-7b0d7ad56589%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to