Question: Plotting Implicit/Inverse functions

Hi all, Being new to Maple, I have a rather trivial question for most out there. How does one plot x=ln(y) or any function x=g(y) to be more general? I have worked with implicitplot() as such, but it only feels like drawing a straight line for x=ln(y). Here is the syntax I used: > g := y -> ln(y) > with(plots) > implicitplot(g, x = -10 .. 10, y = -10 .. 10) Does maple expect the assignment of the full equation (i.e. g:= x = ln(y)) in order to process inverse or implicit functions? I'm obviously borking the syntax. I have searched through this forum and the help. Any information is thoroughly appreciated in advance. Phillip
Please Wait...