03-21-2012 12:10 PM
03-21-2012 12:18 PM
I'm not sure if it was completely clear from my post, but when trying what you just did (only hiding the Left Y-Axis), and if you try changing the XY Font/Point Size, you can disable ATTR_FIXED_PLOT_AREA so that things look a little more normal.
03-22-2012 06:02 AM
OK, thanks, haven't tried that yet, but in the process of testing your fixes I stumbled upon a weird bug which I did not have before: if I have several strip charts on a panel, the 1st one behaves strangely. Look at the attached image. The 1st one goes backwards but irregularly (not all points are there). On the example here, the same data is sent to both. I can reproduce and that's on Windows and Linux.
I thought that I had a runaway attribute on the first one (such as ATTR_XREVERSE), so I wrote a function to dump all attributes off a control (will post code later, issues remaining) and they are identical, except for the positions. And just looking at the shape of the grid, I think it's more likely to be a bug in CVI than in my prog. And as usual, trying to reduce the problem to a simple app just makes it go away...
03-22-2012 12:27 PM
Something is definitely going wrong there. I've never seen a strip chart plot like that, so any code/samples you can provide to help us reproduce the issue would be great.
03-23-2012 12:40 PM
03-23-2012 02:35 PM
Interesting. Off the top of my head, I can't think of an issue I'm aware of that'd be influenced by that... certainly not with such crazy visual errors. Thanks for helping us investigate this.