Small table and small figure next to each otherTable and figure side-by-side with independent captionsReferencing figure in adjustboxHow to put table and PNG next to each other in the same figure?2 SCfigure next to each otherFigure and Table next to each other (memoir class)Setting three tables next to each otherFigures next to each otherTable and bullets next to each other - how?Placing three tables next to each otherHow to put two images on top of each other and a table next to them?Align figure next to tablehow to make this table and figure fit next to each other in latex beamer
Germany rejected my entry to Schengen countries
How do we explain the use of a software on a math paper?
Warped chessboard
Who is frowning in the sentence "Daisy looked at Tom frowning"?
Why did Nick Fury not hesitate in blowing up the plane he thought was carrying a nuke?
Can the word crowd refer to just 10 people?
What does it mean for a program to be 32 or 64 bit?
On a piano, are the effects of holding notes and the sustain pedal the same for a single chord?
Vehemently against code formatting
Why didn't Daenerys' advisers suggest assassinating Cersei?
Can't think of a good word or term to describe not feeling or thinking
Addressing an email
Have I found a major security issue with login
How could the B-29 bomber back up under its own power?
How to convince boss to spend notice period on documentation instead of new projects
Is there a developer API for Agile Accelerator?
Identification of a badge with Russian text
Can a Warforged have a ranged weapon affixed to them like an armblade?
Can 2 light bulbs of 120V in series be used on 230V AC?
How does the probability of events change if an event does not occur
Does a windmilling propeller create more drag than a stopped propeller in an engine out scenario
Is there any official Lore on Keraptis the Wizard, apart from what is in White Plume Mountain?
How can sister protect herself from impulse purchases with a credit card?
What's is the easiest way to purchase a stock and hold it
Small table and small figure next to each other
Table and figure side-by-side with independent captionsReferencing figure in adjustboxHow to put table and PNG next to each other in the same figure?2 SCfigure next to each otherFigure and Table next to each other (memoir class)Setting three tables next to each otherFigures next to each otherTable and bullets next to each other - how?Placing three tables next to each otherHow to put two images on top of each other and a table next to them?Align figure next to tablehow to make this table and figure fit next to each other in latex beamer
Any tips on how to put these two together (see image upload). Current code:
documentclass[
11pt,english, onehalfspacing, nolistspacing, liststotoc, headsepline, oneside, chapterinoneline, reqno, a4paper, toctotoc]report
usepackage[utf8]inputenc usepackage[T1]fontenc
begintable[!htb] centering
small caption
begintabular@ll@
topruletoprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ midrule midrule
endtabular
endtable labeltab 1.5
%
beginfigure[H]
centering
includegraphics[width=.5linewidth]Figures/biplot_factoran.eps
captionBiplot where $mboxFA_1$ is on the $x$-axis and $mboxFA_2$ is on the $y$-axis
endfigure
%

tables floats layout
add a comment |
Any tips on how to put these two together (see image upload). Current code:
documentclass[
11pt,english, onehalfspacing, nolistspacing, liststotoc, headsepline, oneside, chapterinoneline, reqno, a4paper, toctotoc]report
usepackage[utf8]inputenc usepackage[T1]fontenc
begintable[!htb] centering
small caption
begintabular@ll@
topruletoprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ midrule midrule
endtabular
endtable labeltab 1.5
%
beginfigure[H]
centering
includegraphics[width=.5linewidth]Figures/biplot_factoran.eps
captionBiplot where $mboxFA_1$ is on the $x$-axis and $mboxFA_2$ is on the $y$-axis
endfigure
%

tables floats layout
Table and figure side-by-side with independent captions might be helpful. Apart from that, please make your code compilable by adding the documentclass and the relevant packages.
– leandriis
May 6 at 14:33
Was not able to implement the advice given in that post.
– Sean
May 6 at 14:37
add a comment |
Any tips on how to put these two together (see image upload). Current code:
documentclass[
11pt,english, onehalfspacing, nolistspacing, liststotoc, headsepline, oneside, chapterinoneline, reqno, a4paper, toctotoc]report
usepackage[utf8]inputenc usepackage[T1]fontenc
begintable[!htb] centering
small caption
begintabular@ll@
topruletoprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ midrule midrule
endtabular
endtable labeltab 1.5
%
beginfigure[H]
centering
includegraphics[width=.5linewidth]Figures/biplot_factoran.eps
captionBiplot where $mboxFA_1$ is on the $x$-axis and $mboxFA_2$ is on the $y$-axis
endfigure
%

