0

I think the following are bugs:

ContourPlot[y (x - 1)^2 == 0, {x, 0, 2}, {y, -2, 10}]

enter image description here

ContourPlot[Exp[-y]*(x - 1)^2 == 0, {x, 0, 2}, {y, -2, 10}]

enter image description here

Please note that I'm not refering to the lack of resolution. I'm talking about the fact that there should be a vertical line $x=1$.

It seems the problem is due to the $(x-1)^2$ term, since without the square, it works fine.

ciao
  • 25,774
  • 2
  • 58
  • 139
AJHC
  • 369
  • 1
  • 8
  • why you set them functions == 0 i think you don't need to do this – nufaie Apr 19 '19 at 19:56
  • Do not use the bugs tag for unconfirmed potential bugs. Add PlotRange to your example. Observe. – ciao Apr 19 '19 at 20:00
  • @ciao I've just added PlotRange and varied xmin, xmax, ymin and ymax, but I don't observe any modification... – AJHC Apr 19 '19 at 20:03

0 Answers0