(feat) add directional components

This commit is contained in:
cardosofede
2024-05-20 17:58:49 -05:00
parent cce2078487
commit 9ee08c5c16
5 changed files with 82 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
def add_traces_to_fig(fig, traces, row=1, col=1):
for trace in traces:
fig.add_trace(trace, row=row, col=col)