notebook icon indicating copy to clipboard operation
notebook copied to clipboard

some problem with scatter and annotate

Open orena1 opened this issue 9 years ago • 2 comments
trafficstars

When I run this example,

from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))

%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:

image

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

image

Thanks..

orena1 avatar Aug 21 '16 12:08 orena1

@Carreau Any ideas?

gnestor avatar Sep 14 '16 02:09 gnestor

Hum...not from the top of my head.... Assigning myself I'll have a look next week.

Carreau avatar Sep 14 '16 14:09 Carreau