Skip to content

Commit

Permalink
Merge pull request #8670 from MeSophie/HistoplotIssue8659
Browse files Browse the repository at this point in the history
Fixed Some issue on Describe>Graphs>Histogram and Boxplot Dialog
  • Loading branch information
N-thony authored Nov 28, 2023
2 parents 584052b + 95114fc commit cc66e6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion instat/dlgBoxPlot.vb
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ Public Class dlgBoxplot
Else
ucrVariablesAsFactorForBoxplot.Add(clsParam.strArgumentValue)
End If
ElseIf clsParam.strArgumentName = "colour" Then
ElseIf clsParam.strArgumentName = "fill" Then
ucrSecondFactorReceiver.Add(clsParam.strArgumentValue)
End If
Next
Expand Down
2 changes: 0 additions & 2 deletions instat/dlgHistogram.vb
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,7 @@ Public Class dlgHistogram

Private Sub UpdateParameter()
Dim strChangedTextFreq As String = ucrInputAddReorder.GetText()
clsRaesFunction.RemoveParameterByName("colour")
clsRaesFunction.RemoveParameterByName("y")
clsRaesFunction.RemoveParameterByName("fill")

clsForecatsInfreqValue.AddParameter("f", "as.factor(" & ucrFactorReceiver.GetVariableNames(False) & ")", iPosition:=0)

Expand Down

0 comments on commit cc66e6b

Please sign in to comment.