I’m trying to replicate the plot of the image, but i couldn’t yet. Someone has a script of this plot, or could give me some help?
Hi @Lucsa_Garzeri ,
I think it can be achieved but need more customization.
I have tried to recreate your plot image without your detailed data and the output maybe as image below.
for the example above you can use subplots with (2,2) grid, then create 3 plots, and leave grid empty in the row 2 column 1.
for top left plot you can set theyaxis
position "right"
and hide the xaxis
,
and bottom right plot you need to hide the yaxis3
.
1 Like