📜  plt .show matplotlib 远程 vscode - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:36.460000             🧑  作者: Mango

代码示例1
# 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!!