Skip to main content
3 of 4
added 199 characters in body
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]

Edited: 25.05.2016

Plot[(x^6000 - Sin[x]^6000)/(x^2*Sin[x]^6000), {x, -10, 10}, PlotRange -> All]
Plot[(x^6000 - Sin[x]^6000)/(x^2*Sin[x]^6000), {x, -10, 10}, PlotRange -> Full]

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