Skip to content

Commit 6fdb707

Browse files
committed
Ad fastbar to accessor.py
1 parent fbd6e8d commit 6fdb707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xarray_plotly/accessor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class DataArrayPlotlyAccessor:
3434
```
3535
"""
3636

37-
__all__: ClassVar = ["line", "bar", "area", "scatter", "box", "imshow", "pie"]
37+
__all__: ClassVar = ["line", "bar", "fast_bar", "area", "scatter", "box", "imshow", "pie"]
3838

3939
def __init__(self, darray: DataArray) -> None:
4040
self._da = darray
@@ -384,7 +384,7 @@ class DatasetPlotlyAccessor:
384384
```
385385
"""
386386

387-
__all__: ClassVar = ["line", "bar", "area", "scatter", "box", "pie"]
387+
__all__: ClassVar = ["line", "bar", "fast_bar", "area", "scatter", "box", "pie"]
388388

389389
def __init__(self, dataset: Dataset) -> None:
390390
self._ds = dataset

0 commit comments

Comments
 (0)