Re: [Matplotlib-users] "No such attribute" error with PDF output

2008-12-19 Thread Neil Conway
On Sat, Dec 20, 2008 at 1:32 AM, Neil Conway wrote: > I see the following error using matplotlib 0.95.1: Sorry: that should be 0.98.5.1. Neil -- ___ Matplotlib-users mail

[Matplotlib-users] "No such attribute" error with PDF output

2008-12-19 Thread Neil Conway
Given the following matplotlib program: ## import numpy as np import matplotlib.pyplot as plt x = np.arange(3) width = 0.35 hdfs = (292.97, 304.49, 305.47) bfs = (614.57, 706.02, 847.44) plt.subplot(111) hdfs_rects = plt.bar(x, hdfs, width, color='b') bfs_rects = plt.bar(x + width, bfs, width, c