[Matplotlib-users] Plotting arrows in a wxPython frame

2011-08-12 Thread Stefanie Lück
Hello! I'm using matplotlib in my wx.Frame to draw some arrows and text at a certain position. The number and position of the arrows is based on previously created data. I do some calculations but basically it's like this: arrow = primer for each primer: draw one arrow at position y - 0.05 to

[Matplotlib-users] Plotting arrows in a wxPython frame

2011-08-12 Thread Stefanie Lück
Hello! I'm using matplotlib in my wx.Frame to draw some arrows and text at a certain position. The number and position of the arrows is based on previously created data. I do some calculations but basically it's like this: arrow = primer for each primer: draw one arrow at position y - 0.05 to

[Matplotlib-users] Maps with basemaps (Garmin File Format)

2010-05-04 Thread Stefanie Lück
Hello! Is it possible with the matplotlib basemap tool to draw locations of interest on my own map e.g. a Garmin Image Map File File? Thanks in advance! Stefanie -- ___

Re: [Matplotlib-users] Printing in wx

2009-05-28 Thread Stefanie Lück
) app.MainLoop() - Original Message - From: Christopher Barker chris.bar...@noaa.gov To: matplotlib-users matplotlib-users@lists.sourceforge.net Sent: Wednesday, May 27, 2009 6:28 PM Subject: Re: [Matplotlib-users] Printing in wx Stefanie Lück wrote: I'm trying to print my plots

[Matplotlib-users] Printing in wx

2009-05-27 Thread Stefanie Lück
Hi! I'm trying to print my plots in a wxScrolledPanel under Windows XP but it dosen't work. I only can print / preview the start of the plot on the left upper site, the rest of page is empty: http://www.snowflake-sl.info/printing_in_wx.JPG I used printing according the example of matplotlib

[Matplotlib-users] Sublots in several figures

2009-05-14 Thread Stefanie Lück
Hi! I have 3 line charts which I would like to add one by one in a Figure() (back-to-back) to a wxPython Scrollpanel . I tried this code but all 3 charts are allways put together in each figure. How can I add them seperate in one figure? Thanks in advance! The data files are attached. Stefanie

[Matplotlib-users] Subplots

2009-05-13 Thread Stefanie Lück
Hello! I'm trying to draw several plots on after the other in a wxScrolledPanel but I got the error message: Traceback (most recent call last): File D:\Eigene Datein\Python\current\RNAiscan\Test\sample.py, line 96, in m odule frame = MyFrame() File D:\Eigene

Re: [Matplotlib-users] Subplots

2009-05-13 Thread Stefanie Lück
) where 'index' would be a number between 1 and N * M. best regards Matthias On Wednesday 13 May 2009 14:02:57 Stefanie Lück wrote: Hello! I'm trying to draw several plots on after the other in a wxScrolledPanel but I got the error message: Traceback (most recent call last): File D