Skip to content

Commit

Permalink
Update src/gemdat/plots/plotly/_shape.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stef Smeets <stefsmeets@users.noreply.github.com>
  • Loading branch information
SCiarella and stefsmeets authored Jun 4, 2024
1 parent 7884f2e commit cf0580c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gemdat/plots/plotly/_shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ def shape(
mode='markers+text',
text=[label] * len(x_vs),
textposition='top center',
textfont=dict(color='red'),
marker=dict(color='red'),
textfont={'color':'red'},
marker={'color':'red'},
name=label,
showlegend=False,
),
Expand Down

0 comments on commit cf0580c

Please sign in to comment.