Skip to content

Commit 15a5d91

Browse files
committedMay 16, 2018
[processing] improve polar plot algorithm help (fix #16679)
1 parent 1783394 commit 15a5d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/help/qgis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ qgis:pointstopath:
327327
qgis:polarplot: >
328328
This algorithm generates a polar plot based on the value of an input vector layer.
329329

330-
Two fields must be entered as parameters: one that define the category each feature two (to group features) and another one with the variable to plot (this has to be a numeric one)
330+
Two fields must be entered as parameters: one that define the category (to group features) and another one with the variable to plot (this has to be a numeric one)
331331

332332
qgis:poleofinaccessibility: >
333333
This algorithm calculates the pole of inaccessibility for a polygon layer, which is the most distant internal point from the boundary of the surface. This algorithm uses the 'polylabel' algorithm (Vladimir Agafonkin, 2016), which is an iterative approach guaranteed to find the true pole of inaccessibility within a specified tolerance (in layer units). More precise tolerances require more iterations and will take longer to calculate.

0 commit comments

Comments
 (0)
Please sign in to comment.