Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view
Hello,

when using multiple subplots for an image in the function catalogue they become very small.

Is there an option to scale them or let the resulting plot use the whole screen?

Thanks.

Btw I'm using Python as the language for scripting in the function catalogue.
Environment Knowage 6.11 Debian9
in Data Mining by (710 points)

1 Answer

0 votes

I would suggest you to look and exploit the PyPlot API for this: https://matplotlib.org/api/pyplot_api.html

You will likely find something there.

by (15.2k points)
...