Question 173981
plot the graph 
exponent
y=6^x
{{{graph(400,300,-10,10,-10,10,6^x)}}}
------------------------------------------------------- 

logarithmic
y=log3x 
Is that log(base 3) x or log(3x)
If it is log(base3 x the graph looks like:
{{{graph(400,300,-10,10,-10,10,ln(x)/ln(3))}}}
---------------
If it is log(3x) the graph looks like:
{{{graph(400,300,-10,10,-10,10,ln(x)+ln(3))}}}
============================================
Cheers,
Stan H.