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

Skip to content

Commit 5afe3b1

Browse files
author
Steve Chaplin
committed
SC 26/06/2004
svn path=/trunk/matplotlib/; revision=369
1 parent 455d992 commit 5afe3b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/histogram_demo_canvasagg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
"""
23
This is an example that shows you how to work directly with the agg
34
figure canvas to create a figure using the pythonic API.
@@ -8,7 +9,6 @@
89
910
1011
"""
11-
#!/usr/bin/env python
1212
from matplotlib.backends.backend_agg import FigureCanvasAgg
1313
from matplotlib.figure import Figure
1414
from matplotlib.axes import Subplot

0 commit comments

Comments
 (0)