@Eduardo Thank you for replying. I think html.Div would make the code simpler as compared to what I did.
Could you also help me in resizing the graph, when I use the same size as the images (i.e. 160 x 160), the graph isn’t scaled down, in fact it gets cut down, the axes become smaller.
The width can be of variable length, but I want the height to be consistent with the images in the preceding columns.
you see how the four images adjacent to the graph have the same size? I want the graph to have the same height as those. (resizing the graph breaks it, i.e. the y-axis collapses).
You can style each html.Div using ‘margin’, ‘margin-top’ or ‘padding’ or ‘height’, or just using the dcc.Graph margings. (I sill not sure I understand your issue )