Skip to content

Exported analysis file node locations are inconsistent with GUI? #890

Answered by roomrys
dataframing asked this question in Help!
Discussion options

You must be logged in to vote

Hi @dataframing,

The coordinates are returned as Qt (the library we use for the GUI) returns them with the (0, 0) coordinate being in the upper left-hand corner. As you observed, matplotlib is plotting the coordinates with (0, 0) being in the lower left-hand corner. You can invert the y-axis of matplotlib.pyplot for the visuals to appear as seen in the video.

Let us know if that helps!

Thanks,
Liezl

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dataframing
Comment options

@dataframing
Comment options

@roomrys
Comment options

Answer selected by dataframing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help!
Labels
None yet
2 participants