8000 MISC: species distribution example plotted · seckcoder/scikit-learn@a3df4fb · GitHub
[go: up one dir, main page]

Skip to content

Commit a3df4fb

Browse files
committed
MISC: species distribution example plotted
We want the example figure in the documentation
1 parent 446e781 commit a3df4fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/applications/plot_species_distribution_modeling.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,5 @@ def plot_species_distribution(species=["bradypus_variegatus_0",
206206
print "\ntime elapsed: %.2fs" % (time() - t0)
207207

208208

209-
if __name__ == '__main__':
210-
plot_species_distribution()
211-
pl.show()
209+
plot_species_distribution()
210+
pl.show()

0 commit comments

Comments
 (0)
0