In [1]:
x, y = var('x y')
S = sphere((0,0,0),size=0.3, color='red', aspect_ratio=[1,1,1])
show(S, figsize=8)
In [ ]: