Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f258fb3

Browse filesBrowse files
committed
Rename template to simple_white
1 parent 361fdd5 commit f258fb3
Copy full SHA for f258fb3

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎packages/python/plotly/plotly/io/_templates.py

Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/io/_templates.py
+1-1Lines changed: 1 addition & 1 deletion
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",

‎packages/python/plotly/templategen/definitions.py

Copy file name to clipboardExpand all lines: packages/python/plotly/templategen/definitions.py
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.