Functions that undo other functions - legend
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 15
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
In #206 we added a nice feature that log and exp don't stack up the name in the legend but cancel each other out. There are probably other functions that we should do this for. Rather than writing it in line, like we did in #206, we can create a function list and record their cancelling functions.
Comes from #206
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing issue #206 and the implementation that prevents log and exp from stacking in the legend. Trace where function names are added to the legend, then identify a suitable function list for cancellation pairs. Done means the existing log/exp behavior remains correct and additional confirmed cancelling functions no longer accumulate redundant legend names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100