mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-30 00:07:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			193 B
		
	
	
	
		
			R
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			193 B
		
	
	
	
		
			R
		
	
	
	
	
	
| ##[Example scripts]=group
 | |
| ##Layer = raster
 | |
| ##no_data_value = number 0
 | |
| ##breaks = number 100
 | |
| ##color = string red
 | |
| ##showplots
 | |
| NAvalue(Layer) = no_data_value
 | |
| hist(Layer, breaks=breaks,col=color)
 |