Skip to main content
1 of 4
Mariusz Iwaniuk
  • 14.7k
  • 1
  • 27
  • 45

Issues with PlotRange!

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)*)

Mariusz Iwaniuk
  • 14.7k
  • 1
  • 27
  • 45