-
-
Notifications
You must be signed in to change notification settings - Fork 73
Add a stacked horizontal bar plot #274
Copy link
Copy link
Open
Labels
✨ goal: improvementImprovement to an existing featureImprovement to an existing feature💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🚦 status: awaiting triageHas not been triaged & therefore, not ready for workHas not been triaged & therefore, not ready for work🟩 priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushed
Metadata
Metadata
Assignees
Labels
✨ goal: improvementImprovement to an existing featureImprovement to an existing feature💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🚦 status: awaiting triageHas not been triaged & therefore, not ready for workHas not been triaged & therefore, not ready for work🟩 priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushed
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
Status
Backlog
Problem
Description
This aims to implement a stacked horizontal bar plot function in plot.py, this will better visualize CC0_RECORDS and CC0_RECORDS_WITH_CC0_MEDIA.
We can easily identify the percentage of records without media and with media on same graph.
Example of visuals: stacked bar chart
Implementation