Skip to main content
added 250 characters in body
Source Link
kglr
  • 403.4k
  • 18
  • 501
  • 959

Add the option PlotRange -> All or PlotRange -> Full:

ContourPlot[ϕre[{x, z}], {x, -5, 20}, {z, -9, 9}, ContourShading -> False, Contours -> cont, AspectRatio -> Automatic, PlotRange -> All] 

enter image description here

Add the option PlotRange -> All or PlotRange -> Full

Add the option PlotRange -> All or PlotRange -> Full:

ContourPlot[ϕre[{x, z}], {x, -5, 20}, {z, -9, 9}, ContourShading -> False, Contours -> cont, AspectRatio -> Automatic, PlotRange -> All] 

enter image description here

Source Link
kglr
  • 403.4k
  • 18
  • 501
  • 959

Add the option PlotRange -> All or PlotRange -> Full