Hello,
I just tried to compile the SVN head of matplotlib (r4994) from source
on OS X 10.5.2 (with source builds of python 2.5.2 and the SVN head of
numpy), and ran into an "internal compiler error" in the agg code.
(pkgconfig 0.23 and wxPython 2.8.7.1 also present and accounted for.)
Here'
[EMAIL PROTECTED] wrote:
> Hello,
>
> I have some stupid questions about how to use colorbar.
>
> 1) I would like to be able to put the colorbar where I went: top, bottom,
> left, right. For what I see I can do only a vertical left and horizontal
> bottom ones (wit
Hello,
I have some stupid questions about how to use colorbar.
1) I would like to be able to put the colorbar where I went: top, bottom,
left, right. For what I see I can do only a vertical left and horizontal
bottom ones (with a simple use of the function).
I kn
Gary Ruben wrote:
The attached test.py
Oops. Here it is.
Gary R.
import matplotlib as mpl
#~ mpl.use('PDF')
#~ mpl.use('Agg')
#~ mpl.use('TkAgg')
mpl.use('WXAgg')
#~ mpl.use('SVG')
#~ mpl.use('PS')
from pylab import *
pts = 128
rcFig = {'figsize': (2,1),
'dpi': pts,
'subplot.h