Entering edit mode
4.2 years ago
sidrah.maryam
▴
60
Hello!
I have to generate raster plot. I have a matrix with time and trial information. Plotting can be done in any of these languages(R, PYTHON, MATLAB) Can anyone please help.
Any help is highly appreciated.
Please show us that you have invested your own effort in this task.
https://ggplot2.tidyverse.org/reference/geom_tile.html
Here's a solution for MATLAB:
The concept of a raster plot is in of itself quite general, so you could also look at this tutorial for R and adapt it to your data. Or well, this is probably actually what you're looking for.
This also seems useful.
Thanks a lot for your suggestions. It helped.