Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ytarazona authored Sep 2, 2020
1 parent 095f406 commit f00fab1
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 f00fab1

Please sign in to comment.