#How would I go about making image plots?
7 messages · Page 1 of 1 (latest)
- Do you want a shared colormap ?
- is your data source images or do you need a plot tool to get the image ?
Because if you only have images you can put figures into a grid environment
My data source is actually np arrays but I can easily get it into text format. Its matrices.
So I have .npy files data containn 2 dimensional arrays to clarify.
For the time being I'd recommend you create it with another tool and import to typst as an image
alright thanks!