You will then have to plot it from a script.
See Example usages here:
http://www.quantumwise.com/documents/manuals/latest/ReferenceManual/index.html/ref.electrostaticdifferencepotential.html
http://www.quantumwise.com/documents/manuals/latest/ReferenceManual/index.html/ref.electrondifferencedensity.html
basically you are looking for this:
for i in range(shape[2]):
print dz*i, v_z[i]