[Matplotlib-users] Bugs for transformLimits?

2015-07-02 Thread Yunjiang Qiu
Such as example below. I want to put a new ax at data coordinates [(45,45),(50,50)], but the transform fail to transform data coordinates to axes. import numpy as np import pandas as pd import matplotlib.pyplot as plt import matplotlib as mpl from matplotlib.backends.backend_pdf import PdfPages im

[Matplotlib-users] Bugs with Exponent Offset Text

2013-03-11 Thread Nathaniel A. Frissell
Hi, everyone. I think I found a couple of bugs, but maybe someone knows something about this before I go filing a bug report. Matplotlib version: 1.1.1rc Bug 1: I'm using axis.twiny() to plot two data sets on top of each other using a shared y-axis. If the values are large, an exponent multipli

Re: [Matplotlib-users] Bugs?

2010-12-17 Thread Friedrich Romstedt
2010/12/15 John Floan : > I have tried to install matplotlib to our IBM cluster P5(aix5) > and get this error message (see below): > The python script output xlC_r xlC_r (2 times) (see end of this email). > Is that right? > John > > building 'matplotlib.ft2font' extension > xlC_r xlC_r > -bI:/usr/l

[Matplotlib-users] Bugs?

2010-12-16 Thread John Floan
I have tried to install matplotlib to our IBM cluster P5(aix5) and get this error message (see below): The python script output xlC_r xlC_r (2 times) (see end of this email). Is that right? John f05n07l:matplotlib-1.0.0$ python setup.py build basedirlist is: ['/usr/local'] ===

[Matplotlib-users] Bugs in twinx

2009-04-07 Thread Yannick Copin
Hi, I would like to report two bugs when using twinx with log-scale axes. from pylab import * rcParams['ytick.major.size'] = 12 rcParams['ytick.minor.size'] = 8 ax1 = subplot(2,1,1, title="Bug twinx + semilogy") ax1.plot(randn(100)**2,'b+') ax1.semilogy() setp(ax1.yaxis.get_mino