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 | 31 |
Tags
- linux prompt color
- 프로그래머스 구명보트
- Leetcode 70
- vi/vim commands
- python3
- vim 치환
- linux bash
- gnuplot csv
- vim set noshowmatch
- 프로그래머스 체육복
- VirtualBox
- 걸쳐서 그림 넣기
- without nohup.out
- tensorflow model load
- vim 괄호 비활성화
- vi/vim 명령어
- csv x range
- 프로그래머스 실패율
- apt clean
- latex 첨자
- vim 찾아 바꾸기
- url reference
- Leetcode 121
- LaTeX figure
- Python Imaging Library
- 프로그래머스
- Climbing Stairs
- Resolution Changing
- git commit message
- apt autoremove
Archives
- Today
- Total
기억노트
[GNUplot] csv 파일 읽을 때 x range 오류 본문
GUNplot은 기본적으로 tap과 space로 데이터를 구분하는 것 같다.
그런데 csv 파일은 ,(comma)로 값을 분류하기 때문에
아래의 코드를 사용함으로써 GNUplot에서 csv 파일 안의 데이터를 구분할 수 있다.
set datafile separator ","
'Programming > Gnuplot' 카테고리의 다른 글
[GNUplot] 간단한 막대 그래프 그리기 (0) | 2019.06.12 |
---|