Skip to content

Commit

Permalink
✨ add confidence bound example + more figure retention in `basic_exam…
Browse files Browse the repository at this point in the history
…ple.py`. (#164)

* ✨ add confidence bound example + more figure retention

* ⛏️ remove code quality badge

* 👀 more PNG outpus for better git readability

* 🖊️ review code

* 🔍 Watt/hour -> Watt-hour

---------

Co-authored-by: Jeroen Van Der Donckt <[email protected]>
  • Loading branch information
jonasvdd and jvdd authored Jan 31, 2023
1 parent fda07b0 commit 13d5034
Show file tree
Hide file tree
Showing 3 changed files with 972 additions and 102 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
[![PyPI Latest Release](https://img.shields.io/pypi/v/plotly-resampler.svg)](https://pypi.org/project/plotly-resampler/)
[![support-version](https://img.shields.io/pypi/pyversions/plotly-resampler)](https://img.shields.io/pypi/pyversions/plotly-resampler)
[![codecov](https://img.shields.io/codecov/c/github/predict-idlab/plotly-resampler?logo=codecov)](https://codecov.io/gh/predict-idlab/plotly-resampler)
[![Code quality](https://img.shields.io/lgtm/grade/python/github/predict-idlab/plotly-resampler?label=code%20quality&logo=lgtm)](https://lgtm.com/projects/g/predict-idlab/plotly-resampler/context:python)
[![Downloads](https://pepy.tech/badge/plotly-resampler)](https://pepy.tech/project/plotly-resampler)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?)](http://makeapullrequest.com)
[![Documentation](https://github.com/predict-idlab/plotly-resampler/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/predict-idlab/plotly-resampler/actions/workflows/deploy-docs.yml)
Expand Down
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ pip install -r requirements.txt
## 1. Example notebooks
### 1.1 basic examples

The [basic example notebook](basic_example.ipynb) covers most use-cases in which plotly resampler will be employed. It serves as an ideal starting point for data-scientists who want to use plotly-resampler in their day-to-day jupyter environments.
The [basic example notebook](basic_example.ipynb) covers most use-cases in which plotly-resampler will be employed. It serves as an ideal starting point for data-scientists who want to use plotly-resampler in their day-to-day jupyter environments.

Additionally, this notebook also shows some more advanced functionalities, such as:
* Retaining (a static) plotly-resampler figure in your notebook
* Adjusting trace data of plotly-resampler figures at runtime
* How to add (shaded) confidence bounds to your time series
* The flexibility of configuring different aggregation-algorithms and number of shown samples per trace


Expand All @@ -29,8 +30,7 @@ Additionally, this notebook highlights how to use the `FigureWidget` its on-clic

## 2. Dash apps

The [dash_apps](dash_apps/) folder contains example dash apps in
which `plotly-resampler` is integrated
The [dash_apps](dash_apps/) folder contains example dash apps in which `plotly-resampler` is integrated

| | description |
|------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
Expand Down
1,067 changes: 969 additions & 98 deletions examples/basic_example.ipynb

Large diffs are not rendered by default.

0 comments on commit 13d5034

Please sign in to comment.