On Wed, Sep 2, 2009 at 11:41 AM, Sebastian Rhode wrote:
> So I already figure out how to delete the last drawn line, but this is not a
> very good solution. What I actually would need, is a selection which line &
> legend the users whats to remove from the graph (perfect would be
> interactivly dir
Le mercredi 02 septembre 2009 à 17:41 +0200, Sebastian Rhode a écrit :
> So I already figure out how to delete the last drawn line, but this is
> not a very good solution. What I actually would need, is a selection
> which line & legend the users whats to remove from the graph (perfect
> would be i
Hello,
I wrote a little program to display the spectral data of varoius filters.
Here is a part of the code:
...
def openex(self, event):
dlg = wx.FileDialog(self, "Choose a Excitation Filter", os.getcwd(),
"", "*.ex*", wx.OPEN)
if dlg.ShowModal() == wx.ID_OK:
pathex =