Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ytarazona/forestools
Browse files Browse the repository at this point in the history
  • Loading branch information
ytarazona committed Sep 3, 2020
2 parents 953a0f3 + f00fab1 commit 10abcf8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/APROGIS?locale.x=es_XC)
[![PyPI version](https://badge.fury.io/py/forestools.svg)](https://badge.fury.io/py/forestools)

# forestools

Expand Down Expand Up @@ -186,7 +187,7 @@ from forestools import plot
from pylab import rcParams
rcParams['figure.figsize'] = 15, 7

# Let´s plot the graphic
# Let´s plot the graphic
plot(cd, title = 'Non-seasonal detection approach', xlabel = 'Index', ylabel = 'NDFI')
```
The output:
Expand Down Expand Up @@ -265,7 +266,7 @@ from forestools import plot
from pylab import rcParams
rcParams['figure.figsize'] = 15, 7

# Let´s plot the graphic
# Let´s plot the graphic
plot(cd, title = 'Non-seasonal detection approach', xlabel = 'Index', ylabel = 'NDFI')
```
The output:
Expand Down

0 comments on commit 10abcf8

Please sign in to comment.