중요
번역은 여러분이 참여할 수 있는 커뮤니티 활동입니다. 이 페이지는 현재 61.63% 번역되었습니다.
24.1.14. 도표
24.1.14.1. 막대 그래프
범주 및 레이어 필드에서 막대 그래프(bar plot)를 색성합니다.
그림 24.32 Bar plot example
파라미터
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Input layer |
|
[vector: geometry] |
입력 벡터 레이어 |
Category field name |
|
[tablefield: any] |
(X축) 막대를 그룹화하는 데 사용할 범주 필드 |
Value field |
|
[tablefield: numeric] |
(Y축) 그래프에 사용할 값 |
Title Optional |
|
[string] Default: “” |
Title of the plot |
X-axis Title Optional |
|
[string] Default: “” |
If empty, the name of the category field is used. With a single space, the axis title is hidden. |
Y-axis Title Optional |
|
[string] Default: “” |
If empty, the name of the value field is used. With a single space, the axis title is hidden. |
Bar plot |
|
[html] 기본값: |
Specify the HTML file for the plot. One of:
|
산출물
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Bar plot |
|
[html] |
그래프 HTML 파일. 메뉴로 볼 수 있습니다. |
파이썬 코드
알고리즘 ID: qgis:barplot
import processing
processing.run("algorithm_id", {parameter_dictionary})
공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.
24.1.14.2. 상자 수염 그림
범주 필드 및 숫자형 레이어 필드에서 상자 수염 그림(box plot) 을 생성합니다.
그림 24.33 Example of box plot
파라미터
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Input layer |
|
[vector: geometry] |
입력 벡터 레이어 |
Category name field |
|
[tablefield: any] |
(X축) 상자를 그룹화하는 데 사용할 범주 필드 |
Value field |
|
[tablefield: numeric] |
(Y축) 그래프에 사용할 값 |
Additional statistic lines |
|
[enumeration] 기본값: 0 |
그래프에 추가할 부가적인 통계 정보입니다. 다음 가운데 하나를 선택할 수 있습니다:
|
Title Optional |
|
[string] Default: “” |
Title of the plot |
X-axis Title Optional |
|
[string] Default: “” |
If empty, the name of the category field is used. With a single space, the axis title is not shown. |
Y-axis Title Optional |
|
[string] Default: “” |
If empty, the name of the value field is used. With a single space, the axis title is not shown. |
Box plot |
|
[html] 기본값: |
Specify the HTML file for the plot. One of:
|
산출물
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Box plot |
|
[html] |
그래프 HTML 파일. 메뉴로 볼 수 있습니다. |
파이썬 코드
알고리즘 ID: qgis:boxplot
import processing
processing.run("algorithm_id", {parameter_dictionary})
공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.
24.1.14.3. Generate elevation profile image
Creates an elevation profile image from a list of map layers and an optional terrain layer.
그림 24.34 Example of elevation profile
파라미터
Basic parameters
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Profile curve |
|
[geometry: line] |
The LineString geometry (WKT or GeoJSON) representing the profile curve along which the elevation profile will be generated |
Map layers |
|
[layer] [list] |
The list of map layers to include in the elevation profile |
Chart width (in pixels) |
|
[numeric: integer] Default: 400 Minimum value: 0 |
The width of the output chart in pixels. |
Chart height (in pixels) |
|
[numeric: integer] Default: 300 Minimum value: 0 |
The height of the output chart in pixels. |
Terrain layer Optional |
|
[raster] |
A terrain layer (e.g., DEM) to use for elevation data. If not provided, elevation data will be derived from the map layers. |
Advanced parameters
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Chart minimum distance (X axis) Optional |
|
[numeric: double] |
The minimum distance (X axis) to display on the chart. If not specified, the chart will auto-scale. |
Chart maximum distance (X axis) Optional |
|
[numeric: double] |
The maximum distance (X axis) to display on the chart. If not specified, the chart will auto-scale. |
Chart minimum elevation (Y axis) Optional |
|
[numeric: double] |
The minimum elevation (Y axis) to display on the chart. If not specified, the chart will auto-scale. |
Chart maximum elevation (Y axis) Optional |
|
[numeric: double] |
The maximum elevation (Y axis) to display on the chart. If not specified, the chart will auto-scale. |
Chart text color Optional |
|
[color] |
The color of the text in the chart (e.g., axis labels, titles). |
Chart background color Optional |
|
[color] |
The background color of the chart. |
Chart border color Optional |
|
[color] |
The color of the chart border. |
Profile tolerance |
|
[numeric: double] Default: 5.0 Minimum value: 0 |
Defines how far a feature (vector point, line, polygon, or point cloud) can be from the profile line to be included in the results. It uses map units and does not affect other layer types. |
Chart DPI |
|
[numeric: integer] Default: 96 Minimum value: 0 |
The resolution of the output image in dots per inch (DPI). |
Output image |
|
[file] 기본값: |
Specify the image file for the plot. One of:
|
산출물
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Output image |
|
[file] |
The generated elevation profile image in the specified format. |
파이썬 코드
Algorithm ID: native:generateelevationprofileimage
import processing
processing.run("algorithm_id", {parameter_dictionary})
공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.
24.1.14.4. 평균 및 표준 편차 그래프
평균 및 표준 편차를 표시하는 상자 수염 그림을 생성합니다.
그림 24.35 Example of mean and standard deviation plot
파라미터
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Input table |
|
[vector: geometry] |
입력 벡터 레이어 |
Category name field |
|
[tablefield: any] |
(X축) 상자를 그룹화하는 데 사용할 범주 필드 |
Value field |
|
[tablefield: numeric] |
(Y축) 그래프에 사용할 값 |
Plot |
|
[html] 기본값: |
Specify the HTML file for the plot. One of:
|
산출물
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Plot |
|
[html] |
그래프 HTML 파일. 메뉴로 볼 수 있습니다. |
파이썬 코드
알고리즘 ID: qgis:meanandstandarddeviationplot
import processing
processing.run("algorithm_id", {parameter_dictionary})
공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.
24.1.14.5. 극좌표 그래프
입력 벡터 레이어의 값을 기반으로 극좌표 그래프(polar plot)를 생성합니다.
필드 2개를 파라미터로 입력해야만 합니다. 각 피처에 대해 (피처를 그룹화하기 위한) 범주를 정의하는 필드와 그래프를 그리기 위한 (숫자형이어야 하는) 변수를 가진 필드입니다.
그림 24.36 Example of polar plot
파라미터
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Input layer |
|
[vector: geometry] |
입력 벡터 레이어 |
Category name field |
|
[tablefield: any] |
(X축) 피처를 그룹화하는 데 사용할 범주 필드 |
Value field |
|
[tablefield: numeric] |
(Y축) 그래프에 사용할 값 |
Polar plot |
|
[html] 기본값: |
Specify the HTML file for the plot. One of:
|
산출물
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Polar plot |
|
[html] |
그래프 HTML 파일. 메뉴로 볼 수 있습니다. |
파이썬 코드
알고리즘 ID: qgis:polarplot
import processing
processing.run("algorithm_id", {parameter_dictionary})
공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.
24.1.14.6. 래스터 레이어 히스토그램
래스터 레이어의 값으로 히스토그램을 생성합니다.
그림 24.37 Raster layer histogram example
파라미터
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Input layer |
|
[raster] |
입력 래스터 레이어 |
Band number |
|
[raster band] |
히스토그램에 사용할 래스터 밴드 |
number of bins |
|
[numeric: integer] 기본값: 10 |
히스토그램에 사용할 (X축) 계급 간격(bin)의 개수. 최소값은 2입니다. |
Histogram |
|
[html] 기본값: |
Specify the HTML file for the plot. One of:
|
산출물
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Histogram |
|
[html] |
그래프 HTML 파일. 메뉴로 볼 수 있습니다. |
파이썬 코드
알고리즘 ID: qgis:rasterlayerhistogram
import processing
processing.run("algorithm_id", {parameter_dictionary})
공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.
24.1.14.7. 벡터 레이어 히스토그램
벡터 레이어의 속성값으로 히스토그램을 생성합니다.
히스토그램을 계산하는 데 사용할 속성은 숫자형이어야만 합니다.
그림 24.38 Example of vector layer histogram
파라미터
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Input layer |
|
[vector: any] |
입력 벡터 레이어 |
Attribute |
|
[tablefield: numeric] |
(Y축) 그래프에 사용할 값 |
number of bins |
|
[numeric: integer] 기본값: 10 |
히스토그램에 사용할 (X축) 계급 간격(bin)의 개수. 최소값은 2입니다. |
Histogram |
|
[html] 기본값: |
Specify the HTML file for the plot. One of:
|
산출물
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Histogram |
|
[html] |
그래프 HTML 파일. 메뉴로 볼 수 있습니다. |
파이썬 코드
알고리즘 ID: qgis:vectorlayerhistogram
import processing
processing.run("algorithm_id", {parameter_dictionary})
공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.
24.1.14.8. 벡터 레이어 산점도
벡터 레이어에 대해 단순 X - Y 산점도(scatter plot) 를 생성합니다.
그림 24.39 Example of vector layer scatterplot
파라미터
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Input layer |
|
[vector: geometry] |
입력 벡터 레이어 |
X attribute |
|
[tablefield: numeric] |
X축에 사용할 필드 |
Y attribute |
|
[tablefield: numeric] |
Y축에 사용할 필드 |
Hover text Optional |
|
[expression] Default: “” |
Text to be shown when hovering with the mouse over data points. It can be picked from a field or based on an expression. |
Title Optional |
|
[string] Default: “” |
Title of the plot |
X-axis Title Optional |
|
[string] Default: “” |
If empty, the field name of the x attribute is used. With a single space, the axis title is not shown. |
Y-axis Title Optional |
|
[string] Default: “” |
If empty, the field name of the y attribute is used. With a single space, the axis title is not shown. |
Use logarithmic scale for x-axis |
|
[boolean] Default: False |
When enabled, uses logarithmic scale for the x-axis |
Use logarithmic scale for y-axis |
|
[boolean] Default: False |
When enabled, uses logarithmic scale for the y-axis |
Scatterplot |
|
[html] 기본값: |
Specify the HTML file for the plot. One of:
|
산출물
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Scatterplot |
|
[html] |
그래프 HTML 파일. 메뉴로 볼 수 있습니다. |
파이썬 코드
알고리즘 ID: qgis:vectorlayerscatterplot
import processing
processing.run("algorithm_id", {parameter_dictionary})
공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.
24.1.14.9. 벡터 레이어 3차원 산점도
벡터 레이어에 대해 3차원 산점도를 생성합니다.
그림 24.40 Example of 3D scatter plot
파라미터
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Input layer |
|
[vector: geometry] |
입력 벡터 레이어 |
X attribute |
|
[tablefield: numeric] |
X축에 사용할 필드 |
Y attribute |
|
[tablefield: numeric] |
Y축에 사용할 필드 |
Z attribute |
|
[tablefield: numeric] |
Z축에 사용할 필드 |
Title Optional |
|
[string] Default: “” |
Title of the plot |
X-axis Title Optional |
|
[string] Default: “” |
If empty, the field name of the X attribute is used. |
Y-axis Title Optional |
|
[string] Default: “” |
If empty, the field name of the Y attribute is used. |
Z-axis Title Optional |
|
[string] Default: “” |
If empty, the field name of the Z attribute is used. |
Scatterplot 3D |
|
[html] 기본값: |
Specify the HTML file for the plot. One of:
|
산출물
라벨 |
이름 |
유형 |
설명 |
|---|---|---|---|
Scatterplot 3D |
|
[html] |
그래프 HTML 파일. 메뉴로 볼 수 있습니다. |
파이썬 코드
알고리즘 ID: qgis:scatter3dplot
import processing
processing.run("algorithm_id", {parameter_dictionary})
공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.