ascii_plot
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
ascii_plot [2020/02/13 01:47] – 만듦 rex8312 | ascii_plot [2024/03/23 02:38] (현재) – 바깥 편집 127.0.0.1 | ||
---|---|---|---|
줄 1: | 줄 1: | ||
- | ====== Ascii Plot ====== | + | ====== Ascii Plot / Unicode |
- | <code python> | + | ===== Unicode (점자 문자) 사용 ===== |
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | ===== Ascii 문자 사용 ===== | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | * gnuplot 사용 | ||
+ | |||
+ | <code python | ||
import os | import os | ||
- | import logging | ||
import platform | import platform | ||
+ | from termcolor import cprint | ||
줄 65: | 줄 76: | ||
return output_string | return output_string | ||
except FileNotFoundError: | except FileNotFoundError: | ||
- | | + | |
return '' | return '' | ||
ascii_plot.1581558426.txt.gz · 마지막으로 수정됨: (바깥 편집)