Code:
b=qt.Bloch(axes=a)
pnt = [px[:],py[:],pz[:]]
b.add_points(pnt)
# b.fig = plt.subplot(326)
plt.title('Bloch sphere')
This code creates small onset figure, but it is empty. See screenshot of the result
Showing Bloch sphere as a separate figure works fine.