Skip to content

Commit 0b7e744

Browse files
committed
added bang header to examples
svn path=/trunk/matplotlib/; revision=268
1 parent cf665fd commit 0b7e744

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+73
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ recursive-include license LICENSE*
1212
recursive-include examples README *.py *.glade
1313
prune examples/_tmp_*
1414
recursive-include src *.cpp *.c *.h
15+
recursive-include CXX *.cxx *.hxx *.c
1516
recursive-include agg2 *.cpp *.c *.h

examples/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
#!/usr/bin/env python
12

examples/alignment_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
"""
23
You can precisely layout text in data or axes (0,1) coordinates. This
34
example shows you some of the alignment and rotation specifications to

examples/arctest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
from matplotlib.matlab import *
23

34
def f(t):

examples/axes_demo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
# Demonstrate arbitrary placement of axes
23
from matplotlib.matlab import *
34

examples/axes_props.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
"""
23
You can control the axis tick and grid properties
34
"""

examples/backend_driver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
"""
23
This is use to drive many of the examples across the image backends
34
and is used for regression testing and comparing backend efficiency

examples/bar_stacked.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
# a stacked bar plot with errorbars
23
from matplotlib.matlab import *
34

examples/barchart_demo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
# a bar plot with errorbars
23
from matplotlib.matlab import *
34

examples/break.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
from matplotlib.matlab import *
23

34

0 commit comments

Comments
 (0)