(feat) add args to dist function

This commit is contained in:
cardosofede
2024-05-21 17:41:30 -05:00
parent 2e3df3b637
commit 5d8d435f77
2 changed files with 7 additions and 5 deletions

View File

@@ -8,6 +8,8 @@ def get_default_layout(title=None, height=800, width=1800):
"width": width,
"margin": {"l": 20, "r": 20, "t": 50, "b": 20},
"xaxis_rangeslider_visible": False,
"hovermode": "x unified",
"showlegend": False,
}
if title:
layout["title"] = title