Re: [Matplotlib-users] swedish letters in yticks

2014-08-24 Thread Vlastimil Brom
2014-08-25 0:03 GMT+02:00 Johan Ekh : > 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 someone point me

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

2014-01-27 Thread Vlastimil Brom
In the meantime, the solution you arrived at is the probably the best we can > do for now. > > Mike > > > On 01/27/2014 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

[Matplotlib-users] font setting in matplotlib 1.3.1

2014-01-04 Thread Vlastimil Brom
font.sans-serif'].append("Bitstream Vera Sans") import pylab pylab.title(u"abcd áčďéěíňóřšťúůýž äöüß ê xyz") pylab.show() == Is there something special in the resolution of the font items in rcParams? This individual issue seems to be fixed with removing the single font, but

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

2013-08-19 Thread Vlastimil Brom
2013/8/19 Paul D. DeRocco : > 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 some sort of widget

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

2013-01-16 Thread Vlastimil Brom
2013/1/16 Kelson Zawack : > 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 objects and then

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

2012-11-02 Thread Vlastimil Brom
2012/11/1 Hans Bering : > 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 time). > > As a

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

2012-07-31 Thread Vlastimil Brom
2012/7/31 Benjamin Root : > > > On Sun, Jul 29, 2012 at 7:39 PM, Vlastimil Brom > wrote: >> >> 2012/7/30 Benjamin Root : >> > >> > >> > On Sunday, July 29, 2012, Vlastimil Brom wrote: >> >> >> >> Hi all, >> >&g

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

2012-07-29 Thread Vlastimil Brom
2012/7/30 Benjamin Root : > > > 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

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

2012-07-29 Thread Vlastimil Brom
any hints regards 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

Re: [Matplotlib-users] get_facecolor() returns 4-tuple, contains RGB values?

2011-12-13 Thread Vlastimil Brom
2011/12/13 Nico Schlömer : > Hi, > > upon extracting the face color of a matplotlib.path.Path object, > >   fc = obj.get_facecolor() > > I always seem to get an array of length 4. This initially led me to > believe I'm dealing with CMYK values, but it really seems like the > last entry is *always*

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

2011-08-16 Thread Vlastimil Brom
2011/8/16 Eric Firing : > 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 kw

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

2011-08-15 Thread Vlastimil Brom
2011/8/15 Michael Droettboom : > 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

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

2011-08-14 Thread Vlastimil Brom
2011/8/14 Eric Firing : > 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

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

2011-08-13 Thread Vlastimil Brom
rchive/message.php?msg_id=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 --

[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 problem