File tree 5 files changed +15
-2
lines changed 5 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ per-file-ignores =
64
64
galleries/users_explain/figure/constrainedlayout_guide.py: E402
65
65
galleries/tutorials/intermediate/legend_guide.py: E402
66
66
galleries/users_explain/figure/tight_layout_guide.py: E402
67
- galleries/tutorials/introductory /animation_tutorial.py: E501
67
+ galleries/users_explain /animation_tutorial.py: E501
68
68
galleries/tutorials/introductory/images.py: E501
69
69
galleries/tutorials/introductory/pyplot.py: E402, E501
70
70
galleries/users_explain/text/annotations.py: E402, E501
Original file line number Diff line number Diff line change 1
1
"""
2
+ .. redirect-from:: /tutorials/introductory/animation_tutorial
3
+
4
+ .. _animations:
5
+
2
6
===========================
3
7
Animations using Matplotlib
4
8
===========================
Original file line number Diff line number Diff line change
1
+ .. _users_axis :
2
+
3
+ Controlling and labelling Axis objects
4
+ --------------------------------------
5
+
6
+ Some good material in artist tutorial that should be cribbed from or used here.
7
+
Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ Using Matplotlib
12
12
figure/index
13
13
axes/index
14
14
artists/index
15
+ axis/index
15
16
colors/index
16
17
text/index
18
+ animations
17
19
backends.rst
18
20
fonts.rst
19
21
event_handling.rst
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ convention = "numpy"
121
121
"galleries/users_explain/figure/constrainedlayout_guide.py" = [" E402" ]
122
122
"galleries/tutorials/intermediate/legend_guide.py" = [" E402" ]
123
123
"galleries/users_explain/figure/tight_layout_guide.py" = [" E402" ]
124
- "galleries/tutorials/introductory /animation_tutorial.py" = [" E501" ]
124
+ "galleries/users_explain /animation_tutorial.py" = [" E501" ]
125
125
"galleries/tutorials/introductory/images.py" = [" E501" ]
126
126
"galleries/tutorials/introductory/pyplot.py" = [" E402" , " E501" ]
127
127
"galleries/users_explain/text/annotations.py" = [" E402" , " E501" ]
You can’t perform that action at this time.
0 commit comments