From 32a1d279a79345823fe9708491ae658b5e01a6f8 Mon Sep 17 00:00:00 2001 From: KWAMBAI VITALIS Date: Mon, 25 Nov 2024 17:29:21 +0300 Subject: [PATCH] changes to the code --- instat/dlgLinePlot.vb | 1 - 1 file changed, 1 deletion(-) diff --git a/instat/dlgLinePlot.vb b/instat/dlgLinePlot.vb index 81389c9c75..bbaa250744 100644 --- a/instat/dlgLinePlot.vb +++ b/instat/dlgLinePlot.vb @@ -536,7 +536,6 @@ Public Class dlgLinePlot clsGeomLineFunction.SetPackageName("ggplot2") clsGeomLineFunction.SetRCommand("geom_line") - clsGeomLineFunction.AddParameter("colour", Chr(34) & "blue" & Chr(34)) clsGeomLineFunction.AddParameter("size", "0.8") clsAesLinerangeFunction.SetRCommand("aes")