PLT.

# open a ssh seession in putty or moboxterm in parallel with vs code by:
ssh -X user@remote 
# then in vs code seesion terminal include: 
export DISPLAY=localhost:10.0 
## then run the .py file containing plt.show()...you would be able to see the plot!!
WIP