원본 파일(SVG 파일, 실제 크기 313 × 223 픽셀, 파일 크기: 11 KB)

파일 설명

설명
English: Two graphs, duals of each other.
날짜
출처
 \documentclass{article}
 \thispagestyle{empty}
 \usepackage{tikz}
 \usetikzlibrary{calc}
 \begin{document}
 \begin{tikzpicture}[node distance=2.5cm,semithick]
  \tikzstyle{origVertex}      = [draw, blue, fill, shape=circle]
  \tikzstyle{dualVertex}      = [draw, red,  fill, shape=circle]
  \tikzstyle{invisibleVertex} = [shape=circle]
  \tikzstyle{origEdge}        = [blue]
  \tikzstyle{dualEdge}        = [red, densely dashed]
  \node[origVertex]      (0)                      {};
  \node[invisibleVertex] (i1) [right       of=0]  {};
  \node[origVertex]      (1)  [right       of=i1] {};
  \node[origVertex]      (2)  [below right of=1]  {};
  \node[origVertex]      (3)  [below left  of=2]  {};
  \node[invisibleVertex] (i2) [left        of=3]  {};
  \node[origVertex]      (4)  [left        of=i2] {};
  \path (0) edge[origEdge] (1)
            edge[origEdge] (4)
        (1) edge[origEdge] (2)
            edge[origEdge] (3)
            edge[origEdge] (4)
        (2) edge[origEdge] (3)
        (3) edge[origEdge] (4);
  \path let
         \p1 = (0),
         \p2 = (1),
         \p3 = (4)
        in
         node[dualVertex] (d0) at (\x1/3+\x2/3+\x3/3,\y1/3+\y2/3+\y3/3) {};
  \path let
         \p1 = (1),
         \p2 = (3),
         \p3 = (4)
        in
         node[dualVertex] (d1) at (\x1/3+\x2/3+\x3/3,\y1/3+\y2/3+\y3/3) {};
  \path let
         \p1 = (1),
         \p2 = (2),
         \p3 = (3)
        in
         node[dualVertex] (d2) at (\x1/3+\x2/3+\x3/3,\y1/3+\y2/3+\y3/3) {};
  \node[dualVertex]       (d3) [below left of=3] {};
  \path (d0) edge[dualEdge] (d1)
             edge[dualEdge, out= 120, in=-170, looseness=4]   (d3)
             edge[dualEdge, out=-150, in= 170, looseness=2.5] (d3)
        (d1) edge[dualEdge] (d2)
             edge[dualEdge] (d3)
        (d2) edge[dualEdge, out=  35, in=   0, looseness=2]   (d3)
             edge[dualEdge, out= -90, in=  20, looseness=1.5] (d3);
 \end{tikzpicture}
 \end{document}
저자 Self
다른 버전 SVG version of this PNG version.

라이선스

나는 아래 작품의 저작권자로서, 이 저작물을 다음과 같은 라이선스로 배포합니다:
Creative Commons CC-Zero 이 파일은 크리에이티브 커먼즈 CC0 1.0 보편적 퍼블릭 도메인 귀속에 따라 이용할 수 있습니다.
저작물에 본 권리증서를 첨부한 자는 법률에서 허용하는 범위 내에서 저작인접권 및 관련된 모든 권리들을 포함하여 저작권법에 따라 전 세계적으로 해당 저작물에 대해 자신이 갖는 일체의 권리를 포기함으로써 저작물을 퍼블릭 도메인으로 양도하였습니다. 저작권자의 허락을 구하지 않아도 이 저작물을 상업적인 목적을 포함하여 모든 목적으로 복제, 수정·변경, 배포, 공연·실연할 수 있습니다.

설명

이 파일이 나타내는 바에 대한 한 줄 설명을 추가합니다

이 파일에 묘사된 항목

다음을 묘사함

파일 역사

날짜/시간 링크를 클릭하면 해당 시간의 파일을 볼 수 있습니다.

날짜/시간섬네일크기사용자설명
현재2012년 12월 21일 (금) 06:342012년 12월 21일 (금) 06:34 판의 섬네일313 × 223 (11 KB)Bender2k14Made the red edges dashed.
2012년 12월 21일 (금) 06:302012년 12월 21일 (금) 06:30 판의 섬네일313 × 223 (11 KB)Bender2k14{{Information |Description ={{en|1=Two graphs, duals of each other.}} |Source =<source lang="latex"> \documentclass{article} \thispagestyle{empty} \usepackage{tikz} \usetikzlibrary{calc} \begin{document} \begin{tikzpicture}[node distan...

다음 문서 1개가 이 파일을 사용하고 있습니다:

이 파일을 사용하고 있는 모든 위키의 문서 목록

다음 위키에서 이 파일을 사용하고 있습니다:

메타데이터