Mathematica Mathematica Plotting interms of Y

AI Thread Summary
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.
imranq
Messages
57
Reaction score
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?

Thanks
 
Physics news on Phys.org
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.
 
You could also use ParametricPlot
 
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?
 

Similar threads

Back
Top