수색…


플롯 스타일 선택하기

Explicite 선택

플롯 스타일은 일반적으로 with 키워드를 사용하여 선택됩니다.

plot x with points

이렇게하면 모든 plot 대해 다른 플롯 스타일을 사용할 수 있습니다.

plot x with points, 2*x with lines

gnuplot 명령 창에 help with 입력 help with 사용 가능한 모든 플롯 스타일 목록이 제공됩니다.

전역 플롯 스타일 선택

플롯 스타일은 모든 플롯 명령에 대해 전체적으로 설정할 수도 있습니다. 여기서 gnuplot은 다른 기본 스타일을 설정할 수있는 함수와 데이터 플롯을 구별합니다.

함수의 경우 set style function .

set style function linespoints
plot x, 2*x

데이터 파일의 경우 set style data :

set style data lines
plot 'file.dat', 'other-file.dat'

함수의 경우 기본 스타일은 lines 이며 데이터 파일의 경우 points 입니다. show style data show style functionshow style function 을 사용하면 현재 선택된 플로팅 스타일을 검사 할 수 있습니다.



Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow