Важно
Translation is a community effort you can join. This page is currently translated at 50.93%.
28.1.11. Plots
28.1.11.1. Bar plot
Creates a bar plot from a category and a layer field.
Параметры
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Исходный слой |
|
[vector: any] |
Input vector layer |
Category field name |
|
[tablefield: any] |
Categorical field to use for grouping the bars (X axis) |
Value field |
|
[tablefield: any] |
Value to use for the plot (Y axis). |
Bar plot |
|
[html] По умолчанию: |
Specify the HTML file for the plot. One of:
|
Результаты
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Bar plot |
|
[html] |
HTML file with the plot. Available in the . |
Код на Python
Algorithm ID: qgis:barplot
import processing
processing.run("algorithm_id", {parameter_dictionary})
ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.
28.1.11.2. Box plot
Creates a box plot from a category field and a numerical layer field.
Параметры
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Исходный слой |
|
[vector: any] |
Input vector layer |
Category name field |
|
[tablefield: any] |
Categorical field to use for grouping the boxes (X axis) |
Value field |
|
[tablefield: any] |
Value to use for the plot (Y axis). |
Additional statistic lines |
|
[enumeration] Default: 0 |
Additional statistics information to add to the plot. One of:
|
Box plot |
|
[html] По умолчанию: |
Specify the HTML file for the plot. One of:
|
Результаты
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Box plot |
|
[html] |
HTML file with the plot. Available in the . |
Код на Python
Algorithm ID: qgis:boxplot
import processing
processing.run("algorithm_id", {parameter_dictionary})
ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.
28.1.11.3. Mean and standard deviation plot
Creates a box plot with mean and standard deviation values.
Параметры
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Input table |
|
[vector: any] |
Input vector layer |
Category name field |
|
[tablefield: any] |
Categorical field to use for grouping the boxes (X axis) |
Value field |
|
[tablefield: any] |
Value to use for the plot (Y axis). |
Plot |
|
[html] По умолчанию: |
Specify the HTML file for the plot. One of:
|
Результаты
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Plot |
|
[html] |
HTML file with the plot. Available in the . |
Код на Python
Algorithm ID: qgis:meanandstandarddeviationplot
import processing
processing.run("algorithm_id", {parameter_dictionary})
ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.
28.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).
Параметры
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Исходный слой |
|
[vector: any] |
Input vector layer |
Category name field |
|
[tablefield: any] |
Categorical field to use for grouping the features (X axis) |
Value field |
|
[tablefield: any] |
Value to use for the plot (Y axis). |
Polar plot |
|
[html] По умолчанию: |
Specify the HTML file for the plot. One of:
|
Результаты
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Polar plot |
|
[html] |
HTML file with the plot. Available in the . |
Код на Python
Algorithm ID: qgis:polarplot
import processing
processing.run("algorithm_id", {parameter_dictionary})
ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.
28.1.11.5. Raster layer histogram
Generates a histogram with the values of a raster layer.
Параметры
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Исходный слой |
|
[растр] |
Input raster layer |
Номер канала |
|
[канал растра] |
Raster band to use for the histogram |
number of bins |
|
[number] Default: 10 |
The number of bins to use in the histogram (X axis). Minimum 2. |
Histogram |
|
[html] По умолчанию: |
Specify the HTML file for the plot. One of:
|
Результаты
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Histogram |
|
[html] |
HTML file with the plot. Available in the . |
Код на Python
Algorithm ID: qgis:rasterlayerhistogram
import processing
processing.run("algorithm_id", {parameter_dictionary})
ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.
28.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.
Параметры
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Исходный слой |
|
[vector: any] |
Input vector layer |
Attribute |
|
[tablefield: any] |
Value to use for the plot (Y axis). |
number of bins |
|
[number] Default: 10 |
The number of bins to use in the histogram (X axis). Minimum 2. |
Histogram |
|
[html] По умолчанию: |
Specify the HTML file for the plot. One of:
|
Результаты
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Histogram |
|
[html] |
HTML file with the plot. Available in the . |
Код на Python
Algorithm ID: qgis:vectorlayerhistogram
import processing
processing.run("algorithm_id", {parameter_dictionary})
ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.
28.1.11.7. Vector layer scatterplot
Creates a simple X
- Y
scatter plot for a vector layer.
Параметры
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Исходный слой |
|
[vector: any] |
Input vector layer |
X attribute |
|
[tablefield: any] |
Field to use for the X axis |
Y attribute |
|
[tablefield: any] |
Field to use for the Y axis |
Scatterplot |
|
[html] По умолчанию: |
Specify the HTML file for the plot. One of:
|
Результаты
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Scatterplot |
|
[html] |
HTML file with the plot. Available in the . |
Код на Python
Algorithm ID: qgis:vectorlayerscatterplot
import processing
processing.run("algorithm_id", {parameter_dictionary})
ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.
28.1.11.8. Vector layer scatterplot 3D
Creates a 3D scatter plot for a vector layer.
Параметры
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Исходный слой |
|
[vector: any] |
Input vector layer |
X attribute |
|
[tablefield: any] |
Field to use for the X axis |
Y attribute |
|
[tablefield: any] |
Field to use for the Y axis |
Z attribute |
|
[tablefield: any] |
Field to use for the Z axis |
Histogram |
|
[html] По умолчанию: |
Specify the HTML file for the plot. One of:
|
Результаты
Ярлык |
Имя |
Тип |
Описание |
---|---|---|---|
Histogram |
|
[html] |
HTML file with the plot. Available in the . |
Код на Python
Algorithm ID: qgis:scatter3dplot
import processing
processing.run("algorithm_id", {parameter_dictionary})
ID алгоритма отображается при наведении мыши на алгоритм в Инструментах анализа. Словарь parameter dictionary содержит ключи параметров и их значения. См. Изпользование алгоритмов геообработки в консоли для детального описания того, как запускать алгоритмы анализа из консоли Python.