matplotlib deprecationwarning
- Dominant language
- Python
- Stars
- 26
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
```
colicoords\iplot.py:825
C:\Users\jhs\Programming\cc_dev_new\colicoords\iplot.py:825: DeprecationWarning: invalid escape sequence \m
xunits = 'norm' if norm_x else '$\mu m$'
colicoords\fileIO.py:152
C:\Users\jhs\Programming\cc_dev_new\colicoords\fileIO.py:152: DeprecationWarning: invalid escape sequence \[
names = [re.sub("[\[].*?[\]]", '', s).replace('"', '').strip() for s in line.split(delimiter)]
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting colicoords/iplot.py at line 825 and colicoords/fileIO.py at line 152, where the reported DeprecationWarnings originate. Reproduce the warnings and verify that they no longer appear while preserving the existing unit-label and header-name behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100