()
| 219 | |
| 220 | @image_comparison(['polar_rlabel_position.png'], style='default') |
| 221 | def test_polar_rlabel_position(): |
| 222 | fig = plt.figure() |
| 223 | ax = fig.add_subplot(projection='polar') |
| 224 | ax.set_rlabel_position(315) |
| 225 | ax.tick_params(rotation='auto') |
| 226 | |
| 227 | |
| 228 | @image_comparison(['polar_title_position.png'], style='mpl20') |
nothing calls this directly
no test coverage detected
searching dependent graphs…