Replies: 2 comments 2 replies
-
@CasperJaa
Now, you need to get the axes from the object
This is what I got: Also, you may want to wait for @rasbt response. He knows better :) |
Beta Was this translation helpful? Give feedback.
-
The code for this is quite involved, and it would actually be quite tricky to do that in matplotlib after calling the function (maybe impossible). I would suggest to adjust the size of the text in post processing via a vector graphics editor. Or, you can create a custom version of the plotting function; I think this is the line that you'd need to change: https://github.com/rasbt/mlxtend/blob/master/mlxtend/plotting/pca_correlation_graph.py#L172 |
Beta Was this translation helpful? Give feedback.
-
Hi, I've recently used the plot_pca_correlation_graph but I haven't found a way to change the font size of the attribute names and the graph is relatively difficult to read currently.
Beta Was this translation helpful? Give feedback.
All reactions