Skip to content

Commit 921ca0b

Browse files
author
“mahdis-z”
committed
minor revision
1 parent 5c17542 commit 921ca0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/text-and-annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ import plotly.graph_objects as go
523523

524524
fig = go.Figure(go.Pie(
525525
values = [40000000, 20000000, 30000000, 10000000],
526-
labels = ["Sales", "Profit", "Income", "Expenses"],
526+
labels = ["Wages", "Operating expenses", "Cost of sales", "Insurance"],
527527
texttemplate = "%{label}: %{value:$,s} <br>(%{percent})",
528528
textposition = "inside"))
529529

0 commit comments

Comments
 (0)