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

Skip to content

Commit 503747e

Browse files
committed
auto adding docstring for userdemo
1 parent 1652139 commit 503747e

50 files changed

Lines changed: 288 additions & 0 deletions

Some content is hidden

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

examples/userdemo/anchored_box01.py

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

examples/userdemo/anchored_box02.py

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

examples/userdemo/anchored_box03.py

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

examples/userdemo/anchored_box04.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
==============
3+
Anchored Box04
4+
==============
5+
6+
"""
17
from matplotlib.patches import Ellipse
28
import matplotlib.pyplot as plt
39
from matplotlib.offsetbox import AnchoredOffsetbox, TextArea, DrawingArea, HPacker

examples/userdemo/annotate_explain.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
================
3+
Annotate Explain
4+
================
5+
6+
"""
17

28
import matplotlib.pyplot as plt
39
import matplotlib.patches as mpatches

examples/userdemo/annotate_simple01.py

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

39
plt.figure(1, figsize=(3,3))

examples/userdemo/annotate_simple02.py

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

39
plt.figure(1, figsize=(3,3))

examples/userdemo/annotate_simple03.py

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

39
plt.figure(1, figsize=(3,3))

examples/userdemo/annotate_simple04.py

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

39
plt.figure(1, figsize=(3,3))

examples/userdemo/annotate_simple_coord01.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
=======================
3+
Annotate Simple Coord01
4+
=======================
5+
6+
"""
17

28
import matplotlib.pyplot as plt
39

0 commit comments

Comments
 (0)