LICENSE
README.md
pyproject.toml
ggplotly/__init__.py
ggplotly/aes.py
ggplotly/aesthetic_mapper.py
ggplotly/constants.py
ggplotly/data_utils.py
ggplotly/datasets.py
ggplotly/exceptions.py
ggplotly/facets.py
ggplotly/ggplot.py
ggplotly/ggtitle.py
ggplotly/guides.py
ggplotly/layer.py
ggplotly/limits.py
ggplotly/map_data.py
ggplotly/positions.py
ggplotly/themes.py
ggplotly/trace_builders.py
ggplotly/utils.py
ggplotly.egg-info/PKG-INFO
ggplotly.egg-info/SOURCES.txt
ggplotly.egg-info/dependency_links.txt
ggplotly.egg-info/requires.txt
ggplotly.egg-info/top_level.txt
ggplotly/coords/__init__.py
ggplotly/coords/coord_base.py
ggplotly/coords/coord_cartesian.py
ggplotly/coords/coord_fixed.py
ggplotly/coords/coord_flip.py
ggplotly/coords/coord_polar.py
ggplotly/coords/coord_sf.py
ggplotly/data/commodity_prices.csv
ggplotly/data/diamonds.csv
ggplotly/data/economics.csv
ggplotly/data/economics_long.csv
ggplotly/data/faithfuld.csv
ggplotly/data/iris.csv
ggplotly/data/luv_colours.csv
ggplotly/data/midwest.csv
ggplotly/data/mpg.csv
ggplotly/data/msleep.csv
ggplotly/data/mtcars.csv
ggplotly/data/presidential.csv
ggplotly/data/seals.csv
ggplotly/data/txhousing.csv
ggplotly/data/us_flights_edges.csv
ggplotly/data/us_flights_nodes.csv
ggplotly/geoms/__init__.py
ggplotly/geoms/geom_abline.py
ggplotly/geoms/geom_acf.py
ggplotly/geoms/geom_area.py
ggplotly/geoms/geom_bar.py
ggplotly/geoms/geom_base.py
ggplotly/geoms/geom_boxplot.py
ggplotly/geoms/geom_candlestick.py
ggplotly/geoms/geom_col.py
ggplotly/geoms/geom_contour.py
ggplotly/geoms/geom_contour_filled.py
ggplotly/geoms/geom_density.py
ggplotly/geoms/geom_edgebundle.py
ggplotly/geoms/geom_errorbar.py
ggplotly/geoms/geom_fanchart.py
ggplotly/geoms/geom_histogram.py
ggplotly/geoms/geom_hline.py
ggplotly/geoms/geom_jitter.py
ggplotly/geoms/geom_label.py
ggplotly/geoms/geom_line.py
ggplotly/geoms/geom_lines.py
ggplotly/geoms/geom_map.py
ggplotly/geoms/geom_norm.py
ggplotly/geoms/geom_pacf.py
ggplotly/geoms/geom_path.py
ggplotly/geoms/geom_point.py
ggplotly/geoms/geom_point_3d.py
ggplotly/geoms/geom_qq.py
ggplotly/geoms/geom_qq_line.py
ggplotly/geoms/geom_range.py
ggplotly/geoms/geom_rect.py
ggplotly/geoms/geom_ribbon.py
ggplotly/geoms/geom_rug.py
ggplotly/geoms/geom_sankey.py
ggplotly/geoms/geom_searoute.py
ggplotly/geoms/geom_segment.py
ggplotly/geoms/geom_smooth.py
ggplotly/geoms/geom_step.py
ggplotly/geoms/geom_stl.py
ggplotly/geoms/geom_surface.py
ggplotly/geoms/geom_text.py
ggplotly/geoms/geom_tile.py
ggplotly/geoms/geom_violin.py
ggplotly/geoms/geom_vline.py
ggplotly/geoms/geom_waterfall.py
ggplotly/scales/__init__.py
ggplotly/scales/scale_base.py
ggplotly/scales/scale_color_brewer.py
ggplotly/scales/scale_color_gradient.py
ggplotly/scales/scale_color_manual.py
ggplotly/scales/scale_fill_brewer.py
ggplotly/scales/scale_fill_gradient.py
ggplotly/scales/scale_fill_manual.py
ggplotly/scales/scale_fill_viridis.py
ggplotly/scales/scale_shape_manual.py
ggplotly/scales/scale_size.py
ggplotly/scales/scale_x_continuous.py
ggplotly/scales/scale_x_date.py
ggplotly/scales/scale_x_log10.py
ggplotly/scales/scale_x_rangeselector.py
ggplotly/scales/scale_x_rangeslider.py
ggplotly/scales/scale_x_reverse.py
ggplotly/scales/scale_y_continuous.py
ggplotly/scales/scale_y_log10.py
ggplotly/scales/scale_y_reverse.py
ggplotly/stats/__init__.py
ggplotly/stats/stat_base.py
ggplotly/stats/stat_bin.py
ggplotly/stats/stat_contour.py
ggplotly/stats/stat_count.py
ggplotly/stats/stat_density.py
ggplotly/stats/stat_ecdf.py
ggplotly/stats/stat_edgebundle.py
ggplotly/stats/stat_fanchart.py
ggplotly/stats/stat_function.py
ggplotly/stats/stat_identity.py
ggplotly/stats/stat_qq.py
ggplotly/stats/stat_qq_line.py
ggplotly/stats/stat_smooth.py
ggplotly/stats/stat_stl.py
ggplotly/stats/stat_summary.py