Sub figures in two columns that are vertically aligned. #1764
Unanswered
atharvaaalok
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a previous question I asked about putting subfigures in a two-column fashion.
The solution provided works in terms of putting the figures side by side but the figures are not vertically aligned.
In particular. I have two images that I set the scale % differently for. The captions are not aligned vertically.
Also, the figures are no longer sub-figures, they are labeled as Figure 1 and 2.
My code:
Attaching my image files below:
![a_basic_spline](https://private-user-images.githubusercontent.com/62356986/402201522-6dbba4ff-4795-4a10-946d-91d0da38dd39.svg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTU1MDQsIm5iZiI6MTczOTE5NTIwNCwicGF0aCI6Ii82MjM1Njk4Ni80MDIyMDE1MjItNmRiYmE0ZmYtNDc5NS00YTEwLTk0NmQtOTFkMGRhMzhkZDM5LnN2Zz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEzNDY0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA0MWVjNDExMTIwM2FmNTU5YzJjYjM2M2I2OGVkYjE0YjllNTQyOWQzOGI5M2JmN2ZjYThkZTRmOTYyYjk2ZWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ULDW3YRP02l3ZASpoP_ouVP8_b13gnYKTeEUCZKbtos)
![stanford_bunny](https://private-user-images.githubusercontent.com/62356986/402201525-346c4696-d258-4205-acac-0a54536f74d8.svg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTU1MDQsIm5iZiI6MTczOTE5NTIwNCwicGF0aCI6Ii82MjM1Njk4Ni80MDIyMDE1MjUtMzQ2YzQ2OTYtZDI1OC00MjA1LWFjYWMtMGE1NDUzNmY3NGQ4LnN2Zz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEzNDY0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdkYTc1MWZlOWI1Zjc1YmJmMWI5MGIyNjVkMTA1Mzc2MWMwMDgwNjhhMjU1YWE4NTYxMzQ1YmE3MTY5N2E0YzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.0kn19POo41c_pAQ9QHc7ZKWIX-QUH2HDT4wcpKgG1p8)
Note: I do not want to set the height parameter to a particular px value as then the scaling doesn't work when the page is resized.
Beta Was this translation helpful? Give feedback.
All reactions