중요

번역은 여러분이 참여할 수 있는 커뮤니티 활동입니다. 이 페이지는 현재 61.63% 번역되었습니다.

24.1.14. 도표

24.1.14.1. 막대 그래프

범주 및 레이어 필드에서 막대 그래프(bar plot)를 색성합니다.

../../../../_images/bar_plot.png

그림 24.32 Bar plot example

파라미터

라벨

이름

유형

설명

Input layer

INPUT

[vector: geometry]

입력 벡터 레이어

Category field name

NAME_FIELD

[tablefield: any]

(X축) 막대를 그룹화하는 데 사용할 범주 필드

Value field

VALUE_FIELD

[tablefield: numeric]

(Y축) 그래프에 사용할 값

Title

Optional

TITLE

[string]

Default: “”

Title of the plot

X-axis Title

Optional

XAXIS_TITLE

[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

YAXIS_TITLE

[string]

Default: “”

If empty, the name of the value field is used. With a single space, the axis title is hidden.

Bar plot

OUTPUT

[html]

기본값: [Save to temporary file]

Specify the HTML file for the plot. One of:

  • 임시 파일로 저장

  • 파일로 저장…

산출물

라벨

이름

유형

설명

Bar plot

OUTPUT

[html]

그래프 HTML 파일. Processing ► Result Viewer 메뉴로 볼 수 있습니다.

파이썬 코드

알고리즘 ID: qgis:barplot

import processing
processing.run("algorithm_id", {parameter_dictionary})

공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.

24.1.14.2. 상자 수염 그림

범주 필드 및 숫자형 레이어 필드에서 상자 수염 그림(box plot) 을 생성합니다.

../../../../_images/box_plot_example.png

그림 24.33 Example of box plot

파라미터

라벨

이름

유형

설명

Input layer

INPUT

[vector: geometry]

입력 벡터 레이어

Category name field

NAME_FIELD

[tablefield: any]

(X축) 상자를 그룹화하는 데 사용할 범주 필드

Value field

VALUE_FIELD

[tablefield: numeric]

(Y축) 그래프에 사용할 값

Additional statistic lines

MSD

[enumeration]

기본값: 0

그래프에 추가할 부가적인 통계 정보입니다. 다음 가운데 하나를 선택할 수 있습니다:

  • 0 — 평균 표시

  • 1 — 표준 편차 표시

  • 2 — 평균 및 표준 편차를 표시하지 않음

Title

Optional

TITLE

[string]

Default: “”

Title of the plot

X-axis Title

Optional

XAXIS_TITLE

[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

YAXIS_TITLE

[string]

Default: “”

If empty, the name of the value field is used. With a single space, the axis title is not shown.

Box plot

OUTPUT

[html]

기본값: [Save to temporary file]

Specify the HTML file for the plot. One of:

  • 임시 파일로 저장

  • 파일로 저장…

산출물

라벨

이름

유형

설명

Box plot

OUTPUT

[html]

그래프 HTML 파일. Processing ► Result Viewer 메뉴로 볼 수 있습니다.

파이썬 코드

알고리즘 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.

../../../../_images/elevation_profile_example.png

그림 24.34 Example of elevation profile

파라미터

Basic parameters

라벨

이름

유형

설명

Profile curve

CURVE

[geometry: line]

The LineString geometry (WKT or GeoJSON) representing the profile curve along which the elevation profile will be generated

Map layers

MAP_LAYERS

[layer] [list]

The list of map layers to include in the elevation profile

Chart width (in pixels)

WIDTH

[numeric: integer]

Default: 400

Minimum value: 0

The width of the output chart in pixels.

Chart height (in pixels)

HEIGHT

[numeric: integer]

Default: 300

Minimum value: 0

The height of the output chart in pixels.

Terrain layer

Optional

TERRAIN_LAYER

[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

MINIMUM_DISTANCE

[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

MAXIMUM_DISTANCE

[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

MINIMUM_ELEVATION

[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

MAXIMUM_ELEVATION

[numeric: double]

The maximum elevation (Y axis) to display on the chart. If not specified, the chart will auto-scale.

Chart text color

Optional

TEXT_COLOR

[color]

The color of the text in the chart (e.g., axis labels, titles).

Chart background color

Optional

BACKGROUND_COLOR

[color]

The background color of the chart.

Chart border color

Optional

BORDER_COLOR

[color]

The color of the chart border.

Profile tolerance

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

DPI

[numeric: integer]

Default: 96

Minimum value: 0

The resolution of the output image in dots per inch (DPI).

Output image

OUTPUT

[file]

기본값: [Save to temporary file]

Specify the image file for the plot. One of:

  • 임시 파일로 저장

  • 파일로 저장…

산출물

라벨

이름

유형

설명

Output image

OUTPUT

[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. 평균 및 표준 편차 그래프

평균 및 표준 편차를 표시하는 상자 수염 그림을 생성합니다.

../../../../_images/mean_stddev_plot_example.png

그림 24.35 Example of mean and standard deviation plot

파라미터

라벨

이름

유형

설명

Input table

INPUT

[vector: geometry]

입력 벡터 레이어

Category name field

NAME_FIELD

[tablefield: any]

(X축) 상자를 그룹화하는 데 사용할 범주 필드

Value field

VALUE_FIELD

[tablefield: numeric]

(Y축) 그래프에 사용할 값

Plot

OUTPUT

[html]

기본값: [Save to temporary file]

Specify the HTML file for the plot. One of:

  • 임시 파일로 저장

  • 파일로 저장…

산출물

라벨

이름

유형

설명

Plot

OUTPUT

[html]

그래프 HTML 파일. Processing ► Result Viewer 메뉴로 볼 수 있습니다.

파이썬 코드

알고리즘 ID: qgis:meanandstandarddeviationplot

import processing
processing.run("algorithm_id", {parameter_dictionary})

공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.

24.1.14.5. 극좌표 그래프

입력 벡터 레이어의 값을 기반으로 극좌표 그래프(polar plot)를 생성합니다.

필드 2개를 파라미터로 입력해야만 합니다. 각 피처에 대해 (피처를 그룹화하기 위한) 범주를 정의하는 필드와 그래프를 그리기 위한 (숫자형이어야 하는) 변수를 가진 필드입니다.

../../../../_images/polar_plot_example.png

그림 24.36 Example of polar plot

파라미터

라벨

이름

유형

설명

Input layer

INPUT

[vector: geometry]

입력 벡터 레이어

Category name field

NAME_FIELD

[tablefield: any]

(X축) 피처를 그룹화하는 데 사용할 범주 필드

Value field

VALUE_FIELD

[tablefield: numeric]

(Y축) 그래프에 사용할 값

Polar plot

OUTPUT

[html]

기본값: [Save to temporary file]

Specify the HTML file for the plot. One of:

  • 임시 파일로 저장

  • 파일로 저장…

산출물

라벨

이름

유형

설명

Polar plot

OUTPUT

[html]

그래프 HTML 파일. Processing ► Result Viewer 메뉴로 볼 수 있습니다.

파이썬 코드

알고리즘 ID: qgis:polarplot

import processing
processing.run("algorithm_id", {parameter_dictionary})

공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.

24.1.14.6. 래스터 레이어 히스토그램

래스터 레이어의 값으로 히스토그램을 생성합니다.

../../../../_images/raster_layer_histogram.png

그림 24.37 Raster layer histogram example

파라미터

라벨

이름

유형

설명

Input layer

INPUT

[raster]

입력 래스터 레이어

Band number

BAND

[raster band]

히스토그램에 사용할 래스터 밴드

number of bins

BINS

[numeric: integer]

기본값: 10

히스토그램에 사용할 (X축) 계급 간격(bin)의 개수. 최소값은 2입니다.

Histogram

OUTPUT

[html]

기본값: [Save to temporary file]

Specify the HTML file for the plot. One of:

  • 임시 파일로 저장

  • 파일로 저장…

산출물

라벨

이름

유형

설명

Histogram

OUTPUT

[html]

그래프 HTML 파일. Processing ► Result Viewer 메뉴로 볼 수 있습니다.

파이썬 코드

알고리즘 ID: qgis:rasterlayerhistogram

import processing
processing.run("algorithm_id", {parameter_dictionary})

공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.

24.1.14.7. 벡터 레이어 히스토그램

벡터 레이어의 속성값으로 히스토그램을 생성합니다.

히스토그램을 계산하는 데 사용할 속성은 숫자형이어야만 합니다.

../../../../_images/vector_layer_histogram.png

그림 24.38 Example of vector layer histogram

파라미터

라벨

이름

유형

설명

Input layer

INPUT

[vector: any]

입력 벡터 레이어

Attribute

FIELD

[tablefield: numeric]

(Y축) 그래프에 사용할 값

number of bins

BINS

[numeric: integer]

기본값: 10

히스토그램에 사용할 (X축) 계급 간격(bin)의 개수. 최소값은 2입니다.

Histogram

OUTPUT

[html]

기본값: [Save to temporary file]

Specify the HTML file for the plot. One of:

  • 임시 파일로 저장

  • 파일로 저장…

산출물

라벨

이름

유형

설명

Histogram

OUTPUT

[html]

그래프 HTML 파일. Processing ► Result Viewer 메뉴로 볼 수 있습니다.

파이썬 코드

알고리즘 ID: qgis:vectorlayerhistogram

import processing
processing.run("algorithm_id", {parameter_dictionary})

공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.

24.1.14.8. 벡터 레이어 산점도

벡터 레이어에 대해 단순 X - Y 산점도(scatter plot) 를 생성합니다.

../../../../_images/vector_scatter_plot_example.png

그림 24.39 Example of vector layer scatterplot

파라미터

라벨

이름

유형

설명

Input layer

INPUT

[vector: geometry]

입력 벡터 레이어

X attribute

XFIELD

[tablefield: numeric]

X축에 사용할 필드

Y attribute

YFIELD

[tablefield: numeric]

Y축에 사용할 필드

Hover text

Optional

HOVERTEXT

[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

TITLE

[string]

Default: “”

Title of the plot

X-axis Title

Optional

XAXIS_TITLE

[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

YAXIS_TITLE

[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

XAXIS_LOG

[boolean]

Default: False

When enabled, uses logarithmic scale for the x-axis

Use logarithmic scale for y-axis

YAXIS_LOG

[boolean]

Default: False

When enabled, uses logarithmic scale for the y-axis

Scatterplot

OUTPUT

[html]

기본값: [Save to temporary file]

Specify the HTML file for the plot. One of:

  • 임시 파일로 저장

  • 파일로 저장…

산출물

라벨

이름

유형

설명

Scatterplot

OUTPUT

[html]

그래프 HTML 파일. Processing ► Result Viewer 메뉴로 볼 수 있습니다.

파이썬 코드

알고리즘 ID: qgis:vectorlayerscatterplot

import processing
processing.run("algorithm_id", {parameter_dictionary})

공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.

24.1.14.9. 벡터 레이어 3차원 산점도

벡터 레이어에 대해 3차원 산점도를 생성합니다.

../../../../_images/scatter3d_plot_example.png

그림 24.40 Example of 3D scatter plot

파라미터

라벨

이름

유형

설명

Input layer

INPUT

[vector: geometry]

입력 벡터 레이어

X attribute

XFIELD

[tablefield: numeric]

X축에 사용할 필드

Y attribute

YFIELD

[tablefield: numeric]

Y축에 사용할 필드

Z attribute

ZFIELD

[tablefield: numeric]

Z축에 사용할 필드

Title

Optional

TITLE

[string]

Default: “”

Title of the plot

X-axis Title

Optional

XAXIS_TITLE

[string]

Default: “”

If empty, the field name of the X attribute is used.

Y-axis Title

Optional

YAXIS_TITLE

[string]

Default: “”

If empty, the field name of the Y attribute is used.

Z-axis Title

Optional

ZAXIS_TITLE

[string]

Default: “”

If empty, the field name of the Z attribute is used.

Scatterplot 3D

OUTPUT

[html]

기본값: [Save to temporary file]

Specify the HTML file for the plot. One of:

  • 임시 파일로 저장

  • 파일로 저장…

산출물

라벨

이름

유형

설명

Scatterplot 3D

OUTPUT

[html]

그래프 HTML 파일. Processing ► Result Viewer 메뉴로 볼 수 있습니다.

파이썬 코드

알고리즘 ID: qgis:scatter3dplot

import processing
processing.run("algorithm_id", {parameter_dictionary})

공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.