Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added many plots support and bounds input #37

Merged
merged 11 commits into from
Jun 1, 2020
Merged

Conversation

RelativeForce
Copy link
Collaborator

@RelativeForce RelativeForce commented Jun 1, 2020

Issue(s)

closes #31
closes #18

Changes

  • Added Color type to represent a colour. A colour can be a HexCode string, RGBA record or a named colour like "Red". NamedColor was added as a type-safe way to refer to specific colours instead of using strings.
  • Formatted Components.Canvas.Draw
  • ExpressionPlot to hold all the plotted data of an expression plot. This resides in the main state whereas each ExpressionInput maintains its own temporary state.
  • The Main component now has a button labelled "Add plot" which will add another ExpressionInput slot.
  • Formatted Types module
  • Added bounds input component
  • Updated README.md to describe how to run the app locally
  • Renamed the server script in npm with start so the developer can just type npm start

Unit test changes

N/A

@RelativeForce RelativeForce added the enhancement New feature or request label Jun 1, 2020
@RelativeForce RelativeForce self-assigned this Jun 1, 2020
@RelativeForce RelativeForce mentioned this pull request Jun 1, 2020
2 tasks
@RelativeForce RelativeForce marked this pull request as ready for review June 1, 2020 09:46
@RelativeForce RelativeForce mentioned this pull request Jun 1, 2020
3 tasks
@RelativeForce RelativeForce changed the title Added many plots support Added many plots support and bounds input Jun 1, 2020
@RelativeForce RelativeForce merged commit 9240d34 into master Jun 1, 2020
@RelativeForce RelativeForce deleted the multiple-plots branch June 1, 2020 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple function plotting Add custom bound input
2 participants