You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Additionally, this notebook also shows some more advanced functionalities, such
23
23
* The flexibility of configuring different aggregation-algorithms and number of shown samples per trace
24
24
* How plotly-resampler can be used for logarithmic x-axes and an implementation of a logarithmic aggregation algorithm, i.e., [LogLTTB](example_utils/loglttb.py)
25
25
* Using different `fill_value` for gap handling of filled area plots.
26
+
* Using multiple y-axes in a single subplot (see the [other_examples](other_examples.ipynb))
26
27
27
28
**Note**: the basic example notebook requires `plotly-resampler>=0.9.0rc3`.
0 commit comments