Skip to content

Commit

Permalink
fix: even clearer legend
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacfomg committed May 13, 2024
1 parent b1a4e07 commit e984aaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def _plot(
go.Scatter(
x=shots.i,
y=shots.q,
name=f"state {state} measurent number {measure}",
name=f"Prepared state {state} measurent {measure}",
mode="markers",
showlegend=True,
opacity=0.7,
Expand Down

0 comments on commit e984aaa

Please sign in to comment.