Skip to content

Commit

Permalink
Doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Jul 20, 2024
1 parent 7d9bc90 commit 1f7669f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esis/flights/f1/optics/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def design_single(
color="black",
kwargs_rays=dict(
color=na.ScalarArray(np.array(["tab:orange", "tab:blue"]), axes="wavelength"),
label=model.system.grid_input_normalized.wavelength.astype(int),
label=model.system.grid_input.wavelength.astype(int),
),
);
handles, labels = ax.get_legend_handles_labels()
Expand Down

0 comments on commit 1f7669f

Please sign in to comment.