File:Nahrungszusammensetzung Wolf.svg
Summary
| Description |
English: Nutrition of the wolf of Lusatia. Data source: http://www.wolfsregion-lausitz.de/nahrungszusammensetzung Deutsch: Nahrungszusammensetzung der Wolfes in der Lausitz. Datenquelle: http://www.wolfsregion-lausitz.de/nahrungszusammensetzung
Created using python. import matplotlib
import matplotlib.pyplot as plt
matplotlib.rcParams['svg.fonttype'] = 'none'
labels = [u'sonstige (1,17%)','Haustiere (0,75%)','Hasenartige (3,9%)','Wildschwein (18,28%)','Mufflon (0,64%)','Damhirsch (1,92%)', 'Rothirsch (21,29%)','Reh (52,6%)']
sizes = [0.13+0.2+0.02+0.07,0.75,3.9,18.28, 0.64,1.92, 21.29, 52.6]
colors = ['#79ff79','#00f5ea','#8080ff','#ff7a53','#ff9f55','#ffcc50','#ffe357','#ffff65']
plt.pie(sizes, labels=labels, colors=colors,shadow=False,startangle=-35)
plt.axis('equal')
plt.show()
|
| Date | |
| Source | Own work |
| Author | Fjalnes |
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.