Skip to content

Commit 52581b2

Browse files
committed
Rename template to simple_white
1 parent f693d86 commit 52581b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: packages/python/plotly/plotly/io/_templates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(self):
3737
default_templates = [
3838
"ggplot2",
3939
"seaborn",
40-
"mpl",
40+
"simple_white",
4141
"plotly",
4242
"plotly_white",
4343
"plotly_dark",

Diff for: packages/python/plotly/templategen/definitions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def ggplot2():
7474
builders["ggplot2"] = ggplot2
7575

7676

77-
def mpl():
77+
def simple_white():
7878
# Set colorbar_common
7979
colorbar_common = dict(
8080
outlinewidth=10,
@@ -152,7 +152,7 @@ def mpl():
152152
return template
153153

154154

155-
builders["mpl"] = mpl
155+
builders["simple_white"] = simple_white
156156

157157

158158
def seaborn():

0 commit comments

Comments
 (0)