Skip to content

Commit c90348e

Browse files
author
Joseph Damiba
committed
fixups to figure styling
1 parent 5c998e6 commit c90348e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/marker-style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ fig.update_xaxes(showticklabels=False)
325325
fig.update_yaxes(showticklabels=False)
326326

327327
for index in range(27):
328-
fig.add_trace(go.Scatter(x=[(index % 6)], y=[index // 6],
328+
fig.add_trace(go.Scatter(x=[(index % 6)], y=[index // 6], name="",
329329
marker_symbol=index, marker_color='black',
330330
marker_size=10, showlegend=False,
331331
text=index, hovertemplate=f'<b>Symbol Number: {index}</b>'))

0 commit comments

Comments
 (0)