Skip to content

Commit 6fb41b3

Browse files
committed
fixing minor typo
1 parent 671c6be commit 6fb41b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/feature_store/feature_stat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def to_viz(self):
236236
fig.layout.title = self.CONST_TITLE_FORMAT.format(self.feature_name)
237237
fig.update_layout(title_font_size=20)
238238
fig.update_layout(title_x=0.5)
239-
# fig.update_layout(showlegend=False)
239+
fig.update_layout(showlegend=False)
240240
plotly.offline.iplot(
241241
fig,
242242
filename=self.CONST_PLOT_FORMAT.format(self.feature_name),

0 commit comments

Comments
 (0)