forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 1c3c32f
Merge pull request matplotlib#30367 from anntzer/st
Support passing xticks/yticks when constructing secondary_axis.File tree
3 files changed
+48
-4
lines changed- lib/matplotlib
- axes
- tests
3 files changed
+48
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
1 | 2 |
| |
2 | 3 |
| |
3 | 4 |
| |
| |||
145 | 146 |
| |
146 | 147 |
| |
147 | 148 |
| |
148 | - | ||
149 | - | ||
150 | - | ||
151 | - | ||
149 | + | ||
150 | + | ||
151 | + | ||
152 | + | ||
153 | + | ||
154 | + | ||
155 | + | ||
156 | + | ||
157 | + | ||
158 | + | ||
159 | + | ||
160 | + | ||
161 | + | ||
162 | + | ||
163 | + | ||
164 | + | ||
165 | + | ||
166 | + | ||
167 | + | ||
152 | 168 |
| |
153 | 169 |
| |
154 | 170 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
32 | 48 |
| |
33 | 49 |
| |
34 | 50 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8193 | 8193 |
| |
8194 | 8194 |
| |
8195 | 8195 |
| |
8196 | + | ||
8197 | + | ||
8198 | + | ||
8199 | + | ||
8200 | + | ||
8201 | + | ||
8202 | + | ||
8203 | + | ||
8204 | + | ||
8205 | + | ||
8206 | + | ||
8207 | + | ||
8196 | 8208 |
| |
8197 | 8209 |
| |
8198 | 8210 |
| |
|
0 commit comments