Hi, I use ReplaceAll a lot, and I've been having some trouble with it. This
Plot[a x,{x,-5,5}]/.a->3
does not give the result I was expecting
Plot[3 x,{x,-5,5}]
and gives instead blank graphics with an axis. Any ideas why?