From 048e1d6038a801ee16154ac897628b3f835d3d29 Mon Sep 17 00:00:00 2001 From: Alex Peters <80283343+alexpeters1208@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:43:10 -0500 Subject: [PATCH] fix: update init to bring in new datasets (#564) --- .../plotly-express/src/deephaven/plot/express/data/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plotly-express/src/deephaven/plot/express/data/__init__.py b/plugins/plotly-express/src/deephaven/plot/express/data/__init__.py index 6d96aeecc..d9bd9c5e6 100644 --- a/plugins/plotly-express/src/deephaven/plot/express/data/__init__.py +++ b/plugins/plotly-express/src/deephaven/plot/express/data/__init__.py @@ -1 +1 @@ -from .data_generators import iris, stocks +from .data_generators import iris, stocks, tips, election, wind, gapminder