I'm looking at the winning one-liners of 2014, this one inparticular:
s = WolframAlpha["bat ineqalty", "Result"]@2; RegionPlot3D[ N[s[x, y] && s[x, z] && s[y, z]], {x, -14, 14}, {y, -8, 8}, {z, -8, 8}, PlotPoints -> 90]
It seems the x,y, and y intervals were chose by hand. I would like to know how I can make Mathematica choose the plot range automatically - any reasonable bounding box would be nice.