We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b18d2a commit 117bb5bCopy full SHA for 117bb5b
doc/source/technology_showcase_examples/techdemo-25/ex_25-tecstent.rst
@@ -501,7 +501,6 @@ This section illustrates the use of PyDPF-Core to post-process the results.
501
u_stent_mesh = mesh_sco_file
502
u_stent_mesh.point_data['U_STENT'] = data
503
u_stent_mesh = mesh_sco_file.point_data_to_cell_data()
504
- u_stent_mesh.title = 'Displacements of the stent'
505
u_stent_mesh.plot(
506
scalars='U_STENT',
507
show_scalar_bar=True,
requirements/requirements_doc.txt
@@ -5,7 +5,7 @@ nest-asyncio==1.6.0
5
pandas==2.2.3
6
plotly==6.1.1
7
pythreejs==2.4.2
8
-pyvista[jupyter]==0.45.2
+pyvista[jupyter]==0.46.3
9
10
# Documentation dependencies
11
Sphinx==8.1.3
0 commit comments