[Matplotlib-users] A problem of masked "pcolorfast" on WXAgg

2008-02-11 Thread minakawa
pcolor"acts appropriately, Please look at the attached picture and try the sample program. My environment is; Windows XP Python 2.4 WxPython 2.8 matplotlib 0.91.2 Noriko Minakawa <>#!/usr/bin/env python import numpy as npy import matplotlib.numerix as nx import matpl

[Matplotlib-users] Printing problems with "WXAgg" on Linux

2007-12-27 Thread minakawa
does not work. 2. When you set LANDSCAPE manually, only lower half part will be printed. 3. Printing quality is far much worse than Windows's printing. Please try my simple sample program as below. Noriko Minakawa -- i

[Matplotlib-users] The problem of errorbar's transform option

2007-12-24 Thread minakawa
errorbar. Can anybody help me? Noriko Minakawa import pylab as P from matplotlib.transforms import offset_copy x = [0.1, 1, 5,6, 9, 11, 12, 13, 14,15, 16, 21, 22, 23, 24, 40] y = [0.1,0.1, 0.1, 1.5, 0.2, 1.2, 100, 250, 180, 90, 0.1

[Matplotlib-users] The problem of errorbar's transform option

2007-12-24 Thread minakawa
errorbar. Can anybody help me? Noriko Minakawa import pylab as P from matplotlib.transforms import offset_copy x = [0.1, 1, 5,6, 9, 11, 12, 13, 14,15, 16, 21, 22, 23, 24, 40] y = [0.1,0.1, 0.1, 1.5, 0.2, 1.2, 100, 250, 180, 90, 0.1