trace = go.scatter ( x = [ 1, 2, 3 ] , y = [ 1, 2, 3 ... getting started 1. install in the terminal...

Post on 07-Mar-2018

219 Views

Category:

Documents

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

plot_url = py.plot ( fig )In the terminal:

py.iplot ( fig )Or in the IPython notebook:

trace = go.Scatter (x = [ 1, 2, 3 ] , y = [ 1, 2, 3 ] ,

size = [ 30, 80, 200 ] ) ,‘green’ ]

mode = ‘markers’ )py.iplot ( [ trace ] )

marker = dict (color = [ ‘red’, ‘blue’ ,

trace = dict (

lon = [ 100, 400 ] , lat = [ 0, 0] ,

size = [ 30, 50 ] ) ,mode = ‘markers’ )

py.iplot ( [ trace ] )

marker = dict (marker = [ ‘red’, ‘blue’ ]

type = ‘scattergeo’ ,

top related