8000 Merge pull request #6342 from discardthree/mep12-hacknight-prep · matplotlib/matplotlib@c922fcc · GitHub
[go: up one dir, main page]

Skip to content

Commit c922fcc

Browse files
committed
Merge pull request #6342 from discardthree/mep12-hacknight-prep
DOC: Remove shebang lines from all examples. [MEP12] Conflicts: examples/pylab_examples/date_demo1.py - removed since the source PR examples/pylab_examples/date_demo2.py - removed since the source PR examples/pylab_examples/finance_demo.py - removed since the source PR examples/pylab_examples/mri_with_eeg.py - resolved in favor of current text
1 parent f87100a commit c922fcc

File tree

88 files changed

+17
-124
lines changed

Some content is hidden

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

88 files changed

+17
-124
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
=================
43
An animated image

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
========================================
43
An animated image using a list of images

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 33F2 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)
0