We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867b768 commit dd77202Copy full SHA for dd77202
packages/python/plotly/templategen/definitions.py
@@ -105,8 +105,8 @@ def mpl():
105
panel_grid_clr="white",
106
axis_ticks_clr=colors["gray14"],
107
zerolinecolor_clr=colors["gray14"],
108
- table_cell_clr="white",
109
- table_header_clr="white",
+ table_cell_clr=colors["gray93"],
+ table_header_clr=colors["gray85"],
110
table_line_clr="white",
111
colorway=px.colors.qualitative.D3,
112
colorbar_common=colorbar_common,
0 commit comments