Skip to content

how to handle a figure #207

Answered by jason-bentley
ryo3ryosuu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ryo3ryosuu welcome to FACET discussions and thanks for your questions!

As the matrixplots and dendrograms are plotted using matplotlib, figure modifications can be performed as they would for any matplotlib plot. In the case of figure sizes there is a long standing thread on stackexchange here as a good starting place and for saving matplotlib figures you can see the documentation here. One solution applying this to FACET inspection plots is provided below.

Thanks!


After fitting your LearnerInspector() and for example, extracting the synergy matrix:

from pytools.viz.matrix import MatrixDrawer
synergy_matrix = inspector.feature_synergy_matrix()

you can set the figure size as shown bef…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jason-bentley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants