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

Skip to content

Commit 1652139

Browse files
committed
manual naming files
1 parent 136fc77 commit 1652139

11 files changed

Lines changed: 63 additions & 5 deletions

examples/axes_grid1/demo_colorbar_of_inset_axes.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
===========================
3+
Demo Colorbar of Inset Axes
4+
===========================
5+
6+
"""
17
import matplotlib.pyplot as plt
28

39
from mpl_toolkits.axes_grid1.inset_locator import inset_axes, zoomed_inset_axes

examples/axes_grid1/demo_colorbar_with_axes_divider.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
===============================
3+
Demo Colorbar with Axes Divider
4+
===============================
5+
6+
"""
17
import matplotlib.pyplot as plt
28
from mpl_toolkits.axes_grid1.axes_divider import make_axes_locatable
39

examples/axes_grid1/demo_fixed_size_axes.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
====================
3+
Demo Fixed Size Axes
4+
====================
5+
6+
"""
17
import matplotlib.pyplot as plt
28

39
from mpl_toolkits.axes_grid1 import Divider, LocatableAxes, Size

examples/axes_grid1/demo_new_colorbar.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
=================
3+
Demo New Colorbar
4+
=================
5+
6+
"""
17
import matplotlib.pyplot as plt
28

39
plt.rcParams["text.usetex"]=False

examples/axes_grid1/parasite_simple.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
===============
3+
Parasite Simple
4+
===============
5+
6+
"""
17
from mpl_toolkits.axes_grid1 import host_subplot
28
import matplotlib.pyplot as plt
39

examples/axes_grid1/simple_axes_divider1.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
=====================
3+
Simple Axes Divider 1
4+
=====================
5+
6+
"""
17
from mpl_toolkits.axes_grid1 import Size, Divider
28
import matplotlib.pyplot as plt
39

examples/axes_grid1/simple_axes_divider2.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
=====================
3+
Simple Axes Divider 2
4+
=====================
5+
6+
"""
17
import mpl_toolkits.axes_grid1.axes_size as Size
28
from mpl_toolkits.axes_grid1 import Divider
39
import matplotlib.pyplot as plt

examples/axes_grid1/simple_axes_divider3.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
=====================
3+
Simple Axes Divider 3
4+
=====================
5+
6+
"""
17
import mpl_toolkits.axes_grid1.axes_size as Size
28
from mpl_toolkits.axes_grid1 import Divider
39
import matplotlib.pyplot as plt

examples/axes_grid1/simple_colorbar.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
===============
3+
Simple Colorbar
4+
===============
5+
6+
"""
17
import matplotlib.pyplot as plt
28
from mpl_toolkits.axes_grid1 import make_axes_locatable
39
import numpy as np

examples/axes_grid1/simple_rgb.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
==========
3+
Simple RGB
4+
==========
5+
6+
"""
17
import matplotlib.pyplot as plt
28

39
from mpl_toolkits.axes_grid1.axes_rgb import RGBAxes

0 commit comments

Comments
 (0)