Skip to content

Instantly share code, notes, and snippets.

@chaoxu
Created May 21, 2010 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chaoxu/408465 to your computer and use it in GitHub Desktop.
Save chaoxu/408465 to your computer and use it in GitHub Desktop.
\documentclass[10pt]{article}
\usepackage{pgf,tikz}
\usetikzlibrary{arrows}
\pagestyle{empty}
\begin{document}
\definecolor{qqqqff}{rgb}{0.33,0.33,0.33}
\begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=0.5cm,y=0.5cm]
\clip(0,-20) rectangle (30,0);
\draw [dotted] (8.55,-9.69) circle (2.95cm);
\draw (4.1,-5.8)-- (6.7,-15.3);
\draw (6.7,-15.3)-- (13,-5.8);
\draw (13,-5.8)-- (4.1,-5.8);
\draw [dotted] (18.63,-10.13) circle (3.55cm);
\draw (13,-5.8)-- (23.2,-4.7);
\draw (23.2,-4.7)-- (25.4,-8);
\draw (25.4,-8)-- (13,-5.8);
\draw [dotted] (17.64,-15.71) circle (5.47cm);
\draw (6.7,-15.3)-- (25.4,-8);
\draw (4.1,-5.8)-- (23.2,-4.7);
\draw [dotted] (8.55,83.3) circle (44.61cm);
\fill [color=qqqqff] (4.1,5.8) circle (1.5pt);
\draw[color=qqqqff] (-7.74,5.14) node {$A$};
\fill [color=qqqqff] (6.7,15.3) circle (1.5pt);
\draw[color=qqqqff] (-7.69,5.14) node {$B$};
\fill [color=qqqqff] (4.1,-5.8) circle (1.5pt);
\fill [color=qqqqff] (6.7,-15.3) circle (1.5pt);
\fill [color=qqqqff] (13,-5.8) circle (1.5pt);
\fill [color=qqqqff] (23.2,-4.7) circle (1.5pt);
\fill [color=qqqqff] (25.4,-8) circle (1.5pt);
\end{tikzpicture}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment