I'm having trouble getting positive and negative Y values for a 
spectrogram.  I can use img.scale(dt,df) to scale properly but I would 
actually like to scale and shift down by the half of the max frequency, 
like img.scale(dt, df  (then - fmax/2)).  I can't seem to find the source 
for .scale() or .setPos(), in ImageView it references the functions to 
ImageItem, but it is not in the ImageItem source.  My only other idea is to 
create 2 images and scale one positive and one negative and combine them, 
but this doesn't seem necessary.  Any ideas?

-- 
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/469ee9f6-963e-4d74-bf6c-684785238fb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to