From f93227c3e540b724858330fba05bf92573751fc0 Mon Sep 17 00:00:00 2001 From: bab9e9 Date: Wed, 1 Apr 2020 10:59:23 -0400 Subject: [PATCH] Update 2016-06-03-plotly_js_function_ref.html Change /effect/affect/ because of English usage rules. --- _posts/reference_pages/2016-06-03-plotly_js_function_ref.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/reference_pages/2016-06-03-plotly_js_function_ref.html b/_posts/reference_pages/2016-06-03-plotly_js_function_ref.html index 605b1275a..84cc8264b 100644 --- a/_posts/reference_pages/2016-06-03-plotly_js_function_ref.html +++ b/_posts/reference_pages/2016-06-03-plotly_js_function_ref.html @@ -119,7 +119,7 @@

Plotly.restyle

This function has comparable performance to Plotly.react and is faster than redrawing the whole plot with Plotly.newPlot.

-An efficient means of changing attributes in the data array in an existing plot. When restyling, you may choose to have the specified changes effect as many traces as desired. The update is given as a single object and the traces that are effected are given as a list of traces indices. Note, leaving the trace indices unspecified assumes that you want to restyle all the traces. +An efficient means of changing attributes in the data array in an existing plot. When restyling, you may choose to have the specified changes affect as many traces as desired. The update is given as a single object and the traces that are affected are given as a list of traces indices. Note, leaving the trace indices unspecified assumes that you want to restyle all the traces.