Discussion:
ImageDialog question
Russ Berg
2013-10-22 16:09:11 UTC
Permalink
Hi all, first thanks Pierre for the tools, seriously really well done project!

I have a modified ImageDialog I use for visualizing 2d raster scans, to keep the coordinate systems of the scans (motor positions) in sync with what is visualized I have to set the y direction
So that it counts up from the bottom (0,0 is bottom left corner when looking at the screen) by calling this:

self.plot.set_axis_direction('left', False)

but when I do that and use the Alt-movemouse marker, the X cross section does not update but the Y does, is there something else I need to set so that the X cross section will update?
I have attached screenshots of what I am talking about. Any advice appreciated
thanks

-Russ
--
You received this message because you are subscribed to the Google Groups "guidata/guiqwt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to guidata_guiqwt+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Russ Berg
2013-10-22 19:31:32 UTC
Permalink
Classic, the problem is clearly somewhere else in my code, I should have first checked the cross_section example first as it seems to have no problem.
Please ignore the first post.

-Russ

-----Original Message-----
From: guidata_guiqwt-/***@public.gmane.org [mailto:***@googlegroups.com] On Behalf Of Russ Berg
Sent: October-22-13 10:09 AM
To: guidata_guiqwt-/***@public.gmane.org
Subject: [guidata/guiqwt] ImageDialog question

Hi all, first thanks Pierre for the tools, seriously really well done project!

I have a modified ImageDialog I use for visualizing 2d raster scans, to keep the coordinate systems of the scans (motor positions) in sync with what is visualized I have to set the y direction So that it counts up from the bottom (0,0 is bottom left corner when looking at the screen) by calling this:

self.plot.set_axis_direction('left', False)

but when I do that and use the Alt-movemouse marker, the X cross section does not update but the Y does, is there something else I need to set so that the X cross section will update?
I have attached screenshots of what I am talking about. Any advice appreciated thanks

-Russ

--
You received this message because you are subscribed to the Google Groups "guidata/guiqwt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to guidata_guiqwt+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "guidata/guiqwt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to guidata_guiqwt+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...