Update Analysis after variables change (#1056)

* Updated Analyze Equation to set the current value of the variables before analysis

* Updated SetGraphArgs to take in a graph parameter and use it in AnalyzeEquation()
This commit is contained in:
Stephanie Anderl
2020-02-28 09:34:16 -08:00
committed by GitHub
parent 915e0a8220
commit d7e7f46c99
2 changed files with 9 additions and 9 deletions

View File

@@ -276,7 +276,7 @@ public
concurrency::task<void> TryPlotGraph(bool keepCurrentView, bool shouldRetry);
void UpdateGraphOptions(Graphing::IGraphingOptions& options, const std::vector<Equation ^>& validEqs);
std::vector<Equation ^> GetGraphableEquations();
void SetGraphArgs();
void SetGraphArgs(std::shared_ptr<Graphing::IGraph> graph);
std::shared_ptr<Graphing::IGraph> GetGraph(GraphControl::Equation ^ equation);
void UpdateVariables();