I have to plot the graph of $||x|-|y||=1$, I did the following: As $|x|=\max(x,-x)$ I've obtained the following equations:
$$|x|-|y|=1 \hspace{2cm} |y|-|x|=1$$
From there, I've obtained the following equations:
$$x-y=1 \hspace{1cm} x+y=1\hspace{1cm}-x-y=1\hspace{1cm}-x+y=1$$
The plot of these equations is the first here, and the plot of $||x|-|y||=1$ is the second.
So I am not so far from the answer. My trouble is the following: How do I verify that the extra line segments in the first plot are not included? I tried to verifiy some values, for example: $x=-1/2,y=1/2$ and notices that for them $||x|-|y||<1$ so I tried to use the triangle inequality expecting to obtain $||x|-|y||\leq |x-y|<1$ for the extra line segments but I failed to do so.
