Skip to content

Commit 235cf3a

Browse files
docstrings
1 parent 9076f52 commit 235cf3a

File tree

1 file changed

+10
-0
lines changed
  • packages/python/plotly/plotly/express/trendline_functions

1 file changed

+10
-0
lines changed

Diff for: packages/python/plotly/plotly/express/trendline_functions/__init__.py

+10
Original file line numberDiff line numberDiff line change
@@ -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+
111
import pandas as pd
212
import numpy as np
313

0 commit comments

Comments
 (0)