Skip to content

Commit 9d1f8e9

Browse files
committed
feat: added plot_model(), loads now plot color according to load case
1 parent d018733 commit 9d1f8e9

File tree

4 files changed

+571
-50
lines changed

4 files changed

+571
-50
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
requires-python = ">=3.10"
1010
dependencies = [
1111
"ipykernel>=6.29.5",
12-
"plotly-3d-primitives>=0.2.1",
12+
"plotly-3d-primitives>=0.4.0",
1313
]
1414

1515
[build-system]
@@ -21,6 +21,6 @@ dev = [
2121
"ipykernel>=6.29.5",
2222
"nbformat>=5.10.4",
2323
"pandas>=2.2.3",
24-
"pynitefea>=0.0.96",
24+
"pynitefea>=1.0",
2525
"scipy>=1.14.1",
2626
]

src/pynite_plotly/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44
__version__ = "0.3.0"
55

6-
from pynite_plotly.rendering import Renderer
6+
from pynite_plotly.rendering import Renderer, plot_model

0 commit comments

Comments
 (0)