ansys / pymapdl

Pythonic interface to MAPDL
https://mapdl.docs.pyansys.com
MIT License
423 stars 120 forks source link

example in nplot() documentation broken #1158

Closed natter1 closed 2 years ago

natter1 commented 2 years ago

https://mapdldocs.pyansys.com/api/_autosummary/ansys.mapdl.core.Mapdl.nplot.html#ansys.mapdl.core.Mapdl.nplot

Example is broken:

mapdl.nplot(
    plot_bc=True,
    plot_labels=True,
    bc_labels="mechanical",
)

plot_labels -> plot_bc_labels

akaszynski commented 2 years ago

Thanks for pointing that out!