파일:Cartesian coordinates 3D.svg

본디 그림의 크기(SVG 파일, 실제 크기 800 × 710 픽셀, 파일 크기: 84 KB)

이 파일은 위키미디어 공용에 있으며, 다른 프로젝트에서 사용하고 있을 가능성이 있습니다. 해당 파일에 대한 설명이 아래에 나와 있습니다.

파일 설명

Example for en:Cartesian coordinate system. Created by Gustavb using en:PSTricks.

라이선스

나는 아래 작품의 저작권자로서, 이 저작물을 다음과 같은 라이선스로 배포합니다:
GNU head GNU 자유 문서 사용 허가서 1.2판 또는 자유 소프트웨어 재단에서 발행한 이후 판의 규정에 따라 본 문서를 복제하거나 개작 및 배포할 수 있습니다. 본 문서에는 변경 불가 부분이 없으며, 앞 표지 구절과 뒷 표지 구절도 없습니다. 본 사용 허가서의 전체 내용은 GNU 자유 문서 사용 허가서 부분에 포함되어 있습니다.
w:ko:크리에이티브 커먼즈
저작자표시 동일조건변경허락
이 파일은 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 Unported 라이선스로 배포됩니다.
이용자는 다음의 권리를 갖습니다:
  • 공유 및 이용 – 저작물의 복제, 배포, 전시, 공연 및 공중송신
  • 재창작 – 저작물의 개작, 수정, 2차적저작물 창작
다음과 같은 조건을 따라야 합니다:
  • 저작자표시 – 적절한 저작자 표시를 제공하고, 라이센스에 대한 링크를 제공하고, 변경사항이 있는지를 표시해야 합니다. 당신은 합리적인 방식으로 표시할 수 있지만, 어떤 방식으로든 사용권 허가자가 당신 또는 당신의 사용을 지지하는 방식으로 표시할 수 없습니다.
  • 동일조건변경허락 – 만약 당신이 이 저작물을 리믹스 또는 변형하거나 이 저작물을 기반으로 제작하는 경우, 당신은 당신의 기여물을 원저작물과 동일하거나 호환 가능한 라이선스에 따라 배포하여야 합니다.
이 라이선스 틀은 GFDL 라이선스 변경의 일부로 이 파일에 추가되었습니다.

Source

Cartesian_coordinates_3D.tex (PSTricks source)

\input pst-eps\input pst-plot\input pst-node\TeXtoEPS
\psset{linecolor=black,linewidth=1pt,arrowsize=8pt,unit=0.29cm}

\pspicture*(-17,-15.3)(17,15.3)
% Axes
\psaxes[Dx=5,Dy=5,showorigin=false]{<->}(0,0)(0,-14.5)(14.5,14.5)
\psaxes[Dx=5,Dy=5,showorigin=false,labels=none]{<-}(0,0)(-14.5,0)(0,0)
\psline{<->}(11,6)(-11,-6)
\multips(0,0)(3.7931,2.0689){3}{\psdots[dotstyle=|,dotscale=1.5](0,0)}
\multips(0,0)(-3.7931,-2.0689){3}{\psdots[dotstyle=|,dotscale=1.5](0,0)}
\psset{linewidth=.4pt}
\multips(0,0)(.75862,.41379){14}{\psdots[dotstyle=|,dotscale=1](0,0)}
\multips(0,0)(-.75862,-.41379){14}{\psdots[dotstyle=|,dotscale=1](0,0)}
\psaxes[Dx=1,Dy=1,ticksize=1.5pt,labels=none](0,0)(-13,-13)(13,13)
\uput{10pt}[0](0,14){\psscalebox{1.25}{\it z-axis}}
\uput{10pt}[75](14,0){\psscalebox{1.25}{\it x-axis}}
\uput{5pt}[330](11,6){\psscalebox{1.25}{\it y-axis}}
\uput{8pt}[255](-10,0){$-10$}\uput{8pt}[255](-5,0){$-5$}
\uput{8pt}[270](3.7931,2.0689){$5$}\uput{8pt}[270](-3.7931,-2.0689){$-5$}
\uput{8pt}[270](7.5862,4.1379){$10$}\uput{8pt}[270](-7.5862,-4.1379){$-10$}

% Origin
\pnode(0,0){O}
\uput{35pt}[310](0,0){\rnode{Ot}{\psscalebox{1.1}{
        \vbox{\halign{\hfil#\hfil\cr$(0,0,0)$\cr\it origin\cr}}}}}
\nccurve[angleA=315,angleB=155,arrowsize=4pt,
        nodesepA=2pt,nodesepB=-1pt,linecolor=gray]{<-}{O}{Ot}

% Points
\psdots[dotstyle=*,dotscale=1.2](3,5)(-8.7931,5.0689)

\psset{linestyle=dotted,linewidth=.8pt}
\psline(3,0)(3,5)(0,5)

\psline(-3.7931,-2.0689)(-8.7931,-2.0689)(-5,0)(-5,7)
        (0,7)(-3.7931,5.0689)(-3.7931,-2.0689)

\psline(-8.7931,-2.0689)(-8.7931,5.0689)(-3.7931,5.0689)
\psline(-8.7931,-2.0689)(-8.7931,5.0689)(-3.7931,5.0689)
\psline(-8.7931,5.0689)(-5,7)

\uput{2.5pt}[53](3,5){\psscalebox{1.1}{$P(3,0,5)$}}
\uput{5pt}[140](-8.7931,5.0689){\psscalebox{1.1}{$Q(-5,-5,7)$}}

\endpspicture
\endTeXtoEPS
\nopagenumbers
\end

Instructions

  1. Create EPS
    $ tex Cartesian_coordinates_3D.tex && dvips -E Cartesian_coordinates_3D.dvi
  2. Outline fonts
    $ eps2eps -dNOCACHE Cartesian_coordinates_3D.ps Cartesian_coordinates_3D2.eps
  3. Fix bounding box
    $ ps2epsi Cartesian_coordinates_3D2.eps Cartesian_coordinates_3D.eps
  4. Convert to Sketch
    $ pstoedit -f sk Cartesian_coordinates_3D.eps Cartesian_coordinates_3D.sk
  5. Convert to SVG
    $ skconvert Cartesian_coordinates_3D.sk Cartesian_coordinates_3D.svg
  6. Fix Cartesian_coordinates_3D.svg with Inkscape

Image history from en:

  • 16:54, March 6, 2006 . . Gustavb (Talk | contribs | block) . . 400x355 (86,682 bytes) (crop)
  • 16:35, March 6, 2006 . . Gustavb (Talk | contribs | block) . . 400x371 (86,683 bytes) (better svg conversion)
  • 12:27, February 11, 2006 . . Gustavb (Talk | contribs | block) . . 461x371 (237,375 bytes) (== Summary == Example for Cartesian coordinate system. Created by Gustavb using PSTricks. == Licensing == <nowiki>{{GFDL-self}}</nowiki> == Source == === Cartesian_coordinates_3D.tex (PSTricks source) === <pre> \input pst-eps\input pst-plot\input)

설명

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

이 파일에 묘사된 항목

다음을 묘사함

image/svg+xml

9dd4f8c10b87b2695f6c1d39db685f6a4c858711

86,060 바이트

710 화소

800 화소

파일 역사

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

날짜/시간섬네일크기사용자설명
현재2007년 3월 17일 (토) 01:432007년 3월 17일 (토) 01:43 판의 섬네일800 × 710 (84 KB)GustavbFixed arrows
2006년 3월 7일 (화) 06:532006년 3월 7일 (화) 06:53 판의 섬네일400 × 355 (85 KB)Gustavbcrop
2006년 3월 7일 (화) 06:372006년 3월 7일 (화) 06:37 판의 섬네일400 × 371 (85 KB)Gustavb== Summary == Example for en:Cartesian coordinate system. Created by Gustavb using en:PSTricks. == Licensing == {{GFDL-self}} == Source == === Cartesian_coordinates_3D.tex (PSTricks source) === <pre> \input pst-eps\input ps

그림을 담고 있는 링크된 문서들:

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

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