To plot a function in terms of Y instead of X in Mathematica, users can utilize the ParametricPlot function, which allows for more flexibility in graph orientation. For highlighting areas between curves, the filling option in Mathematica can be employed directly without needing to export the image to external software like MS Paint. This approach enables users to create visually informative plots that emphasize the desired regions between the curves effectively.
#1
imranq
57
1
I'm trying to plot a function in terms of Y, but it always treats y as if it were x. Is there anyway I could "Turn" the graph 90 degrees?
There is probably a much wiser option can't figure straight up but would likely just populate a table and do a listplot using that data in the appropriate order.
I know about ParametricPlot, that worked perfectly. But what I want is to use the filling option within Mathematica to highlight areas between curves. Is there a way to do this without importing the Mathematica image into MS Paint?