From 3f960338d47f4f0cf4567cb8580c00677a2c7182 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 9 May 2026 16:43:18 +0000 Subject: [PATCH 1/2] Initial plan From 27917d8a9513b2f08c31ee8238d071c139872de9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 9 May 2026 16:47:08 +0000 Subject: [PATCH 2/2] Add Core/Edge and Far SOL labels to coil schematic lines Agent-Logs-Url: https://github.com/lcpp-org/fieldlines-uiuc/sessions/ced36f01-e91c-4d44-b799-e10c90be7ebd Co-authored-by: spgula2 <152193044+spgula2@users.noreply.github.com> --- misc_runFiles/plotCoils2D.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc_runFiles/plotCoils2D.py b/misc_runFiles/plotCoils2D.py index e913e47..11f9653 100644 --- a/misc_runFiles/plotCoils2D.py +++ b/misc_runFiles/plotCoils2D.py @@ -113,6 +113,8 @@ def main(): ax.set_yticks(np.linspace(-180,180,21)) ax.vlines([90,180,270], -200, 200, colors= 'k', linestyles="dashed", linewidth= 2) ax.hlines(0, -10, 370, colors='k', linestyles='dashed', linewidth=2) + ax.text(180, 160, 'Core/Edge', rotation=90, ha='center', va='center') + ax.text(355, 0, 'Far SOL', ha='right', va='bottom') plt.grid(True) plt.margins(0.05) @@ -121,4 +123,4 @@ def main(): if __name__ == '__main__': - main() \ No newline at end of file + main()