元のファイル(SVG ファイル、800 × 742 ピクセル、ファイルサイズ: 57キロバイト)

概要

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

ライセンス

この作品の著作権者である私は、この作品を以下のライセンスで提供します。
GNU head この文書は、フリーソフトウェア財団発行のGNUフリー文書利用許諾書 (GNU Free Documentation License) 1.2またはそれ以降のバージョンの規約に基づき、複製や再配布、改変が許可されます。不可変更部分、表紙、背表紙はありません。このライセンスの複製は、GNUフリー文書利用許諾書という章に含まれています。
w:ja:クリエイティブ・コモンズ
表示 継承
このファイルはクリエイティブ・コモンズ 表示-継承 3.0 非移植ライセンスのもとに利用を許諾されています。
あなたは以下の条件に従う場合に限り、自由に
  • 共有 – 本作品を複製、頒布、展示、実演できます。
  • 再構成 – 二次的著作物を作成できます。
あなたの従うべき条件は以下の通りです。
  • 表示 – あなたは適切なクレジットを表示し、ライセンスへのリンクを提供し、変更があったらその旨を示さなければなりません。これらは合理的であればどのような方法で行っても構いませんが、許諾者があなたやあなたの利用行為を支持していると示唆するような方法は除きます。
  • 継承 – もしあなたがこの作品をリミックスしたり、改変したり、加工した場合には、あなたはあなたの貢献部分を元の作品とこれと同一または互換性があるライセンスの下に頒布しなければなりません。
このライセンスのテンプレートは、GFDLのライセンス・アップデートによりこのファイルに追加されたものです。

Other versions

Source

Cartesian_coordinates_2D.tex (PSTricks source)

\input pst-eps\input pst-plot97\input pst-node\TeXtoEPS

\psset{linecolor=black,linewidth=1pt,arrowsize=8pt,unit=0.29cm}
\pspicture*(-15.3,-15.3)(17.4,15.3)

% Axes
\psaxes[Dx=5,Dy=5]{<->}(0,0)(-14.5,-14.5)(14.5,14.5)
\psset{linewidth=.4pt}
\psaxes[Dx=1,Dy=1,labels=none,ticksize=1.5pt](0,0)(-13,-13)(13,13)
\uput{10pt}[0](0,14){\psscalebox{1.25}{\it y-axis}}
\uput{10pt}[70](14,0){\psscalebox{1.25}{\it x-axis}}

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

% Point
\psdots[dotstyle=*,dotscale=1.2](3,5)
\psline[linestyle=dotted,linewidth=.8pt](3,0)(3,5)(0,5)
\uput{2.5pt}[53](3,5){\psscalebox{1.1}{$P(3,5)$}}


% Quadrants
\uput{3cm}[45](0,0){\psscalebox{1.6}{\bf I}}
\uput{3cm}[135](0,0){\psscalebox{1.6}{\bf II}}
\uput{3cm}[225](0,0){\psscalebox{1.6}{\bf III}}
\uput{3cm}[315](0,0){\psscalebox{1.6}{\bf IV}}

\endpspicture
\endTeXtoEPS
\nopagenumbers
\end

Instructions

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

Alternate Instructions

  1. latex Cartesian_coordinates_2D.tex
  2. dvips -E Cartesian_coordinates_2D.dvi
  3. eps2eps -dNOCACHE Cartesian_coordinates_2D.ps Cartesian_coordinates_2D.eps
  4. ps2epsi Cartesian_coordinates_2D.eps Cartesian_coordinates_2D.ps
  5. ps2pdf Cartesian_coordinates_2D.ps
  6. pdf2svg Cartesian_coordinates_2D.pdf Cartesian_coordinates_2D.svg

pdf2svg can be found here.

derivative works

このファイルの派生的著作物:

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

583533740720e4c380a9202751ca0d40c25bb586

58,038 バイト

742 ピクセル

800 ピクセル

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2007年3月16日 (金) 20:362007年3月16日 (金) 20:36時点における版のサムネイル800 × 742 (57キロバイト)GustavbArrow head fix
2006年3月6日 (月) 21:412006年3月6日 (月) 21:41時点における版のサムネイル400 × 371 (57キロバイト)Gustavbdasharray fix
2006年2月28日 (火) 00:262006年2月28日 (火) 00:26時点における版のサムネイル400 × 371 (57キロバイト)Gustavb== Summary == Example for en:Cartesian coordinate system. Created by Gustavb using en:PSTricks. == Licensing == {{GFDL-self}} == Source == === Cartesian_coordinates_2D.tex (PSTricks source) === <pre> \input pst-eps\input ps

以下の​ 2 ページがこのファイルを使用しています:

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています:

このファイルのグローバル使用状況を表示する。