Skip to main content
Added bug header.
Source Link
user31159
user31159

Issues with PlotRange!

Bug introduced in 10.1 or earlier and persisting through 11.0.1 or later


When I 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]

Worksit 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]

Itit does not show any Plot(Invisible Plot) !!!.

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

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

Issues with PlotRange

Bug introduced in 10.1 or earlier and persisting through 11.0.1 or later


When I 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]

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

added 199 characters in body
Source Link
Mariusz Iwaniuk
  • 14.6k
  • 1
  • 27
  • 45

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

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

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

Tweeted twitter.com/StackMma/status/691652722798510080
edited tags
Link
m_goldberg
  • 107.9k
  • 16
  • 103
  • 259
Source Link
Mariusz Iwaniuk
  • 14.6k
  • 1
  • 27
  • 45
Loading