Mathematica Plotting interms of Y

  • Context: Mathematica 
  • Thread starter Thread starter imranq
  • Start date Start date
  • Tags Tags
    Mathematica Plotting
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
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.
 
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?