Dear Dr Blanco
I have been using Tonatiuh for a while and I already got some contour plots for the solar trough collectors that I am trying to model. I use R to visualise.
The problem is that my trough is 10 m long and the contour plot gets visualised over a large area and the focussed line is too thin in the contour. I used the same method mentioned by you in R to visualise the results. Could you please tell me if there is a way to somehow ZOOM in to the contour plot . I have attached the code as well as a snapshot of my actual graph. Could you please help me.
Code:
filled.contour( h2d$x, h2d$y, fluxMatrix, levels=c(0, 0.1, 200, 400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000, 2200 ), color= rich.colors )