Skip to content

Commit

Permalink
changes to the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalis95 committed May 23, 2024
1 parent c56bba3 commit 1ed5964
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions instat/dlgParallelCoordinatePlot.vb
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Public Class dlgParallelCoordinatePlot

clsGGParCoordFunc.SetPackageName("GGally")
clsGGParCoordFunc.SetRCommand("ggparcoord")

clsGGParCoordFunc.AddParameter("columns", "column_numbers", iPosition:=1)
clsGGParCoordFunc.AddParameter("missing", Chr(34) & "exclude" & Chr(34), iPosition:=6)
clsGGParCoordFunc.AddParameter("order", clsRFunctionParameter:=clsMatchFunction, iPosition:=7)
clsGGParCoordFunc.AddParameter("centerObsID", "1", iPosition:=8)
Expand Down Expand Up @@ -236,9 +236,6 @@ Public Class dlgParallelCoordinatePlot
ucrChkLegend.SetRCode(clsThemeFunction, bReset, bCloneIfNeeded:=True)
ucrInputLegendPosition.SetRCode(clsThemeFunction, bReset, bCloneIfNeeded:=True)
ucrSaveGraph.SetRCode(clsBaseOperator, bReset)
If bReset Then
ucrReceiverXVariables.SetRCode(clsGGParCoordFunc, bReset)
End If
End Sub

Private Sub TestOkEnabled()
Expand Down

0 comments on commit 1ed5964

Please sign in to comment.