-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestproblem level 2 - experiencedSlightly more implementation heavy issues, beyond the basics.Slightly more implementation heavy issues, beyond the basics.
Description
Issue
- We have a lot of codes using matplotlib, but almost all of them are Cartesian based Graphs
- Although we will rarely encounter Polar graphs in most Data Science Applications, Polar Graphs hold importance in more abstract and Mathematical Applications.
- As such Adding a bit of code to showcase that is needed
Describe the solution you'd like
- Rather than just list a bunch of functions that make a Polar graph, it would be nicer if a use case was also provided.
- Perhaps a dataset is loaded from python or it is downloaded as csv
- Or maybe we can tie in numpy/sympy where Polar graphs may be of use in special cases
- Instead of a single file code may be divided in 2-3 files, but valid reason is needed for this.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Expected modules
- matplotlib
- (Optional) numpy
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestproblem level 2 - experiencedSlightly more implementation heavy issues, beyond the basics.Slightly more implementation heavy issues, beyond the basics.