Plot image() like an example in Python

I wish to plot a graphic like that:
image

Someone knows how to make a script to plot an image like that?

Take a look at ggplot2 and geom_raster()

2 Likes

That's so different compared to the image example. In that case (with image plot), the plot is more aesthetic. Do you got see the example on the link?

Thanks,

Yes, I saw it, and I think its not that different, just looks different because it's not using the same data (with more data points it will look very similar) if you want more specific help then post a proper REPRoducible EXample (reprex) for your issue.

I will see what I should to do here. I have a script which does it look like with the example that I showed. I will work to make be similar. Thank you.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.