(self, request)
| 229 | ] |
| 230 | ) |
| 231 | def gap_width_get_fixture(self, request): |
| 232 | barChart_cxml, expected_value = request.param |
| 233 | bar_plot = BarPlot(element(barChart_cxml), None) |
| 234 | return bar_plot, expected_value |
| 235 | |
| 236 | @pytest.fixture( |
| 237 | params=[ |