-
Notifications
You must be signed in to change notification settings - Fork 51
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
how to draw a piecewise function in graph.tk #50
Comments
Nope. How would something like "y = (x>3) ? x : x^2" be? That would translate to |
example: y = |
how to use "if" ? |
What works? Also, I think another way to specify it could be: "y = x \and x>3 \union y=x^2 \and x <= 3" |
Sorry , I still can't catch your idea.. when copy "y = x \and x>3 \union y=x^2 \and x <= 3" to http://graph.tk/ console, "Too many '='s" is the result. any help doc is available ? |
Oh. When I said "y = x \and x>3 \union y=x^2 \and x <= 3" I was speculating that in the future that could be a possible way to use such a feature. Piecewise functions are not supported yet, so it is not possible now. There are no help docs yet. |
seems piecewise function is not supported yet , have a plan ?
The text was updated successfully, but these errors were encountered: