简介
在本实验中,你将学习如何使用 Matplotlib 创建电偶极子的梯度图。你将学习如何创建三角剖分、细化数据以及计算电场。最后,你将绘制三角剖分、等势线和矢量场。
虚拟机使用提示
虚拟机启动完成后,点击左上角切换到“笔记本”标签页,以访问 Jupyter Notebook 进行练习。
有时,你可能需要等待几秒钟让 Jupyter Notebook 完成加载。由于 Jupyter Notebook 的限制,操作验证无法自动化。
如果你在学习过程中遇到问题,随时向 Labby 提问。课程结束后提供反馈,我们将立即为你解决问题。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/DataStructuresGroup(["Data Structures"])
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
matplotlib(("Matplotlib")) -.-> matplotlib/SpecializedPlotsGroup(["Specialized Plots"])
python/BasicConceptsGroup -.-> python/booleans("Booleans")
python/DataStructuresGroup -.-> python/lists("Lists")
python/DataStructuresGroup -.-> python/tuples("Tuples")
python/FunctionsGroup -.-> python/function_definition("Function Definition")
python/FunctionsGroup -.-> python/build_in_functions("Build-in Functions")
matplotlib/SpecializedPlotsGroup -.-> matplotlib/quiver_plots("Quiver Plots")
subgraph Lab Skills
python/booleans -.-> lab-49008{{"使用 Matplotlib 进行电偶极子梯度可视化"}}
python/lists -.-> lab-49008{{"使用 Matplotlib 进行电偶极子梯度可视化"}}
python/tuples -.-> lab-49008{{"使用 Matplotlib 进行电偶极子梯度可视化"}}
python/function_definition -.-> lab-49008{{"使用 Matplotlib 进行电偶极子梯度可视化"}}
python/build_in_functions -.-> lab-49008{{"使用 Matplotlib 进行电偶极子梯度可视化"}}
matplotlib/quiver_plots -.-> lab-49008{{"使用 Matplotlib 进行电偶极子梯度可视化"}}
end