(self, request)
| 269 | ] |
| 270 | ) |
| 271 | def overlap_set_fixture(self, request): |
| 272 | barChart_cxml, new_value, expected_barChart_cxml = request.param |
| 273 | bar_plot = BarPlot(element(barChart_cxml), None) |
| 274 | expected_xml = xml(expected_barChart_cxml) |
| 275 | return bar_plot, new_value, expected_xml |
| 276 | |
| 277 | |
| 278 | class DescribeBubblePlot(object): |