Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e02abaa

Browse files
committed
make big data msg more verbose
1 parent be7622b commit e02abaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/plotly/plotly.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ def plot(figure_or_data, validate=True, **plot_options):
223223
"graphing more than 500k data points for line "
224224
"charts, or 40k points for other types of charts. "
225225
"Here are some suggestions:\n"
226-
"(1) Use the 'go.Scattergl' trace object to "
227-
"generate a WebGl graph.\n"
226+
"(1) Use the `plotly.graph_objs.Scattergl` "
227+
"trace object to generate a WebGl graph.\n"
228228
"(2) Trying using the image API to return an image "
229229
"instead of a graph URL\n"
230230
"(3) Use matplotlib\n"

0 commit comments

Comments
 (0)