Welcome to Knowage Q&A

Here you can read the Q&A history.

To get new community support please go to GitHub discussions (KnowageLabs/Knowage-Server · Discussions · GitHub).

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)
...