Skip to content

Commit 13d5034

Browse files
jonasvddjvdd
andauthored
✨ add confidence bound example + more figure retention in basic_example.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]>
1 parent fda07b0 commit 13d5034

File tree

3 files changed

+972
-102
lines changed

3 files changed

+972
-102
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
[![PyPI Latest Release](https://img.shields.io/pypi/v/plotly-resampler.svg)](https://pypi.org/project/plotly-resampler/)
88
[![support-version](https://img.shields.io/pypi/pyversions/plotly-resampler)](https://img.shields.io/pypi/pyversions/plotly-resampler)
99
[![codecov](https://img.shields.io/codecov/c/github/predict-idlab/plotly-resampler?logo=codecov)](https://codecov.io/gh/predict-idlab/plotly-resampler)
10-
[![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)
1110
[![Downloads](https://pepy.tech/badge/plotly-resampler)](https://pepy.tech/project/plotly-resampler)
1211
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?)](http://makeapullrequest.com)
1312
[![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)

examples/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ pip install -r requirements.txt
1313
## 1. Example notebooks
1414
### 1.1 basic examples
1515

16-
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.
16+
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.
1717

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

2324

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

3031
## 2. Dash apps
3132

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

3535
| | description |
3636
|------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

examples/basic_example.ipynb

+969-98
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)