Skip to content

Commit

Permalink
update to v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yexiang1992 committed Apr 14, 2023
1 parent f665fbf commit 294e26a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

v0.7.3
--------------------
- Added the quick visualization function :py:func:`opstool.vis.plot_model` and :py:func:`opstool.vis.plot_eigen`
- Added the quick visualization functions :py:func:`opstool.vis.plot_model` and :py:func:`opstool.vis.plot_eigen`
- Updated class :class:`opstool.analysis.SmartAnalyze`
- Updated args `show_beam_sec` and `beam_sec_paras` in :py:meth:`opstool.vis.OpsVisPyvista.model_vis`.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/src/_vis_mod_vis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Here are some guidelines on model visualization and fiber section visualization.
Quick Model and Eigenmodes Visualization
=========================================

In addition, ``opstool`` provides functions ``plot_model`` and ``plot_eigen`` to quickly plot model and eigenmodes,
In addition, ``opstool`` provides functions :py:func:`~opstool.vis.plot_model` and :py:func:`~opstool.vis.plot_eigen` to quickly plot model and eigenmodes,
which can reduce your code work.

Example
Expand Down
1 change: 1 addition & 0 deletions doc/source/src/opstool_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Model Visualization

.. toctree::
:maxdepth: 1

api/vis.quick_plot
api/vis.GetFEMdata
api/vis.OpsVisPlotly
Expand Down

0 comments on commit 294e26a

Please sign in to comment.