A very common feature of graphs of functions used throughout textbooks are simple indications, such as open circles, of the points at which a function is undefined. Is there a way to do this in Mathematica?
I understand that I can use Epilog (or Prolog, or other explicit drawing graphics functions) to "manually" draw these elements, but us there a way to automatically do this, or at least return the coordinates of such points for use as arguments to Epilog?


Sin[x]/x, {x, -10, 10}, Exclusions -> {0}? – orome Jan 17 '12 at 21:46Exclusions -> Sin[\[Pi] x]==0. I'll update the answer accordingly. – Thies Heidecke Jan 17 '12 at 21:56Exclusions->x == 0. – Mike Bailey Jan 18 '12 at 00:38Sinc[x]rather thanSin[x]/x. – Bob Hanlon Feb 21 '15 at 18:18