Looking for a specific python gui module to perform the following task
Posted
by
Sadaf Amouz
on Stack Overflow
See other posts from Stack Overflow
or by Sadaf Amouz
Published on 2012-10-31T05:45:36Z
Indexed on
2012/10/31
11:00 UTC
Read the original article
Hit count: 133
I am looking for a GUI python module that is best suited for the following job: I am trying to plot a graph with many columns (perhaps hundreds), each column representing an individual. The user should be able to drag the columns around and drop them onto different columns to switch the two. Also, there are going to be additional dots drawn on the columns and by hovering over those dots, the user should see the values corresponding to those dots. What is the best way to approach this?
© Stack Overflow or respective owner