()
| 921 | |
| 922 | |
| 923 | def test_default_joinstyle(): |
| 924 | patch = Patch() |
| 925 | assert patch.get_joinstyle() == 'miter' |
| 926 | |
| 927 | |
| 928 | @image_comparison(["autoscale_arc"], extensions=['png', 'svg'], |
nothing calls this directly
no test coverage detected
searching dependent graphs…