This morning every time I try to add a graph my browser hangs (both IE and Firefox). Is anyone else having this problem?
1 Answer
Found a way to bypass the problem.
Explanation:
Until the problem with the graph utility is solve, I propose a manual solution.
The graph utility is just an interface for a function graph that takes in the following parameters
- f(x)
- the range of the
#x# -axis; - the range of the
#y# -axis
So, if you want to graph
- with my ""
graph""{2x+3 [-10, 10, -5, 5]}
- without my ""
graph{2x+3 [-10, 10, -5, 5]}
So remember, there is no space between "graph" and "{".
Here's how that breaks down
So, for example, if I want to graph
- with my ""
graph""{x^2+3[-10, 10, -5, 5]}
- without my ""
graph{x^2+3[-10, 10, -5, 5]}
Maybe you've noticed, but the default range for the
- with my ""
graph""{x^2+3[-10, 10, -2, 10]}
- without my ""
graph{x^2+3[-10, 10, -2, 10]}
Now, as you would imagine, I will no longer use the graph utility, this way is much cooler :D