Re: [Matplotlib-users] Outline for histogram bars

2013-11-13 Thread Ted To
Thanks Ben! I was wondering if you can help me with a related question. How does one change the artist for the legend? Since I have a "step" histogram, it would be nice to have the legend display lines rather than outlined rectangles. Thanks, Ted On 11/13/2013 09:35 AM, Benjamin Root wrote: >

Re: [Matplotlib-users] Scatterplot c arg and NaN values, autonomous underwater vehicle

2013-11-13 Thread Eric Firing
On 2013/11/13 11:40 AM, robertdcurrier wrote: > I've pulled my hair out for the past day trying to solve this problem and > have done extensive searches to no avail. Here's my situation: > > I have data from an autonomous underwater vehicle. I have three np arrays to > plot: > 1) time on the x axis

[Matplotlib-users] Scatterplot c arg and NaN values, autonomous underwater vehicle

2013-11-13 Thread robertdcurrier
I've pulled my hair out for the past day trying to solve this problem and have done extensive searches to no avail. Here's my situation: I have data from an autonomous underwater vehicle. I have three np arrays to plot: 1) time on the x axis 2) vehicle depth on the y axis 3) sensor reading to set

[Matplotlib-users] No scroll_event with Gtk3Agg Backend

2013-11-13 Thread Patrick Birnzain
Hello everyone, so I've run into a bit of a problem while embedding a matplotlib plot into a GTK3 application. Everything's working fine as always, except the scroll_event seems to get stuck somewhere and my callback is never called. The button_press_event works. Apologies in advance if I missed

Re: [Matplotlib-users] Outline for histogram bars

2013-11-13 Thread Benjamin Root
On Tue, Nov 12, 2013 at 8:01 PM, Ted To wrote: > Perfect! Many thanks! Seems to be an undocumented feature... > > Not undocumented. In the docs for hist(), it says that it accepts any parameter that is used for Patch artists. This is also generally true for many of the other plotting functions.

[Matplotlib-users] Latex: \color command works only with "PS" backend

2013-11-13 Thread suinonatante
Hi, i'm trying to use "\color" command in text (setting 'text.usetex' = True and rc('text.latex', preamble='\usepackage{color}')) to color only a part of entire string; it works with PS backend, with other backends font color is overwritten by default rc color. is it a bug? is there a way to use "