Tag Graphics in ​is Protected

0

The graph is not showing, I don't know what to do with: "Tag Graphics in​ is Protected"?

Graph

Georg

Posted 2018-06-12T20:58:57.683

Reputation: 1

Answers

0

Please restart your Mathematica kernel. You have set some of the symbols wrong earlier because there is no reason your code should not work

f[x_] = (Cos[x])/(x^2 - 2*x - 3);
d = Plot[f[x], {x, -5, 8}];
e = ListPlot[{{1, f[1]}}, PlotStyle -> PointSize[0.02]];
Show[d, e]

img

halirutan

Posted 2018-06-12T20:58:57.683

Reputation: 202