We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50214ff commit 20b2dc3Copy full SHA for 20b2dc3
chart_data_extractor/e2b_charts/graphs/bars.py
@@ -58,6 +58,7 @@ class BoxAndWhiskerGraph(Graph2D):
58
elements: List[BoxAndWhiskerData] = Field(default_factory=list)
59
60
def _extract_info(self, ax: Axes) -> None:
61
+ super()._extract_info(ax)
62
labels = [item.get_text() for item in ax.get_xticklabels()]
63
64
boxes = []
0 commit comments