scikit-rf

figure_1

Scikit-rf is a package for RF/Microwave engineering implemented in the Python programming language.

import skrf as rf
ntwk = rf.Network(rf.data.pwd+'/ring slot.s2p')
ntwk.plot_s_smith()

vectorBridge14

Actually, these two figures are essentially the same in a sense that a reflection coefficient (the vector in green in the latter case) is plotted on a complex plane.