Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1415 from fsdias/fixe_dotlplot2
[processing] Fix dotplot
  • Loading branch information
volaya committed Jun 1, 2014
2 parents 779bf5f + 7b192fc commit 79edbc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions python/plugins/processing/algs/r/scripts/Dotplot.rsx
@@ -1,4 +1,5 @@
##Vector processing=group
##Layer = raster
##Layer = vector
##showplots
hist(as.matrix(Layer),main="Histogram",xlab="Layer")
##Field=Field Layer
dotchart(Layer[[Field]],main=paste("Dotplot of",Field),xlab=paste(Field),ylab="Observation number")
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/r/scripts/Dotplot.rsx.help
Expand Up @@ -9,7 +9,7 @@ VA numeric field.
p4
sS'ALG_DESC'
p5
VThis tool creates a dotplot of the input numeric field using the function dotchart().\u000a
VThis tool uses dotchart() to create a dotplot using the values from a numeric field.\u000a
p6
sS'Layer'
p7
Expand Down

0 comments on commit 79edbc2

Please sign in to comment.