[Matplotlib-users] matplotlib/pylab problems with wxpython 2.9.2.1 -

2011-08-04 Thread Vlastimil Brom
Hi all, I'd like to ask about some issues I am having with using matplotlib with the latest wxpython version 2.9.1.1; I already mentioned that on the wxpython list: https://groups.google.com/forum/#!topic/wxpython-users/vG-5NJ4vXnc but it is unclear whether this is a bug in wx or a possible

[Matplotlib-users] matplotlib backends - WXAgg vs. WX

2011-08-13 Thread Vlastimil Brom
=27902016 ), which doesn't apply for WXAgg. Coud someone maybe provide some hints, where I should look into to understand the backend differences better? Thanks in advance, Regards, Vlastimil Brom -- FREE DOWNLOAD

Re: [Matplotlib-users] matplotlib backends - WXAgg vs. WX

2011-08-14 Thread Vlastimil Brom
2011/8/14 Eric Firing efir...@hawaii.edu: On 08/13/2011 01:11 PM, Vlastimil Brom wrote: Hi all, I'd like to ask a probably basic qustion about backends in matplotlib - specifically with regard to WXAgg and WX. What are the differences of the two, and what are the supposed usecases, and maybe

Re: [Matplotlib-users] matplotlib backends - WXAgg vs. WX

2011-08-15 Thread Vlastimil Brom
2011/8/15 Michael Droettboom md...@stsci.edu: On 08/14/2011 11:28 AM, Vlastimil Brom wrote: ... Is there maybe some mechanism available in matplotlib, which would select the appropriate font for the given characters? (Like in wx or, even more powerful in tk?) Or is it the expected way to set

Re: [Matplotlib-users] plot() not using alpha value from RGBA tuple

2011-08-16 Thread Vlastimil Brom
2011/8/16 Eric Firing efir...@hawaii.edu: On 07/25/2011 08:21 AM, Ben Breslauer wrote: I think that I have found the problem here.  Line2D.draw() (and I presume other Artist subclasses) calls gc.set_foreground(self._color) ... gc.set_alpha(self._alpha) self._color is defined by the color

[Matplotlib-users] reusing the pylab gui in a custom application (wxpython)?

2012-07-29 Thread Vlastimil Brom
Vlastimil Brom -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security

Re: [Matplotlib-users] reusing the pylab gui in a custom application (wxpython)?

2012-07-29 Thread Vlastimil Brom
2012/7/30 Benjamin Root ben.r...@ou.edu: On Sunday, July 29, 2012, Vlastimil Brom wrote: Hi all, I'd like to ask about the possibility to eventually reuse the gui of pylab for showing and manipulating the plots in the custom application (written in wxpython). [...] Thanks in advance

Re: [Matplotlib-users] reusing the pylab gui in a custom application (wxpython)?

2012-07-31 Thread Vlastimil Brom
2012/7/31 Benjamin Root ben.r...@ou.edu: On Sun, Jul 29, 2012 at 7:39 PM, Vlastimil Brom vlastimil.b...@gmail.com wrote: 2012/7/30 Benjamin Root ben.r...@ou.edu: On Sunday, July 29, 2012, Vlastimil Brom wrote: Hi all, I'd like to ask about the possibility to eventually reuse

Re: [Matplotlib-users] Figures piling up in Tkinter GUI (1.2.0rc2)

2012-11-02 Thread Vlastimil Brom
2012/11/1 Hans Bering hans.ber...@arcor.de: Hello everybody, I'm building a small Tkinter GUI using matplotlib, in which I have to change/update plots quite often depending on user input (with different contents sizes, in different places in the GUI, etc.; but always only one figure at a

Re: [Matplotlib-users] creating an object oriented matplotlib figure

2013-01-16 Thread Vlastimil Brom
2013/1/16 Kelson Zawack k...@cornell.edu: I want to create a matplotlib figure as part of a program I am writing and therefore would like to create the figure in a fully object oriented way, ie not in the pyplot state-full way. I understand how to work with a figure object to create axes

Re: [Matplotlib-users] Graphing in an existing PyGTK window

2013-08-19 Thread Vlastimil Brom
2013/8/19 Paul D. DeRocco pdero...@ix.netcom.com: I've just tried Matplotlib for the first time, for plotting on the screen, and the examples all seem to pop up a new window with interactive tools, like Matlab does. That's very nice, but what I need is to create a static plot that appears in

Re: [Matplotlib-users] font setting in matplotlib 1.3.1

2014-01-27 Thread Vlastimil Brom
11:21 AM, Phil Elson wrote: Thanks for this Vlastimil, looks like there is either a subtlety beyond my font knowledge or a bug here - mdboom, did you have any ideas? Otherwise I think we need a github issue for this. Cheers, On 4 January 2014 19:37, Vlastimil Brom vlastimil.b...@gmail.com

Re: [Matplotlib-users] swedish letters in yticks

2014-08-24 Thread Vlastimil Brom
2014-08-25 0:03 GMT+02:00 Johan Ekh ekh.jo...@gmail.com: Hi all I try to use yticks as plt.yticks(y_pos, projDescr) where projDescr is a list of strings that contains some swedish letters, i.e. åäö, but they are not printed correctly. I have googled but can not fins a solution. Can