Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- VirtualBox
- csv x range
- Python Imaging Library
- linux bash
- without nohup.out
- 프로그래머스 실패율
- 프로그래머스 구명보트
- latex 첨자
- Climbing Stairs
- url reference
- LaTeX figure
- tensorflow model load
- 걸쳐서 그림 넣기
- vim 괄호 비활성화
- 프로그래머스
- vi/vim 명령어
- Leetcode 70
- gnuplot csv
- git commit message
- Resolution Changing
- apt clean
- linux prompt color
- vim set noshowmatch
- vim 찾아 바꾸기
- 프로그래머스 체육복
- vim 치환
- apt autoremove
- Leetcode 121
- python3
- vi/vim commands
Archives
- Today
- Total
기억노트
[GNUplot] csv 파일 읽을 때 x range 오류 본문
GUNplot은 기본적으로 tap과 space로 데이터를 구분하는 것 같다.
그런데 csv 파일은 ,(comma)로 값을 분류하기 때문에
아래의 코드를 사용함으로써 GNUplot에서 csv 파일 안의 데이터를 구분할 수 있다.
set datafile separator ","
'Programming > Gnuplot' 카테고리의 다른 글
[GNUplot] 간단한 막대 그래프 그리기 (0) | 2019.06.12 |
---|