Subfigure alignment - want horizontal but coming up verticalSubfigure Alignmenthorizontal and vertical image...
Contradiction with Banach Fixed Point Theorem
Is there any relevance to Thor getting his hair cut other than comedic value?
How to count words in a line
Significance and timing of "mux scans"
It took me a lot of time to make this, pls like. (YouTube Comments #1)
I encountered my boss during an on-site interview at another company. Should I bring it up when seeing him next time?
Did 5.25" floppies undergo a change in magnetic coating?
Exponential growth/decay formula: what happened to the other constant of integration?
Hacker Rank: Array left rotation
Use comma instead of & in table
How can I handle a player who pre-plans arguments about my rulings on RAW?
Why does Starman/Roadster have radial acceleration?
Which aircraft had such a luxurious-looking navigator's station?
How to tighten battery clamp?
The change directory (cd) command is not working with a USB drive
What do the pedals on grand pianos do?
Can this function be rewritten with a regex?
You'll find me clean when something is full
What is a term for a function that when called repeatedly, has the same effect as calling once?
Is there a frame of reference in which I was born before I was conceived?
Whom do I have to contact for a ticket refund in case of denied boarding (in the EU)?
Compare four integers, return word based on maximum
When does inspiration across artforms become plagiarism
Equivalent to "source" in OpenBSD?
Subfigure alignment - want horizontal but coming up vertical
Subfigure Alignmenthorizontal and vertical image alignment with subfigure packageHorizontal alignment of subfigure edgesVertical alignment in subfigureTop alignment of subfigureSubfigure alignment in BeamerHorizontal and Vertical alignment of imagesVertical subcaption beside horizontal subfigureHorizontal alignment using subfigure packagesubfloat vertical alignment
I am trying to get the subfigures below to appear on the same line.
begin{figure*}[h!]
centering
begin{subfigure}[t]{columnwidth}
%centering
subfloat[][]{includegraphics[width=0.4555textwidth]{histogram1.png}}
%caption{}
label{fig:histogram}
end{subfigure}%
hfil
begin{subfigure}[t]{columnwidth}
%centering
subfloat[h!][]{
begin{tabular}{@{}lr@{}} toprule
multicolumn{2}{c}{RESIDUAL STATISTICS} \ midrule
Mean & 0.000000 \
Median & -0.33816 \
Maximum & 10.54783 \
Minimum & -3.60859 \
Std. Dev. & 2.147995 \
Skewness & 2.801059 \
Kurtosis & 12.82719 \ midrule
Jarque-Bera & 1530.2** \ midrule
begin{tabular}[c]{@{}l@{}},,,* significant at 5% level\ ** significant at 1% levelend{tabular} & multicolumn{1}{l}{}
end{tabular}
}
%caption{}
label{table:norm}
}%hfil
end{subfigure}
begin{minipage}[b]{0.4555textwidth}
makeatletter
let@makecaption=old@makecaption
makeatother
caption{Blah blah blah}
end{minipage}
end{figure*}
This is how it appears with my code.
subfloats
New contributor
add a comment |
I am trying to get the subfigures below to appear on the same line.
begin{figure*}[h!]
centering
begin{subfigure}[t]{columnwidth}
%centering
subfloat[][]{includegraphics[width=0.4555textwidth]{histogram1.png}}
%caption{}
label{fig:histogram}
end{subfigure}%
hfil
begin{subfigure}[t]{columnwidth}
%centering
subfloat[h!][]{
begin{tabular}{@{}lr@{}} toprule
multicolumn{2}{c}{RESIDUAL STATISTICS} \ midrule
Mean & 0.000000 \
Median & -0.33816 \
Maximum & 10.54783 \
Minimum & -3.60859 \
Std. Dev. & 2.147995 \
Skewness & 2.801059 \
Kurtosis & 12.82719 \ midrule
Jarque-Bera & 1530.2** \ midrule
begin{tabular}[c]{@{}l@{}},,,* significant at 5% level\ ** significant at 1% levelend{tabular} & multicolumn{1}{l}{}
end{tabular}
}
%caption{}
label{table:norm}
}%hfil
end{subfigure}
begin{minipage}[b]{0.4555textwidth}
makeatletter
let@makecaption=old@makecaption
makeatother
caption{Blah blah blah}
end{minipage}
end{figure*}
This is how it appears with my code.
subfloats
New contributor
3
Welcome to TeX.SE! Try to delete the blank lines before and afterhfil
. If that does not help please make your code snippet compilable, then we can copy and test it on our own computers without guessing about used documentclass and packages ...
– Kurt
15 hours ago
add a comment |
I am trying to get the subfigures below to appear on the same line.
begin{figure*}[h!]
centering
begin{subfigure}[t]{columnwidth}
%centering
subfloat[][]{includegraphics[width=0.4555textwidth]{histogram1.png}}
%caption{}
label{fig:histogram}
end{subfigure}%
hfil
begin{subfigure}[t]{columnwidth}
%centering
subfloat[h!][]{
begin{tabular}{@{}lr@{}} toprule
multicolumn{2}{c}{RESIDUAL STATISTICS} \ midrule
Mean & 0.000000 \
Median & -0.33816 \
Maximum & 10.54783 \
Minimum & -3.60859 \
Std. Dev. & 2.147995 \
Skewness & 2.801059 \
Kurtosis & 12.82719 \ midrule
Jarque-Bera & 1530.2** \ midrule
begin{tabular}[c]{@{}l@{}},,,* significant at 5% level\ ** significant at 1% levelend{tabular} & multicolumn{1}{l}{}
end{tabular}
}
%caption{}
label{table:norm}
}%hfil
end{subfigure}
begin{minipage}[b]{0.4555textwidth}
makeatletter
let@makecaption=old@makecaption
makeatother
caption{Blah blah blah}
end{minipage}
end{figure*}
This is how it appears with my code.
subfloats
New contributor
I am trying to get the subfigures below to appear on the same line.
begin{figure*}[h!]
centering
begin{subfigure}[t]{columnwidth}
%centering
subfloat[][]{includegraphics[width=0.4555textwidth]{histogram1.png}}
%caption{}
label{fig:histogram}
end{subfigure}%
hfil
begin{subfigure}[t]{columnwidth}
%centering
subfloat[h!][]{
begin{tabular}{@{}lr@{}} toprule
multicolumn{2}{c}{RESIDUAL STATISTICS} \ midrule
Mean & 0.000000 \
Median & -0.33816 \
Maximum & 10.54783 \
Minimum & -3.60859 \
Std. Dev. & 2.147995 \
Skewness & 2.801059 \
Kurtosis & 12.82719 \ midrule
Jarque-Bera & 1530.2** \ midrule
begin{tabular}[c]{@{}l@{}},,,* significant at 5% level\ ** significant at 1% levelend{tabular} & multicolumn{1}{l}{}
end{tabular}
}
%caption{}
label{table:norm}
}%hfil
end{subfigure}
begin{minipage}[b]{0.4555textwidth}
makeatletter
let@makecaption=old@makecaption
makeatother
caption{Blah blah blah}
end{minipage}
end{figure*}
This is how it appears with my code.
subfloats
subfloats
New contributor
New contributor
New contributor
asked 15 hours ago
Amanda SkellingtonAmanda Skellington
1
1
New contributor
New contributor
3
Welcome to TeX.SE! Try to delete the blank lines before and afterhfil
. If that does not help please make your code snippet compilable, then we can copy and test it on our own computers without guessing about used documentclass and packages ...
– Kurt
15 hours ago
add a comment |
3
Welcome to TeX.SE! Try to delete the blank lines before and afterhfil
. If that does not help please make your code snippet compilable, then we can copy and test it on our own computers without guessing about used documentclass and packages ...
– Kurt
15 hours ago
3
3
Welcome to TeX.SE! Try to delete the blank lines before and after
hfil
. If that does not help please make your code snippet compilable, then we can copy and test it on our own computers without guessing about used documentclass and packages ...– Kurt
15 hours ago
Welcome to TeX.SE! Try to delete the blank lines before and after
hfil
. If that does not help please make your code snippet compilable, then we can copy and test it on our own computers without guessing about used documentclass and packages ...– Kurt
15 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Found a fix:
begin{figure}[h!]
begin{minipage}[tl]{.49linewidth}
centering
includegraphics[width=1.1textwidth, height=7cm]{histogram1.png}
end{minipage}
hfill
begin{minipage}[tr]{.5linewidth}
centering
begin{tabular}{@{}lr@{}} toprule
multicolumn{2}{c}{RESIDUAL STATISTICS} \ midrule
Mean & 0.000000 \
Median & -0.33816 \
Maximum & 10.54783 \
Minimum & -3.60859 \
Std. Dev. & 2.147995 \
Skewness & 2.801059 \
Kurtosis & 12.82719 \ midrule
Jarque-Bera & 1530.2** \ midrule
begin{tabular}[c]{@{}l@{}},,,* significant at 5% level\ ** significant at 1% levelend{tabular} & multicolumn{1}{l}{}
end{tabular}
end{minipage}
caption{Histogram and Residual Statistics for textit{rd}}
label{figure:normality}
end{figure}
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Amanda Skellington is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f477651%2fsubfigure-alignment-want-horizontal-but-coming-up-vertical%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Found a fix:
begin{figure}[h!]
begin{minipage}[tl]{.49linewidth}
centering
includegraphics[width=1.1textwidth, height=7cm]{histogram1.png}
end{minipage}
hfill
begin{minipage}[tr]{.5linewidth}
centering
begin{tabular}{@{}lr@{}} toprule
multicolumn{2}{c}{RESIDUAL STATISTICS} \ midrule
Mean & 0.000000 \
Median & -0.33816 \
Maximum & 10.54783 \
Minimum & -3.60859 \
Std. Dev. & 2.147995 \
Skewness & 2.801059 \
Kurtosis & 12.82719 \ midrule
Jarque-Bera & 1530.2** \ midrule
begin{tabular}[c]{@{}l@{}},,,* significant at 5% level\ ** significant at 1% levelend{tabular} & multicolumn{1}{l}{}
end{tabular}
end{minipage}
caption{Histogram and Residual Statistics for textit{rd}}
label{figure:normality}
end{figure}
New contributor
add a comment |
Found a fix:
begin{figure}[h!]
begin{minipage}[tl]{.49linewidth}
centering
includegraphics[width=1.1textwidth, height=7cm]{histogram1.png}
end{minipage}
hfill
begin{minipage}[tr]{.5linewidth}
centering
begin{tabular}{@{}lr@{}} toprule
multicolumn{2}{c}{RESIDUAL STATISTICS} \ midrule
Mean & 0.000000 \
Median & -0.33816 \
Maximum & 10.54783 \
Minimum & -3.60859 \
Std. Dev. & 2.147995 \
Skewness & 2.801059 \
Kurtosis & 12.82719 \ midrule
Jarque-Bera & 1530.2** \ midrule
begin{tabular}[c]{@{}l@{}},,,* significant at 5% level\ ** significant at 1% levelend{tabular} & multicolumn{1}{l}{}
end{tabular}
end{minipage}
caption{Histogram and Residual Statistics for textit{rd}}
label{figure:normality}
end{figure}
New contributor
add a comment |
Found a fix:
begin{figure}[h!]
begin{minipage}[tl]{.49linewidth}
centering
includegraphics[width=1.1textwidth, height=7cm]{histogram1.png}
end{minipage}
hfill
begin{minipage}[tr]{.5linewidth}
centering
begin{tabular}{@{}lr@{}} toprule
multicolumn{2}{c}{RESIDUAL STATISTICS} \ midrule
Mean & 0.000000 \
Median & -0.33816 \
Maximum & 10.54783 \
Minimum & -3.60859 \
Std. Dev. & 2.147995 \
Skewness & 2.801059 \
Kurtosis & 12.82719 \ midrule
Jarque-Bera & 1530.2** \ midrule
begin{tabular}[c]{@{}l@{}},,,* significant at 5% level\ ** significant at 1% levelend{tabular} & multicolumn{1}{l}{}
end{tabular}
end{minipage}
caption{Histogram and Residual Statistics for textit{rd}}
label{figure:normality}
end{figure}
New contributor
Found a fix:
begin{figure}[h!]
begin{minipage}[tl]{.49linewidth}
centering
includegraphics[width=1.1textwidth, height=7cm]{histogram1.png}
end{minipage}
hfill
begin{minipage}[tr]{.5linewidth}
centering
begin{tabular}{@{}lr@{}} toprule
multicolumn{2}{c}{RESIDUAL STATISTICS} \ midrule
Mean & 0.000000 \
Median & -0.33816 \
Maximum & 10.54783 \
Minimum & -3.60859 \
Std. Dev. & 2.147995 \
Skewness & 2.801059 \
Kurtosis & 12.82719 \ midrule
Jarque-Bera & 1530.2** \ midrule
begin{tabular}[c]{@{}l@{}},,,* significant at 5% level\ ** significant at 1% levelend{tabular} & multicolumn{1}{l}{}
end{tabular}
end{minipage}
caption{Histogram and Residual Statistics for textit{rd}}
label{figure:normality}
end{figure}
New contributor
New contributor
answered 15 hours ago
Amanda SkellingtonAmanda Skellington
1
1
New contributor
New contributor
add a comment |
add a comment |
Amanda Skellington is a new contributor. Be nice, and check out our Code of Conduct.
Amanda Skellington is a new contributor. Be nice, and check out our Code of Conduct.
Amanda Skellington is a new contributor. Be nice, and check out our Code of Conduct.
Amanda Skellington is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f477651%2fsubfigure-alignment-want-horizontal-but-coming-up-vertical%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
Welcome to TeX.SE! Try to delete the blank lines before and after
hfil
. If that does not help please make your code snippet compilable, then we can copy and test it on our own computers without guessing about used documentclass and packages ...– Kurt
15 hours ago