[Matplotlib-users] patch: adding kwargs 'which' in axes.grid and 'g' toggles all tick grid lines

2010-04-23 Thread Matthias Michler
Hello list, Hello developers, I'd like to summarize my discussion with Gökhan (Turning off minor grids on log scaled plot) in the last days and propose two patches. The first patch adds the keyword argument 'which' from the axis.grid to the method 'grid' of the Axes

Re: [Matplotlib-users] Can't turn-off ticks when sharing axis

2010-04-23 Thread Gökhan Sever
On Thu, Apr 22, 2010 at 7:38 PM, John Hunter jdh2...@gmail.com wrote: The standard trick is to make the ticklabels on one axes invisible for label in ax.get_xticklabels(): label.set_visible(False) JDH Thanks John, This answer seems familiar to me :) You have caught my intention

[Matplotlib-users] Issues with Circle

2010-04-23 Thread Thomas Robitaille
Hi, I'm having issues with translucent patches. The following code import matplotlib matplotlib.use('Agg') import matplotlib.pyplot as mpl from matplotlib.patches import Circle fig = mpl.figure() ax = fig.add_subplot(111) c = Circle((0.25,0.5), radius=0.2, facecolor='none', edgecolor='green',

Re: [Matplotlib-users] legend: symbols is duplicated

2010-04-23 Thread Carlos Grohmann
Many thanks! carlos On Thu, Apr 22, 2010 at 18:54, Gökhan Sever gokhanse...@gmail.com wrote: On Thu, Apr 22, 2010 at 4:44 PM, Carlos Grohmann carlos.grohm...@gmail.com wrote: Hi all, I'm getting this weird behavior of legend. I always get two symbols in front of the labels, instead of

Re: [Matplotlib-users] Incomplete rendering of line plot

2010-04-23 Thread Eric Firing
Tom Aldcroft wrote: I've run into a case where the rendering in a line plot is incomplete and some lines are not drawn at all. Basically I have a dataset (see below) where I know two points go to a value of zero. When I plot the points and do interactive pan/zoom sometimes the line going