tables floats layout
Any tips on how to put these two together (see image upload). Current code:
documentclass[
11pt,english, onehalfspacing, nolistspacing, liststotoc, headsepline, oneside, chapterinoneline, reqno, a4paper, toctotoc]report
usepackage[utf8]inputenc usepackage[T1]fontenc
begintable[!htb] centering
small caption
begintabular@ll@
topruletoprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ midrule midrule
endtabular
endtable labeltab 1.5
%
beginfigure[H]
centering
includegraphics[width=.5linewidth]Figures/biplot_factoran.eps
captionBiplot where $mboxFA_1$ is on the $x$-axis and $mboxFA_2$ is on the $y$-axis
endfigure
%

tables floats layout
tables floats layout
edited May 6 at 14:38
Sean
asked May 6 at 14:31
SeanSean
776
776
Table and figure side-by-side with independent captions might be helpful. Apart from that, please make your code compilable by adding the documentclass and the relevant packages.
– leandriis
May 6 at 14:33
Was not able to implement the advice given in that post.
– Sean
May 6 at 14:37
add a comment |
Table and figure side-by-side with independent captions might be helpful. Apart from that, please make your code compilable by adding the documentclass and the relevant packages.
– leandriis
May 6 at 14:33
Was not able to implement the advice given in that post.
– Sean
May 6 at 14:37
Table and figure side-by-side with independent captions might be helpful. Apart from that, please make your code compilable by adding the documentclass and the relevant packages.
– leandriis
May 6 at 14:33
Table and figure side-by-side with independent captions might be helpful. Apart from that, please make your code compilable by adding the documentclass and the relevant packages.
– leandriis
May 6 at 14:33
Was not able to implement the advice given in that post.
– Sean
May 6 at 14:37
Was not able to implement the advice given in that post.
– Sean
May 6 at 14:37
add a comment |
3 Answers
3
active
oldest
votes
documentclassarticle
usepackageamsmath
usepackagecolortbl
usepackagexcolor
usepackagebooktabs
usepackagegraphicx
usepackageadjustbox
usepackagecaption
begindocument
centering
begintabularcp1cmc
adjustboxvalign=m,addcode=% see https://tex.stackexchange.com/a/227051/121799
beginminipagewidthcaptionoftablelabeltab 1.5endminipage
begintabular@ll@
topruletoprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ midrule midrule
endtabular & &
adjustboxvalign=m,addcode=%
beginminipagewidthcaptionoffigureBiplot where $textFA_1$ is on the $x$-axis and $textFA_2$ is on the $y$-axisendminipageincludegraphics[width=.5linewidth]example-image-duck\
endtabular
enddocument

add a comment |
An alternative solution using the floatrow package:
documentclassreport
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackagebooktabs
usepackage[table]xcolor
usepackage[demo]graphicx
usepackagefloatrow
begindocument
begintable
CenterFloatBoxes
beginfloatrow[2]
ttabbox[FBwidth]%
small
begintabular@ll@
topruletoprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ midrule midrule
endtabular%
caption
killfloatstyle
ffigbox[0.5textwidth]%
centering
includegraphics[width=linewidth]Figures/biplot_factoran.eps%
captionBiplot where $mboxFA_1$ is on the $x$-axis and $mboxFA_2$ is on the $y$-axis
endfloatrow
endtable
enddocument
add a comment |
Yet another option is to switch to the excellent KOMA-Script bundle and use the report class scrreprt. It has all the necessary options built in. On page 133 in the manual, it islisted code that does exactly what you are asking for. Here is the code adapted to your MWE:
documentclassscrreprt
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackageamsmath
usepackage[table]xcolor
usepackagebooktabs
usepackagegraphicx
begindocument
beginfigure
beginminipage.5linewidth
centering
includegraphics[width=linewidth]biplot_factoran
captionBiplot where $mboxFA_1$ is on the $x$-axis and $mboxFA_2$ is on the $y$-axislabelfig:rechteck
endminipage%
beginminipage.5linewidth
centeringsmall
captionaboveoftable
labeltab:rechteck
begintabular@ll@
toprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ bottomrule
endtabular
endminipage
endfigure
enddocument
Giving the output:

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
);
);
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%2f489443%2fsmall-table-and-small-figure-next-to-each-other%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
documentclassarticle
usepackageamsmath
usepackagecolortbl
usepackagexcolor
usepackagebooktabs
usepackagegraphicx
usepackageadjustbox
usepackagecaption
begindocument
centering
begintabularcp1cmc
adjustboxvalign=m,addcode=% see https://tex.stackexchange.com/a/227051/121799
beginminipagewidthcaptionoftablelabeltab 1.5endminipage
begintabular@ll@
topruletoprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ midrule midrule
endtabular & &
adjustboxvalign=m,addcode=%
beginminipagewidthcaptionoffigureBiplot where $textFA_1$ is on the $x$-axis and $textFA_2$ is on the $y$-axisendminipageincludegraphics[width=.5linewidth]example-image-duck\
endtabular
enddocument

