[Matplotlib-users] Contour: label cumulative value

2014-05-23 Thread Hong Xu
Hi, Is it possible to label cumulative value in a contour? I'm currently plotting a probability distribution by using gaussian_kde[1], but what I really care is the 0.68 percentage contour. So instead of label the local value on a contour, is it possible to label a cumulative value? Thanks!

[Matplotlib-users] axis tick lines do not display, keep tick labels

2014-05-23 Thread Isidora
Hi, I am trying to plot X axis with major ticks set at the beginning of the month and minor ticks set on day 15th of the month. I'd like to have tick lines and no tick labels for the major axis, and tick labels but no tick lines for minor axis. Could somebody let me know what I am doing wro

Re: [Matplotlib-users] closing of matplotlib.pyplot closes parent window also

2014-05-23 Thread Eric Firing
On 2014/05/22 7:21 PM, Rachana Katkam wrote: > Hi, > I am facing little trouble in understanding the pyplot concept. Pyplot is designed mainly for interactive work, and for situations where no explicit calls to a gui library are needed. When you do need to work directly with a gui library, do