Skip to content

Commit

Permalink
Merge pull request #338 from africanmathsinitiative/master
Browse files Browse the repository at this point in the history
merge from main
  • Loading branch information
dannyparsons authored Sep 28, 2016
2 parents 5cc62fc + 0cf3a68 commit 688f59a
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 181 deletions.
42 changes: 42 additions & 0 deletions instat/dlgOneVariableGraph.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion instat/dlgOneVariableGraph.vb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Public Class dlgOneVariableGraph
ucrOneVarGraphSave.strPrefix = "OneVariableGraph"
ucrOneVarGraphSave.SetDataFrameSelector(ucrSelectorOneVarGraph.ucrAvailableDataFrames)
ucrBase.clsRsyntax.bExcludeAssignedFunctionOutput = False
cmdGraphOptions.Enabled = False

clsBaseOperatorOneColumn.SetOperation("+")
clsRggplotFunction.SetRCommand("ggplot")
clsRaesFunction.SetRCommand("aes")
Expand All @@ -62,9 +62,11 @@ Public Class dlgOneVariableGraph
clsRggplotFunction.AddParameter("mapping", clsRFunctionParameter:=clsRaesFunction)

clsBaseFunctionMultipleVariables.SetRCommand(frmMain.clsRLink.strInstatDataObject & "$graph_one_variable")
sdgOneVarGraph.SetRSyntax(ucrBase.clsRsyntax)
End Sub

Private Sub ReopenDialog()

End Sub

Private Sub TestOkEnabled()
Expand Down
Loading

0 comments on commit 688f59a

Please sign in to comment.