Review plotting code so that `matplotlib.use('agg')` is not needed
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 29
- Forks
- 11
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 11
Description
Occasionally I find that it's necessary to use matplotlib.use('agg') to avoid errors with wind-up plotting. It doesn't feel like this should be necessary. For example I occasionally was seeing XIO: fatal IO error ... in linux but adding matplotlib.use('agg') in my script which used wind-up fixed the problem.
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
The issue names no files or tests. Start by locating wind-up's plotting entry points and reproducing the Linux XIO error with and without matplotlib.use('agg'). Done means wind-up plotting works without requiring callers to add that workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100