Skip to content

Commit

Permalink
Merge branch 'graphingmode' of https://github.com/microsoft/calculato…
Browse files Browse the repository at this point in the history
…r-specs into graphingmode
  • Loading branch information
grochocki committed Jul 24, 2019
2 parents 345fa32 + e60e398 commit c955738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions active/GraphingMode/EquationInputArea.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The equation inptu area is comprised of:
- A list of global variables that have been used in equations that can be manipulated live to understand how changes impact plots
- A button to add a new equation to the list

![Equation Input Area](.\images\equationInputSample)
![Equation Input Area](./images/equationInputSample.png)

> Note: Style options in comp are slightly out-of-date; see below for more details.
Expand Down Expand Up @@ -40,7 +40,7 @@ x ^ 2 + √(2x)

instead of this:

![MathML Sample](.\images\mathMLSample)
![MathML Sample](./images/mathMLSample.png)

##### 3) Users can input their equations with freeform input

Expand All @@ -58,4 +58,4 @@ For graphing mode, we will support freeform input, which means that users can pl

> TODO: Annotate visual states
![Equation Input States](.\images\equationInputStates.png)
![Equation Input States](./images/equationInputStates.png)

0 comments on commit c955738

Please sign in to comment.