When use the following command to plot a graph:

    Plot[x^Gamma[x - 1], {x, 0, 1}]
or:

    Plot[x^Gamma[x - 1], {x, 0, 1}, PlotRange -> Automatic]
Works fine.

**If I use:**

    Plot[x^Gamma[x - 1], {x, 0, 1}, PlotRange -> Full]
    Plot[x^Gamma[x - 1], {x, 0, 1}, PlotRange -> All]

**It does not show  any Plot(Invisible Plot) !!!.**

I have:`(* MMA 10.2.0 for Microsoft Windows (64-bit) (July 7, 2015)*)`