add a comment |
documentclassarticle
usepackageamsmath
usepackagecolortbl
usepackagexcolor
usepackagebooktabs
usepackagegraphicx
usepackageadjustbox
usepackagecaption
begindocument
centering
begintabularcp1cmc
adjustboxvalign=m,addcode=% see https://tex.stackexchange.com/a/227051/121799
beginminipagewidthcaptionoftablelabeltab 1.5endminipage
begintabular@ll@
topruletoprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ midrule midrule
endtabular & &
adjustboxvalign=m,addcode=%
beginminipagewidthcaptionoffigureBiplot where $textFA_1$ is on the $x$-axis and $textFA_2$ is on the $y$-axisendminipageincludegraphics[width=.5linewidth]example-image-duck\
endtabular
enddocument

add a comment |
documentclassarticle
usepackageamsmath
usepackagecolortbl
usepackagexcolor
usepackagebooktabs
usepackagegraphicx
usepackageadjustbox
usepackagecaption
begindocument
centering
begintabularcp1cmc
adjustboxvalign=m,addcode=% see https://tex.stackexchange.com/a/227051/121799
beginminipagewidthcaptionoftablelabeltab 1.5endminipage
begintabular@ll@
topruletoprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ midrule midrule
endtabular & &
adjustboxvalign=m,addcode=%
beginminipagewidthcaptionoffigureBiplot where $textFA_1$ is on the $x$-axis and $textFA_2$ is on the $y$-axisendminipageincludegraphics[width=.5linewidth]example-image-duck\
endtabular
enddocument

documentclassarticle
usepackageamsmath
usepackagecolortbl
usepackagexcolor
usepackagebooktabs
usepackagegraphicx
usepackageadjustbox
usepackagecaption
begindocument
centering
begintabularcp1cmc
adjustboxvalign=m,addcode=% see https://tex.stackexchange.com/a/227051/121799
beginminipagewidthcaptionoftablelabeltab 1.5endminipage
begintabular@ll@
topruletoprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ midrule midrule
endtabular & &
adjustboxvalign=m,addcode=%
beginminipagewidthcaptionoffigureBiplot where $textFA_1$ is on the $x$-axis and $textFA_2$ is on the $y$-axisendminipageincludegraphics[width=.5linewidth]example-image-duck\
endtabular
enddocument

answered May 6 at 14:52
marmotmarmot
128k6162308
128k6162308
add a comment |
add a comment |
An alternative solution using the floatrow package:
documentclassreport
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackagebooktabs
usepackage[table]xcolor
usepackage[demo]graphicx
usepackagefloatrow
begindocument
begintable
CenterFloatBoxes
beginfloatrow[2]
ttabbox[FBwidth]%
small
begintabular@ll@
topruletoprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ midrule midrule
endtabular%
caption
killfloatstyle
ffigbox[0.5textwidth]%
centering
includegraphics[width=linewidth]Figures/biplot_factoran.eps%
captionBiplot where $mboxFA_1$ is on the $x$-axis and $mboxFA_2$ is on the $y$-axis
endfloatrow
endtable
enddocument
add a comment |
An alternative solution using the floatrow package:
documentclassreport
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackagebooktabs
usepackage[table]xcolor
usepackage[demo]graphicx
usepackagefloatrow
begindocument
begintable
CenterFloatBoxes
beginfloatrow[2]
ttabbox[FBwidth]%
small
begintabular@ll@
topruletoprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ midrule midrule
endtabular%
caption
killfloatstyle
ffigbox[0.5textwidth]%
centering
includegraphics[width=linewidth]Figures/biplot_factoran.eps%
captionBiplot where $mboxFA_1$ is on the $x$-axis and $mboxFA_2$ is on the $y$-axis
endfloatrow
endtable
enddocument
add a comment |
An alternative solution using the floatrow package:
documentclassreport
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackagebooktabs
usepackage[table]xcolor
usepackage[demo]graphicx
usepackagefloatrow
begindocument
begintable
CenterFloatBoxes
beginfloatrow[2]
ttabbox[FBwidth]%
small
begintabular@ll@
topruletoprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ midrule midrule
endtabular%
caption
killfloatstyle
ffigbox[0.5textwidth]%
centering
includegraphics[width=linewidth]Figures/biplot_factoran.eps%
captionBiplot where $mboxFA_1$ is on the $x$-axis and $mboxFA_2$ is on the $y$-axis
endfloatrow
endtable
enddocument
An alternative solution using the floatrow package:
documentclassreport
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackagebooktabs
usepackage[table]xcolor
usepackage[demo]graphicx
usepackagefloatrow
begindocument
begintable
CenterFloatBoxes
beginfloatrow[2]
ttabbox[FBwidth]%
small
begintabular@ll@
topruletoprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ midrule midrule
endtabular%
caption
killfloatstyle
ffigbox[0.5textwidth]%
centering
includegraphics[width=linewidth]Figures/biplot_factoran.eps%
captionBiplot where $mboxFA_1$ is on the $x$-axis and $mboxFA_2$ is on the $y$-axis
endfloatrow
endtable
enddocument
answered May 6 at 18:04
leandriisleandriis
12.9k1933
12.9k1933
add a comment |
add a comment |
Yet another option is to switch to the excellent KOMA-Script bundle and use the report class scrreprt. It has all the necessary options built in. On page 133 in the manual, it islisted code that does exactly what you are asking for. Here is the code adapted to your MWE:
documentclassscrreprt
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackageamsmath
usepackage[table]xcolor
usepackagebooktabs
usepackagegraphicx
begindocument
beginfigure
beginminipage.5linewidth
centering
includegraphics[width=linewidth]biplot_factoran
captionBiplot where $mboxFA_1$ is on the $x$-axis and $mboxFA_2$ is on the $y$-axislabelfig:rechteck
endminipage%
beginminipage.5linewidth
centeringsmall
captionaboveoftable
labeltab:rechteck
begintabular@ll@
toprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ bottomrule
endtabular
endminipage
endfigure
enddocument
Giving the output:

