Fil:Cartesian coordinates 3D.svg

Page contents not supported in other languages.
Fra Wikipedia, den frie encyklopædi

Fuld opløsning(SVG fil, basisstørrelse 800 × 710 pixels, filstørrelse: 84 KB)


Denne fil er fra Wikimedia Commons

Beskrivelse

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

Licensering

Jeg, dette værks ophavsretsindehaver, publicerer hermed værket under den følgende licens:
GNU head Tilladelse er givet til at kopiere, distribuere og/eller ændre dette dokument under betingelserne i GNU Free Documentation License', Version 1.2 eller enhver senere version udgivet af Free Software Foundation; uden et invariant afsnit, ingen forsidetekster, og ingen bagsidetekst. En kopi af licensen er inkluderet i afsnittet GNU Free Documentation License.
w:da:Creative Commons
kreditering deling på samme vilkår
Denne fil er udgivet under Creative Commons Kreditering-Del på samme vilkår 3.0 Ikke-porteret-licensen.
Du må frit:
  • at dele – at kopiere, distribuere og overføre værket
  • at remixe – at tilpasse værket
Under følgende vilkår:
  • kreditering – Du skal give passende kreditering, angive et link til licensen, og oplyse om der er foretaget ændringer. Du må gøre det på enhver fornuftig måde, men ikke på en måde der antyder at licensgiveren godkender dig eller din anvendelse.
  • deling på samme vilkår – Hvis du bearbejder, ændrer eller bygger videre på dette værk, skal du distribuere dine bidrag under den samme eller en kompatibel licens som originalen.
Denne licens blev tilføjet som en del af GFDL-licensopdateringen.

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)

Captions

Tilføj en kort forklaring på en enkelt linje om hvad filen viser

Elementer som er med i denne fil

afbilder

image/svg+xml

9dd4f8c10b87b2695f6c1d39db685f6a4c858711

86.060 Byte

710 pixel

800 pixel

Filhistorik

Klik på en dato/tid for at se filen som den så ud på det tidspunkt.

Dato/tidMiniaturebilledeDimensionerBrugerKommentar
nuværende16. mar. 2007, 18:43Miniature af versionen fra 16. mar. 2007, 18:43800 × 710 (84 KB)GustavbFixed arrows
6. mar. 2006, 23:53Miniature af versionen fra 6. mar. 2006, 23:53400 × 355 (85 KB)Gustavbcrop
6. mar. 2006, 23:37Miniature af versionen fra 6. mar. 2006, 23:37400 × 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

Den følgende side bruger denne fil:

Global filanvendelse

Følgende andre wikier anvender denne fil: