Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ This section illustrates the use of PyDPF-Core to post-process the results.
u_stent_mesh = mesh_sco_file
u_stent_mesh.point_data['U_STENT'] = data
u_stent_mesh = mesh_sco_file.point_data_to_cell_data()
u_stent_mesh.title = 'Displacements of the stent'
u_stent_mesh.plot(
scalars='U_STENT',
show_scalar_bar=True,
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nest-asyncio==1.6.0
pandas==2.2.3
plotly==6.1.1
pythreejs==2.4.2
pyvista[jupyter]==0.45.2
pyvista[jupyter]==0.46.3

# Documentation dependencies
Sphinx==8.1.3
Expand Down
Loading