This example shows how to add a glass to magnify a special part of a pictures. It makes use of the new spy library, so you’ll need a recent TikZ version [1] to compile it.
It was created by Dennis Heidsiek [2], based on the example [3], inspired by a sketch in [4].
Do you have a question regarding this example, TikZ or LaTeX in general? Just ask in the
LaTeX Forum.
Oder frag auf Deutsch auf TeXwelt.de.
En français: TeXnique.fr.
% Venn diagram with magnifier
% Author: Dennis Heidsiek
\documentclass{minimal}
\usepackage{tikz}
\usetikzlibrary{spy}
\usepackage{verbatim}
\usepackage[active,tightpage]{preview}
\PreviewEnvironment{tikzpicture}
\begin{document}
\pagestyle{empty}
% First, we define three circles:
\def\firstcircle{(-2,0) circle (2.4)}
\def\secondcircle{(2,0) circle (2.4)}
\pgfmathparse{-(2.4^2-2^2)^0.5} % by pythagoras
\let\h\pgfmathresult % shortcut for further use
\def\thirdcircle{(0,\h) circle (0.2cm)}
\begin{tikzpicture}
% Let's draw the scene (to magnify):
\begin{scope}[spy using outlines=
{magnification=16, size=8cm, connect spies, rounded corners}]
% the boarder:
\draw[thick, rounded corners] (-5,-4) rectangle (5,4);
\draw (0,3.3) node[scale=2] {the universe of all jobs};
% The transparency:
\begin{scope}[fill opacity=0.5]
\fill[red] \firstcircle;
\fill[green] \secondcircle;
\fill[blue] \thirdcircle;
\end{scope}
% letterings and missing pieces:
\draw[align=center] \firstcircle node {what you\\would like\\to do};
\draw[align=center] \secondcircle node {what you\\are able\\to do};
\draw \thirdcircle
(0,-2.3) node[align=center] {em-\\ployment\\you get paid enough for};
\fill (0,\h+0.12) circle (0.005)
node[scale=0.11, align=center] {perfect\\job};
% now we can draw the magnifying glass:
\spy [red] on (0,\h) in node [left] at (13.25,0);
\end{scope}
\end{tikzpicture}
\end{document}
Comments
This is a very stupid example based on primitive sexism. It gives the impression that TikZ is particularly for male nerds which judge a woman depending on whether she would sleep with them. Why including this example if you can also show the power of TikZ without sexism? How about replacing the green set with "what you would like to do", the red set with "what you are able to do", the blue with "jobs you get paid enough for" and the marker with "the perfect job"?
Hello Jakob, thank you for your feedback! I personally think that this may be a little bit overacted case of political correctness (since this was really clearly humor), but your objection is comprehensible, so your proposed changes will be uploaded soon. Besides, the superior number of male contributers in this gallery is actually a sad fact, but i highly doubt that the small corrections on this example will change this in any way. :(
PS: Viele Grüße von einem Muttersprachler an den anderen :).
I have now uploaded the new version of the example.
Danke für die Änderung! :-)
Zusätzlich ist die Zahl deutscher Nutzer von TeX, LaTeX und TikZ ungleich höher als die jeder anderen Muttersprache (trotzdem reden alle englisch)
I use Miktex 2.8 and found this problem. Does anybody knows how to fix it ?
("C:\Program Files (x86)\MiKTeX 2.8\tex\generic\pgf\frontendlayer\tikz\librarie s\tikzlibrarytopaths.code.tex" File: tikzlibrarytopaths.code.tex 2008/01/09 v2.00 (rcs-revision 1.1) ))) ! I can't find file
tikzlibraryspy.code.tex'. <argument> ...nput tikzlibrary\pgf@temp .code.tex \catcode
\@ =\csname tikz... l.6 \usetikzlibrary{spy}Please type another input file name ! Emergency stop. ...nput tikzlibrary\pgf@temp .code.tex \catcode `\@ =\csname tikz... l.6 \usetikzlibrary{spy}
*** (job aborted, file error in nonstop mode)
Thanks in advance,
Ricardo
I have the recent version (18.04.2010) of tikz, but the code cannot be compiled without mistakes. In the example of differcial-quotient its the same. Is the spy-library the problem?
It compiles with the 2010-06-02 build of TikZ, but the correct output is only produced with
pdflatex
—usingxelatex
, the spy transformmation is incorrect and results in a defect pdf. So there’s still a bug … :(Thank you for sharing this information this post is very useful. hamilton airport limo
Thank you for sharing this information this post is very useful. hamilton airport limo
Adding comments is currently not enabled.