Sometimes, having a point of reference really helps in tracking the issue
down, particularly when complimented with the very cool "bisect" tool that
comes with git. In this case though, I knew where the problem came in
because I have been working closely in this area recently (and it's my
change wh
Thanks for raising this. I have simplified and opened an issue for the bug (
https://github.com/matplotlib/matplotlib/issues/1246) and will be looking
at this asap.
All the best,
Phil
--
Got visibility?
Most devs has no i
I get an error when trying to use axvline in a gridspec subplot when the Y axis
is set to log scale in matplotlib 1.3.x (and I think recent 1.2.x versions)
from github under python 2.7.3 and OS X 10.8.1. This worked with matplotlib
versions from github earlier this year. Here is a simple code
Le mercredi 05 mars 2008 à 15:19 +0100, Lorenzo Isella a écrit :
> p.hold(False)
[...]
> p.plot(x,y,"ko")
> p.axvline(30.)
>
> My problem is that the second figure shows only the vertical line. If
> I remove all the lines for the first plot (i.e. the one without
> axvline), then the remaining plot
Dear All,
I am running Debian testing on my box and I installed matplotlib from
the standard repositories.
>From time to time I experience a problem when plotting several figures.
Consider the following code snippet:
#! /usr/bin/env python
import scipy as s
import numpy as n
import pylab as p
x