Ważne

Tłumaczenie jest wysiłkiem społeczności QGISa przyłącz się. Ta strona jest obecnie przetłumaczona w 65.53%.

24.1.11. Wydruki

24.1.11.1. Bar plot

Creates a bar plot from a category and a layer field.

Parametry

Etykieta

Nazwa

Typ

Opis

Warstwa wejściowa

INPUT

[vector: geometry]

Input vector layer

Category field name

NAME_FIELD

[tablefield: any]

Categorical field to use for grouping the bars (X axis)

Value field

VALUE_FIELD

[tablefield: any]

Value to use for the plot (Y axis).

Bar plot

OUTPUT

[html]

Domyślnie: [Zapisz do pliku tymczasowego]

Specify the HTML file for the plot. One of:

  • Zapisz do pliku tymczasowego

  • Zapisz do pliku…

Wyniki

Etykieta

Nazwa

Typ

Opis

Bar plot

OUTPUT

[html]

HTML file with the plot. Available in the Processing ► Result Viewer.

Kod pythona

ID algorytmu: qgis:barplot

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

The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Using processing algorithms from the console for details on how to run processing algorithms from the Python console.

24.1.11.2. Box plot

Creates a box plot from a category field and a numerical layer field.

Parametry

Etykieta

Nazwa

Typ

Opis

Warstwa wejściowa

INPUT

[vector: geometry]

Input vector layer

Category name field

NAME_FIELD

[tablefield: any]

Categorical field to use for grouping the boxes (X axis)

Value field

VALUE_FIELD

[tablefield: any]

Value to use for the plot (Y axis).

Additional statistic lines

MSD

[wyliczenie]

Domyślnie: 0

Additional statistics information to add to the plot. One of:

  • 0 — Show Mean

  • 1 — Show Standard Deviation

  • 2 — Don’t show mean and standard deviation

Box plot

OUTPUT

[html]

Domyślnie: [Zapisz do pliku tymczasowego]

Specify the HTML file for the plot. One of:

  • Zapisz do pliku tymczasowego

  • Zapisz do pliku…

Wyniki

Etykieta

Nazwa

Typ

Opis

Box plot

OUTPUT

[html]

HTML file with the plot. Available in the Processing ► Result Viewer.

Kod pythona

ID algorytmu: qgis:boxplot

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

The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Using processing algorithms from the console for details on how to run processing algorithms from the Python console.

24.1.11.3. Mean and standard deviation plot

Creates a box plot with mean and standard deviation values.

Parametry

Etykieta

Nazwa

Typ

Opis

Input table

INPUT

[vector: geometry]

Input vector layer

Category name field

NAME_FIELD

[tablefield: any]

Categorical field to use for grouping the boxes (X axis)

Value field

VALUE_FIELD

[tablefield: numeric]

Value to use for the plot (Y axis).

Plot

OUTPUT

[html]

Domyślnie: [Zapisz do pliku tymczasowego]

Specify the HTML file for the plot. One of:

  • Zapisz do pliku tymczasowego

  • Zapisz do pliku…

Wyniki

Etykieta

Nazwa

Typ

Opis

Plot

OUTPUT

[html]

HTML file with the plot. Available in the Processing ► Result Viewer.

Kod pythona

ID algorytmu: qgis:meanandstandarddeviationplot

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

The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Using processing algorithms from the console for details on how to run processing algorithms from the Python console.

24.1.11.4. Polar plot

Generates a polar plot based on the value of an input vector layer.

Two fields must be entered as parameters: one that defines the category each feature (to group features) and another one with the variable to plot (this has to be a numeric one).

Parametry

Etykieta

Nazwa

Typ

Opis

Warstwa wejściowa

INPUT

[vector: geometry]

Input vector layer

Category name field

NAME_FIELD

[tablefield: any]

Categorical field to use for grouping the features (X axis)

Value field

VALUE_FIELD

[tablefield: numeric]

Value to use for the plot (Y axis).

Polar plot

OUTPUT

[html]

Domyślnie: [Zapisz do pliku tymczasowego]

Specify the HTML file for the plot. One of:

  • Zapisz do pliku tymczasowego

  • Zapisz do pliku…

Wyniki

Etykieta

Nazwa

Typ

Opis

Polar plot

OUTPUT

[html]

HTML file with the plot. Available in the Processing ► Result Viewer.

