Skip to content

Commit

Permalink
Change early stopped marker to "x" in ProgressionPlot (#3384)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #3384

As titled. Looks a lot better.

Reviewed By: saitcakmak

Differential Revision: D69801380

fbshipit-source-id: 993be3739313d065fb71ab2b5d7bb2eee3fb9fb1
  • Loading branch information
mpolson64 authored and facebook-github-bot committed Feb 19, 2025
1 parent 4c6fe79 commit f80caac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ax/analysis/plotly/progression.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ def compute(
x=terminal_points[x_axis_name],
y=terminal_points[metric_name],
mode="markers",
marker={"symbol": "x", "color": "red"},
showlegend=False,
line_color="red",
hoverinfo="none",
)
)
Expand Down

0 comments on commit f80caac

Please sign in to comment.