We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9076f52 commit 235cf3aCopy full SHA for 235cf3a
packages/python/plotly/plotly/express/trendline_functions/__init__.py
@@ -1,3 +1,13 @@
1
+"""
2
+The `trendline_functions` module contains functions which are called by Plotly Express
3
+when the `trendline` argument is used. Valid values for `trendline` are the names of the
4
+functions in this module, and the value of the `trendline_options` argument to PX
5
+functions is passed in as the first argument to these functions when called.
6
+
7
+Note that the functions in this module are not meant to be called directly, and are
8
+exposed as part of the public API for documentation purposes.
9
10
11
import pandas as pd
12
import numpy as np
13
0 commit comments