Kod pythona

ID algorytmu: qgis:polarplot

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

The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Using processing algorithms from the console for details on how to run processing algorithms from the Python console.

24.1.11.5. Raster layer histogram

Generates a histogram with the values of a raster layer.

Parametry

Etykieta

Nazwa

Typ

Opis

Warstwa wejściowa

INPUT

[raster]

Input raster layer

Band number

BAND

[raster band]

Raster band to use for the histogram

number of bins

BINS

[numeric: integer]

Domyślnie: 10

The number of bins to use in the histogram (X axis). Minimum 2.

Histogram

OUTPUT

[html]

Domyślnie: [Zapisz do pliku tymczasowego]

Specify the HTML file for the plot. One of:

  • Zapisz do pliku tymczasowego

  • Zapisz do pliku…

Wyniki

Etykieta

Nazwa

Typ

Opis

Histogram

OUTPUT

[html]

HTML file with the plot. Available in the Processing ► Result Viewer.

Kod pythona

ID algorytmu: qgis:rasterlayerhistogram

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

The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Using processing algorithms from the console for details on how to run processing algorithms from the Python console.

24.1.11.6. Vector layer histogram

Generates a histogram with the values of the attribute of a vector layer.

The attribute to use for computing the histogram must be numeric.

Parametry

Etykieta

Nazwa

Typ

Opis

Warstwa wejściowa

INPUT

[vector: any]

Input vector layer

Atrybut

FIELD

[tablefield: numeric]

Value to use for the plot (Y axis).

number of bins

BINS

[numeric: integer]

Domyślnie: 10

The number of bins to use in the histogram (X axis). Minimum 2.

Histogram

OUTPUT

[html]

Domyślnie: [Zapisz do pliku tymczasowego]

Specify the HTML file for the plot. One of:

  • Zapisz do pliku tymczasowego

  • Zapisz do pliku…

Wyniki

Etykieta

Nazwa

Typ

Opis

Histogram

OUTPUT

[html]

HTML file with the plot. Available in the Processing ► Result Viewer.

Kod pythona

ID algorytmu: qgis:vectorlayerhistogram

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

The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Using processing algorithms from the console for details on how to run processing algorithms from the Python console.

24.1.11.7. Vector layer scatterplot

Creates a simple X - Y scatter plot for a vector layer.

Parametry

Etykieta

Nazwa

Typ

Opis

Warstwa wejściowa

INPUT

[vector: geometry]

Input vector layer

X attribute

XFIELD

[tablefield: any]

Field to use for the X axis

Y attribute

YFIELD

[tablefield: any]

Field to use for the Y axis

Scatterplot

OUTPUT

[html]

Domyślnie: [Zapisz do pliku tymczasowego]

Specify the HTML file for the plot. One of:

  • Zapisz do pliku tymczasowego

  • Zapisz do pliku…

Wyniki

Etykieta

Nazwa

Typ

Opis

Scatterplot

OUTPUT

[html]

HTML file with the plot. Available in the Processing ► Result Viewer.

Kod pythona

ID algorytmu: qgis:vectorlayerscatterplot

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

The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Using processing algorithms from the console for details on how to run processing algorithms from the Python console.

24.1.11.8. Vector layer scatterplot 3D

Creates a 3D scatter plot for a vector layer.

Parametry

Etykieta

Nazwa

Typ

Opis

Warstwa wejściowa

INPUT

[vector: geometry]

Input vector layer

X attribute

XFIELD

[tablefield: any]

Field to use for the X axis

Y attribute

YFIELD

[tablefield: any]

Field to use for the Y axis

Z attribute

ZFIELD

[tablefield: any]

Field to use for the Z axis

Histogram

OUTPUT

[html]

Domyślnie: [Zapisz do pliku tymczasowego]

Specify the HTML file for the plot. One of:

  • Zapisz do pliku tymczasowego

  • Zapisz do pliku…

Wyniki

Etykieta

Nazwa

Typ

Opis

Histogram

OUTPUT

[html]

HTML file with the plot. Available in the Processing ► Result Viewer.

Kod pythona

ID algorytmu: qgis:scatter3dplot

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

The algorithm id is displayed when you hover over the algorithm in the Processing Toolbox. The parameter dictionary provides the parameter NAMEs and values. See Using processing algorithms from the console for details on how to run processing algorithms from the Python console.