so it turned out the log(x) display was somehow corrupted by my 
xRange(xMin,xMax) values.

My x values range from 0 to 1e7 (0 to 10MHz). My actual data ranges from 
1e-3 (1mHz) to 1e7 (10MHz). I previously set xRange(1e-9 to 1e7) to avoid 
log(0) @xMin and so the user can slightly scroll below the smallest x value.

In this setup I am no longer getting nicely logarithmically spaced vertical 
lines, 1e^n where n<0 are not displayed. Then modified xRange to (-100,1e7) 
and now I am getting proper vertical lines.

So xRange(-100,1e7) is a solution to get proper vertical lines, but the 
overall UI is no longer super nice because my values never reach x<0, and 
the user can actually scroll down to -100(whatever xMin value I set)

don't know what's happening with axisItems or whatever class is used in all 
of that

-- 
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 pyqtgraph+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyqtgraph/f1764361-15a6-4d91-a4de-59ac31916a0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to