()
| 332 | |
| 333 | |
| 334 | def test_savefig_tight(): |
| 335 | # Check that the draw-disabled renderer correctly disables open/close_group |
| 336 | # as well. |
| 337 | plt.savefig(BytesIO(), format="svgz", bbox_inches="tight") |
| 338 | |
| 339 | |
| 340 | def test_url(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…