Commit 017f729
File tree
37 files changed
+21
-1
lines changedFilter options
- lib/matplotlib
- axes
- tests
- baseline_images/test_axes
37 files changed
+21
-1
lines changedlib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+12-1Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4095 | 4095 |
|
4096 | 4096 |
|
4097 | 4097 |
|
4098 |
| - |
| 4098 | + |
4099 | 4099 |
|
4100 | 4100 |
|
4101 | 4101 |
|
| ||
4147 | 4147 |
|
4148 | 4148 |
|
4149 | 4149 |
|
| 4150 | + |
| 4151 | + |
| 4152 | + |
| 4153 | + |
| 4154 | + |
| 4155 | + |
| 4156 | + |
| 4157 | + |
| 4158 | + |
| 4159 | + |
| 4160 | + |
4150 | 4161 |
|
4151 | 4162 |
|
4152 | 4163 |
|
|
lib/matplotlib/tests/baseline_images/test_axes/boxplot.pdf
Copy file name to clipboard-79 Bytes
Binary file not shown.
lib/matplotlib/tests/baseline_images/test_axes/boxplot_autorange_false_whiskers.png
Copy file name to clipboard54 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/boxplot_autorange_true_whiskers.png
Copy file name to clipboard56 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/boxplot_custom_capwidths.png
Copy file name to clipboard-18 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/boxplot_mod_artists_after_plotting.png
Copy file name to clipboard62 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/boxplot_no_inverted_whisker.png
Copy file name to clipboard48 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/boxplot_rc_parameters.pdf
Copy file name to clipboard-142 Bytes
Binary file not shown.
lib/matplotlib/tests/baseline_images/test_axes/boxplot_rc_parameters.png
Copy file name to clipboard59 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/boxplot_sym.png
Copy file name to clipboard50 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/boxplot_sym2.png
Copy file name to clipboard0 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/boxplot_with_CIarray.png
Copy file name to clipboard52 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_baseline.png
Copy file name to clipboard54 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_custom_capwidth.png
Copy file name to clipboard-30 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_custom_capwidths.png
Copy file name to clipboard-29 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_custombox.png
Copy file name to clipboard53 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_customcap.png
Copy file name to clipboard54 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_customoutlier.png
Copy file name to clipboard53 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_custompatchartist.png
Copy file name to clipboard-44 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_custompositions.png
Copy file name to clipboard51 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_customwhisker.png
Copy file name to clipboard53 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_customwidths.png
Copy file name to clipboard55 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_horizontal.png
Copy file name to clipboard36 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_no_flier_stats.png
Copy file name to clipboard50 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_nobox.png
Copy file name to clipboard54 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_nocaps.png
Copy file name to clipboard55 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_patchartist.png
Copy file name to clipboard-28 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_percentilewhis.png
Copy file name to clipboard51 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_rangewhis.png
Copy file name to clipboard52 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_scalarwidth.png
Copy file name to clipboard53 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_with_xlabels.png
Copy file name to clipboard53 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_with_ylabels.png
Copy file name to clipboard36 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_withmean_custompoint.png
Copy file name to clipboard54 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_withmean_line.png
Copy file name to clipboard52 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_withmean_point.png
Copy file name to clipboard55 Bytes
Loading
lib/matplotlib/tests/baseline_images/test_axes/bxp_withnotch.png
Copy file name to clipboard54 Bytes
Loading
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3223 | 3223 |
|
3224 | 3224 |
|
3225 | 3225 |
|
| 3226 | + |
| 3227 | + |
| 3228 | + |
| 3229 | + |
| 3230 | + |
| 3231 | + |
| 3232 | + |
| 3233 | + |
| 3234 | + |
3226 | 3235 |
|
3227 | 3236 |
|
3228 | 3237 |
|
|
0 commit comments