Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 914eb85

Browse files
committed
fix agg buffer example I just broke
svn path=/trunk/matplotlib/; revision=8608
1 parent e0a84b4 commit 914eb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/agg_buffer_to_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import matplotlib
2-
#matplotlib.use('Agg')
2+
matplotlib.use('Agg')
33
from pylab import figure, show
44
import numpy as np
55

0 commit comments

Comments
 (0)