Computational Physics With Python - UNIOS

a variable, Python looks at the appropriate memory bin and pulls out those contents. When Python gets our second line In [2]: y = x+3 It pulls out the xarray, adds three to everything in that array, puts the resulting array in another memory bin, and makes ypoint to that new bin. The plot command plot(x,y,’rx’) creates a new gure window if none ................
................