From cfeb069e29580ddc985fd3d610afb8659945bc63 Mon Sep 17 00:00:00 2001 From: "Tammo.Weber" Date: Tue, 16 Dec 2025 16:39:33 +0100 Subject: [PATCH] =?UTF-8?q?Zusammenf=C3=BChrung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dashboard.py b/dashboard.py index 971cf70..b24d39c 100644 --- a/dashboard.py +++ b/dashboard.py @@ -460,7 +460,6 @@ def calc_and_plot(n1, n2, fig = figure_constant_lines(fig, ell, "ell") #fig = figure_constant_lines(fig, ell, "para") fig = figure_points(fig, [("P1", p1, "black"), ("P2", p2_ana, "red")]) - fig = figure_lines(fig, [(p1, p2_ana, "red")]) #out1 = f"kartesisch: x₂={p2[0]:.5f} m, y₂={p2[1]:.5f} m, z₂={p2[2]:.5f} m; ellipsoidisch: {aus.gms("β₂", beta2, 5)}, {aus.gms("λ₂", lamb2, 5)}, {p2_num}" return out1, "", fig @@ -505,7 +504,6 @@ def calc_and_plot(n1, n2, fig = ellipsoid_figure(ell, title="Zweite Hauptaufgabe") fig = figure_constant_lines(fig, ell, "ell") fig = figure_points(fig, [("P1", p1, "black"), ("P2", p2, "red")]) - fig = figure_lines(fig, [(p1, p2, "red")]) return "", out2, fig