Skip to content

Commit 9533cc6

Browse files
committed
Merge pull request #6342 from discardthree/mep12-hacknight-prep
DOC: Remove shebang lines from all examples. [MEP12]
2 parents 094007f + 13c3191 commit 9533cc6

File tree

91 files changed

+18
-130
lines changed

Some content is hidden

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

91 files changed

+18
-130
lines changed

examples/animation/dynamic_image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
"""
32
An animated image
43
"""

examples/animation/dynamic_image2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
"""
32
An animated image
43
"""

examples/api/agg_oo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- noplot -*-
32
"""
43
A pure OO (look Ma, no pylab!) example using the agg backend

examples/api/barchart_demo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
#!/usr/bin/env python
31
# a bar plot with errorbars
42
import numpy as np
53
import matplotlib.pyplot as plt

examples/api/collections_demo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
'''Demonstration of LineCollection, PolyCollection, and
32
RegularPolyCollection with autoscaling.
43

examples/api/date_demo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
"""
32
Show how to make date plots in matplotlib using date tick locators and
43
formatters. See major_minor_demo1.py for more information on

examples/api/joinstyle.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
"""
32
Illustrate the three different join styles
43
"""

examples/api/power_norm_demo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/python
2-
31
from matplotlib import pyplot as plt
42
import matplotlib.colors as mcolors
53
import numpy as np

examples/api/sankey_demo_old.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
from __future__ import print_function
42

53
__author__ = "Yannick Copin <ycopin@ipnl.in2p3.fr>"

examples/api/two_scales.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
"""
32
43
Demonstrate how to do two plots on the same axes with different left

0 commit comments

Comments
 (0)