DescriptionDistribution of Number of Species per Genus in all plant genera.png
English: Distribution of species across various genera. Each point represents a bin of a certain range of species count.
Data from World Flora Online Plant List June 2023. https://zenodo.org/record/8079052
To reproduce, download the `classification.csv` file, then run
```python
import pandas as pd
import matplotlib.pyplot as plt
import numpy as np
Open the file with 'utf-8' encoding and 'replace' error handling
with open('classification.csv', 'r', encoding='latin1') as file:
df = pd.read_csv(file, delimiter='\t')
Group by 'genus' and count the number of species in each genus
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.
Please help improve this media file by adding it to one or more categories, so it may be associated with related media files (how?), and so that it can be more easily found.
Please notify the uploader with
{{subst:Please link images|File:Distribution of Number of Species per Genus in all plant genera.png}} ~~~~
Captions
Add a one-line explanation of what this file represents