Hello,
i have a program in which i plot 10 subplots with matplotlib. To launch the program i now type in the console:
python dataplot.py DATAFILE_10.10. 07.csv
However what i want is that python asks me for a file which i can then select in a sort of browse window. How to implement this?
I though of creating a GUI with Qt in which you browse (which i dont know how to do) and then click on the button PLOT which should launch the program dataplot with the datafile that has ben selected.
Hope someone can help me.
i have a program in which i plot 10 subplots with matplotlib. To launch the program i now type in the console:
python dataplot.py DATAFILE_10.10. 07.csv
However what i want is that python asks me for a file which i can then select in a sort of browse window. How to implement this?
I though of creating a GUI with Qt in which you browse (which i dont know how to do) and then click on the button PLOT which should launch the program dataplot with the datafile that has ben selected.
Hope someone can help me.
Comment