some problem with scatter and annotate
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
When I run this example,
``` python
from IPython.core.display import display, HTML
display(HTML(".container { width:100% !important; }"))
%pylab
%matplotlib inline
#mpl.rcParams['ytick.labelsize']='large'
matplotlib.rcParams.update({'font.size': 15})
StandFreq = 6666; DevFreq = 9600
scatter([0],[0],marker='|')
annotate('d',(5550,600),color='green')
```
this is the result that I get:

When I do not use the annotate function I get a correct scatter:

Thanks..
Contributor guide
Research direction
Run the provided Python example in Jupyter Notebook with matplotlib first, then compare the scatter-only and annotate cases and inspect the rendered output. The issue is done when the rendering difference is explained and a regression test or documented resolution covers the expected plot behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, matplotlib, python
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100