version: 2024.3+git.0ff725ad
About
Documentation
Development
General Information
Possible Topics
Developer Guide
Gallery
Connections
News
Downloads
Source Code
Mailing list
Bug/issue tracking
The Paper
Docs: latest release
SfePy
Development
Developer Guide
sfepy.base.plotutils module
View page source
sfepy.base.plotutils module
¶
sfepy.base.plotutils.
font_size
(
size
)
[source]
¶
sfepy.base.plotutils.
iplot
(
*
args
,
**
kwargs
)
[source]
¶
sfepy.base.plotutils.
plot_matrix_diff
(
mtx1
,
mtx2
,
delta
,
legend
,
mode
)
[source]
¶
sfepy.base.plotutils.
print_matrix_diff
(
title
,
legend
,
mtx1
,
mtx2
,
mtx_da
,
mtx_dr
,
iis
)
[source]
¶
sfepy.base.plotutils.
set_axes_font_size
(
ax
,
size
)
[source]
¶
sfepy.base.plotutils.
spy
(
mtx
,
eps
=
None
,
color
=
'b'
,
**
kwargs
)
[source]
¶
Show sparsity structure of a
scipy.sparse
matrix.
sfepy.base.plotutils.
spy_and_show
(
mtx
,
**
kwargs
)
[source]
¶