From d4ccae7c54f5c7b214163fefe5f749a4423a6737 Mon Sep 17 00:00:00 2001 From: Roy Smart Date: Sun, 14 Jan 2024 22:24:56 -0700 Subject: [PATCH] Slight tweak to the documentation of the `optika.sensors.E2VCCD97Material` class. --- optika/sensors/_materials/_e2v_ccd97/_e2v_ccd97.py | 1 + 1 file changed, 1 insertion(+) diff --git a/optika/sensors/_materials/_e2v_ccd97/_e2v_ccd97.py b/optika/sensors/_materials/_e2v_ccd97/_e2v_ccd97.py index c7534c4..d7983d3 100644 --- a/optika/sensors/_materials/_e2v_ccd97/_e2v_ccd97.py +++ b/optika/sensors/_materials/_e2v_ccd97/_e2v_ccd97.py @@ -70,6 +70,7 @@ class E2VCCD97Material( ax.set_xscale("log") ax.set_xlabel(f"wavelength ({wavelength_fit.unit:latex_inline})") ax.set_ylabel("quantum efficiency") + ax.legend() """ @property