Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#9276 from Vitalis95/geom_lineissue
Browse files Browse the repository at this point in the history
Fixed a  minor bug in Line plot dialog
  • Loading branch information
N-thony authored Dec 4, 2024
2 parents c39411a + 32a1d27 commit ec7a0e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion instat/dlgLinePlot.vb
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ec7a0e2

Please sign in to comment.