add a comment |
Yet another option is to switch to the excellent KOMA-Script bundle and use the report class scrreprt. It has all the necessary options built in. On page 133 in the manual, it islisted code that does exactly what you are asking for. Here is the code adapted to your MWE:
documentclassscrreprt
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackageamsmath
usepackage[table]xcolor
usepackagebooktabs
usepackagegraphicx
begindocument
beginfigure
beginminipage.5linewidth
centering
includegraphics[width=linewidth]biplot_factoran
captionBiplot where $mboxFA_1$ is on the $x$-axis and $mboxFA_2$ is on the $y$-axislabelfig:rechteck
endminipage%
beginminipage.5linewidth
centeringsmall
captionaboveoftable
labeltab:rechteck
begintabular@ll@
toprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ bottomrule
endtabular
endminipage
endfigure
enddocument
Giving the output:

add a comment |
Yet another option is to switch to the excellent KOMA-Script bundle and use the report class scrreprt. It has all the necessary options built in. On page 133 in the manual, it islisted code that does exactly what you are asking for. Here is the code adapted to your MWE:
documentclassscrreprt
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackageamsmath
usepackage[table]xcolor
usepackagebooktabs
usepackagegraphicx
begindocument
beginfigure
beginminipage.5linewidth
centering
includegraphics[width=linewidth]biplot_factoran
captionBiplot where $mboxFA_1$ is on the $x$-axis and $mboxFA_2$ is on the $y$-axislabelfig:rechteck
endminipage%
beginminipage.5linewidth
centeringsmall
captionaboveoftable
labeltab:rechteck
begintabular@ll@
toprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ bottomrule
endtabular
endminipage
endfigure
enddocument
Giving the output:

Yet another option is to switch to the excellent KOMA-Script bundle and use the report class scrreprt. It has all the necessary options built in. On page 133 in the manual, it islisted code that does exactly what you are asking for. Here is the code adapted to your MWE:
documentclassscrreprt
usepackage[utf8]inputenc
usepackage[T1]fontenc
usepackageamsmath
usepackage[table]xcolor
usepackagebooktabs
usepackagegraphicx
begindocument
beginfigure
beginminipage.5linewidth
centering
includegraphics[width=linewidth]biplot_factoran
captionBiplot where $mboxFA_1$ is on the $x$-axis and $mboxFA_2$ is on the $y$-axislabelfig:rechteck
endminipage%
beginminipage.5linewidth
centeringsmall
captionaboveoftable
labeltab:rechteck
begintabular@ll@
toprule
& Individual variance\ midrule
AAPL & 0.76 \
BA & 0.55 \
CBRE & 0.60 \
CMG & 0.91 \
DIS & 0.58 \
GOLD & cellcolorred!251.00 \
IBM & 0.64 \
KO & 0.69 \
MD & cellcolorgreen!250.0050 \
MMM & 0.43 \
NKE & 0.72 \ bottomrule
endtabular
endminipage
endfigure
enddocument
Giving the output:

answered May 6 at 21:27
SveinungSveinung
11.3k23258
11.3k23258
add a comment |
add a comment |
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%2f489443%2fsmall-table-and-small-figure-next-to-each-other%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
Table and figure side-by-side with independent captions might be helpful. Apart from that, please make your code compilable by adding the documentclass and the relevant packages.
– leandriis
May 6 at 14:33
Was not able to implement the advice given in that post.
– Sean
May 6 at 14:37