.. _sec_file_point_csv: 点データCSVファイル (\*.csv) ======================================== 点データCSVファイルは、点データをインポート、エクスポートするためのファイルです。 点データ CSV ファイルの列一覧を :numref:`point_csv_cols_table` に、例を :numref:`point_csv_example` にそれぞれ示します。 点データ CSVファイルは、文字コードには UTF-8 を使用します。 .. _point_csv_cols_table: .. list-table:: 点データCSVファイル 列一覧 :header-rows: 1 * - 列番号 - 項目名 - 説明 * - 1 - x - 頂点のX座標 * - 2 - y - 頂点のY座標 * - 3 - name - 点の名前 .. code-block:: text :name: point_csv_example :caption: 点データCSVファイル 例 x,y,name 5.086,-5.509,点10 3.443,-5.447,点9 1.946,-4.610,点8 1.007,-3.722,点7 -0.084,-2.454,点6 1.210,-1.388,点5 -0.871,-1.312,点4 1.616,-0.247,点3 -0.998,2.493,点2 -3.104,0.083,点1