Coder Social home page Coder Social logo

graphing-calculator's People

Contributors

altroscoding avatar avana002 avatar jherr029 avatar kbkurou avatar makloooo avatar tianyouxu123 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

graphing-calculator's Issues

[Bug] Hanging 'x' function upon deletion

The function 'x' will keep itself on the graph after deletion, despite being deleted from both mFunctionList (belongs to FunctionAdapter mFunctionAdapter), and functions (belongs to GraphHandler graph). Tried in the most recent branch and it's not there anymore, but I'm still a little worried.

How to reproduce error:

  1. Enter 'x' as the first function in the list.
  2. Enter another function as the second function in the list.
  3. Delete the first function.

If you try this and it turns out it's being removed properly, please test it with differing conditions. Like, different bounds, multiple graphs, with polar graphing (would be Θ in this case), and other stuff. I just need someone to verify if it's actually gone or not.

[Feature] Degree and Radian buttons lack functionality

In the settings menu, the user should be able to toggle whether to use degrees or radians. The buttons are there, and change graphics, it's just they don't actually do anything to the graph and functions.

I also mentioned this to Tianyou and said he would work with AJ on it.

[Optional] Step Size fields lack functionality

The step size input field for both X-Axis and Y-Axis don't do anything in the settings menu.

We agreed we can just let this pass, but if anyone wants to pick this up, feel free to do it.

[Bug] Pinching the Graph resets Graph Bounds

Whenever you try to pinch the graph to zoom it, despite zooming and scaling being disabled on the GraphView, the graph resets its boundaries to a range unspecified in the class.

[Crash] abs(), π, e, unsupported in functions entered

I mentioned this to Tianyou, and he said he would let AJ know. Don't know what's going on, but I'll leave this here for record-keeping.

The app will crash upon entering any of the symbols in the function list. The cfg parser will accept them as a valid function, since they are valid math symbols, and will crash at the ExpressionEvaluator. Since they're just constants, I assume they will be converted as so somewhere in the back end. I'll let you guys handle it.

How to reproduce:

  1. Create a valid function with abs(), π, or 'e' in it.

[Optional] Checkboxes lack functionality

The checkboxes in the settings menu should do the following things:

  1. Grid: Make the grid on the graph visible or invisible.
  2. X-Axis: Make the X-Axis on the graph visible or invisible.
  3. Y-Axis: Make the Y-Axis on the graph visible or invisible.

Again, something we don't have to do, but could be done with someone looking for something to do. I actually don't know if this is possible with our GraphView API.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.