Adding labels to a table: columns and rows The 2019 Stack Overflow Developer Survey Results Are InHighlight table cells using thick, colored borderUsing a table: alignment issues and cell labelsHow to make table with rotated table headers in LaTeXHow do I prevent cellcolor from over effect of hlineAdding a different sized, independent, table under another with same captionHorizontal lines in nested tabular environmentHow to vertically align table columnProblem aligning decimals in multi-column tableColor in every other column for Table with Multicolumn with subcolumnsNote at the end of the table in Latex

I see my dog run

I looked up a future colleague on LinkedIn before I started a job. I told my colleague about it and he seemed surprised. Should I apologize?

Extreme, unacceptable situation and I can't attend work tomorrow morning

Monty Hall variation

How long do I have to send my income tax payment to the IRS?

How come people say “Would of”?

Geography at the pixel level

Why do some words that are not inflected have an umlaut?

What does "sndry explns" mean in one of the Hitchhiker's guide books?

Flying Bloodthirsty Lampshades

Patience, young "Padovan"

Is this food a bread or a loaf?

Why don't Unix/Linux systems traverse through directories until they find the required version of a linked library?

What spell level should this homebrew After-Image spell be?

Where does the "burst of radiance" from Holy Weapon originate?

How to deal with fear of taking dependencies

Could a US political party gain complete control over the government by removing checks & balances?

What is the motivation for a law requiring 2 parties to consent for recording a conversation

CiviEvent: Public link for events of a specific type

What can other administrators access on my machine?

Why isn't airport relocation done gradually?

Is bread bad for ducks?

Unbreakable Formation vs. Cry of the Carnarium

What is the meaning of Triage in Cybersec world?



Adding labels to a table: columns and rows



The 2019 Stack Overflow Developer Survey Results Are InHighlight table cells using thick, colored borderUsing a table: alignment issues and cell labelsHow to make table with rotated table headers in LaTeXHow do I prevent cellcolor from over effect of hlineAdding a different sized, independent, table under another with same captionHorizontal lines in nested tabular environmentHow to vertically align table columnProblem aligning decimals in multi-column tableColor in every other column for Table with Multicolumn with subcolumnsNote at the end of the table in Latex










2















enter image description here



Can anybody help me? I know how to build the table but I don’t know how to add the “Users” and “Movies” labels.



This is what I've tried so far:



begintable[H]
centering
text textbfMovies
begintabular c


multicolumn1c & multicolumn1c1 & multicolumn1c2
& multicolumn1c3 & multicolumn1c4 & multicolumn1c5
& multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ hhline
1 & & 5 & & 2 & 4 & & & \ hhline
2 & 4 & & 3 & 1 & & & 3 & \ hhline
3 & & 5 & 4 & & 5 & & 4 &\ hhline
4 & & & & & & 1 & 1 & 2 \ hhline
5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \ hhline
6 & & colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \ hhline
endtabular


Thanks!










share|improve this question









New contributor




naveganteX is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • You can have it with multirow and multicolumn, but I'd use TikZ for that. Anyway: what have you tried so far? Please add a minimal code.

    – JouleV
    44 mins ago












  • ` begintabular c multicolumn1c & multicolumn1c1 & multicolumn1c2 & multicolumn1c3 & multicolumn1c4 & multicolumn1c5 & multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ hhline 1 & & 5 & & 2 & 4 & & & \ hhline 2 & 4 & & 3 & 1 & & & 3 & \ hhline 3 & & 5 & 4 & & 5 & & 4 &\ hhline 4 & & & & & & 1 & 1 & 2 \ hhline 5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 `

    – naveganteX
    39 mins ago












  • @JouleV I have added the code!

    – naveganteX
    32 mins ago















2















enter image description here



Can anybody help me? I know how to build the table but I don’t know how to add the “Users” and “Movies” labels.



This is what I've tried so far:



begintable[H]
centering
text textbfMovies
begintabular c


multicolumn1c & multicolumn1c1 & multicolumn1c2
& multicolumn1c3 & multicolumn1c4 & multicolumn1c5
& multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ hhline
1 & & 5 & & 2 & 4 & & & \ hhline
2 & 4 & & 3 & 1 & & & 3 & \ hhline
3 & & 5 & 4 & & 5 & & 4 &\ hhline
4 & & & & & & 1 & 1 & 2 \ hhline
5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \ hhline
6 & & colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \ hhline
endtabular


Thanks!










share|improve this question









New contributor




naveganteX is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • You can have it with multirow and multicolumn, but I'd use TikZ for that. Anyway: what have you tried so far? Please add a minimal code.

    – JouleV
    44 mins ago












  • ` begintabular c multicolumn1c & multicolumn1c1 & multicolumn1c2 & multicolumn1c3 & multicolumn1c4 & multicolumn1c5 & multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ hhline 1 & & 5 & & 2 & 4 & & & \ hhline 2 & 4 & & 3 & 1 & & & 3 & \ hhline 3 & & 5 & 4 & & 5 & & 4 &\ hhline 4 & & & & & & 1 & 1 & 2 \ hhline 5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 `

    – naveganteX
    39 mins ago












  • @JouleV I have added the code!

    – naveganteX
    32 mins ago













2












2








2


1






enter image description here



Can anybody help me? I know how to build the table but I don’t know how to add the “Users” and “Movies” labels.



This is what I've tried so far:



begintable[H]
centering
text textbfMovies
begintabular c


multicolumn1c & multicolumn1c1 & multicolumn1c2
& multicolumn1c3 & multicolumn1c4 & multicolumn1c5
& multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ hhline
1 & & 5 & & 2 & 4 & & & \ hhline
2 & 4 & & 3 & 1 & & & 3 & \ hhline
3 & & 5 & 4 & & 5 & & 4 &\ hhline
4 & & & & & & 1 & 1 & 2 \ hhline
5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \ hhline
6 & & colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \ hhline
endtabular


Thanks!










share|improve this question









New contributor




naveganteX is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












enter image description here



Can anybody help me? I know how to build the table but I don’t know how to add the “Users” and “Movies” labels.



This is what I've tried so far:



begintable[H]
centering
text textbfMovies
begintabular c


multicolumn1c & multicolumn1c1 & multicolumn1c2
& multicolumn1c3 & multicolumn1c4 & multicolumn1c5
& multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ hhline
1 & & 5 & & 2 & 4 & & & \ hhline
2 & 4 & & 3 & 1 & & & 3 & \ hhline
3 & & 5 & 4 & & 5 & & 4 &\ hhline
4 & & & & & & 1 & 1 & 2 \ hhline
5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \ hhline
6 & & colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \ hhline
endtabular


Thanks!







tables






share|improve this question









New contributor




naveganteX is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




naveganteX is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 34 mins ago







naveganteX













New contributor




naveganteX is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 47 mins ago









naveganteXnaveganteX

133




133




New contributor




naveganteX is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





naveganteX is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






naveganteX is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • You can have it with multirow and multicolumn, but I'd use TikZ for that. Anyway: what have you tried so far? Please add a minimal code.

    – JouleV
    44 mins ago












  • ` begintabular c multicolumn1c & multicolumn1c1 & multicolumn1c2 & multicolumn1c3 & multicolumn1c4 & multicolumn1c5 & multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ hhline 1 & & 5 & & 2 & 4 & & & \ hhline 2 & 4 & & 3 & 1 & & & 3 & \ hhline 3 & & 5 & 4 & & 5 & & 4 &\ hhline 4 & & & & & & 1 & 1 & 2 \ hhline 5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 `

    – naveganteX
    39 mins ago












  • @JouleV I have added the code!

    – naveganteX
    32 mins ago

















  • You can have it with multirow and multicolumn, but I'd use TikZ for that. Anyway: what have you tried so far? Please add a minimal code.

    – JouleV
    44 mins ago












  • ` begintabular c multicolumn1c & multicolumn1c1 & multicolumn1c2 & multicolumn1c3 & multicolumn1c4 & multicolumn1c5 & multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ hhline 1 & & 5 & & 2 & 4 & & & \ hhline 2 & 4 & & 3 & 1 & & & 3 & \ hhline 3 & & 5 & 4 & & 5 & & 4 &\ hhline 4 & & & & & & 1 & 1 & 2 \ hhline 5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 `

    – naveganteX
    39 mins ago












  • @JouleV I have added the code!

    – naveganteX
    32 mins ago
















You can have it with multirow and multicolumn, but I'd use TikZ for that. Anyway: what have you tried so far? Please add a minimal code.

– JouleV
44 mins ago






You can have it with multirow and multicolumn, but I'd use TikZ for that. Anyway: what have you tried so far? Please add a minimal code.

– JouleV
44 mins ago














` begintabular c multicolumn1c & multicolumn1c1 & multicolumn1c2 & multicolumn1c3 & multicolumn1c4 & multicolumn1c5 & multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ hhline 1 & & 5 & & 2 & 4 & & & \ hhline 2 & 4 & & 3 & 1 & & & 3 & \ hhline 3 & & 5 & 4 & & 5 & & 4 &\ hhline 4 & & & & & & 1 & 1 & 2 \ hhline 5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 `

– naveganteX
39 mins ago






` begintabular c multicolumn1c & multicolumn1c1 & multicolumn1c2 & multicolumn1c3 & multicolumn1c4 & multicolumn1c5 & multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ hhline 1 & & 5 & & 2 & 4 & & & \ hhline 2 & 4 & & 3 & 1 & & & 3 & \ hhline 3 & & 5 & 4 & & 5 & & 4 &\ hhline 4 & & & & & & 1 & 1 & 2 \ hhline 5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 `

– naveganteX
39 mins ago














@JouleV I have added the code!

– naveganteX
32 mins ago





@JouleV I have added the code!

– naveganteX
32 mins ago










2 Answers
2






active

oldest

votes


















2














This is my recommended version, which doesn't use any tables at all, but a powerful tool called TikZ:



documentclass[tikz]standalone
usetikzlibrarymatrix
begindocument
sffamily
begintikzpicture
matrix (m) [matrix of nodes,nodes in empty cells,nodes=minimum size=.75cm,anchor=center] %
& 5 & & 2 & 4 & & & \
4 & & 3 & 1 & & & 3 & \
& 5 & 4 & & 5 & & 4 &\
& & & & & 1 & 1 & 2 \
3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \
& colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \
;
draw[step=0.75] (m-1-1.north west) grid (m-6-8.south east);
beginscope[font=scriptsize]
foreach i in 1,...,8 path (m-1-i.north) node[above] i;
foreach i in 1,...,6 path (m-i-1.west) node[left] i;
endscope
path (m-1-5.north west) node[above=1em] Movies;
path (m-3-1.south west) node[left=1em] Users;
endtikzpicture
enddocument


enter image description here




I don't nest tables, but use a multirow to center "Movies" and "Users":



documentclassarticle
usepackagexcolor
usepackagearray
usepackagemultirow
renewcommandarraystretch1.5
begindocument
begintabularc
&multicolumn1c & multicolumn8cMovies\
&multicolumn1c & multicolumn1c1 & multicolumn1c2
& multicolumn1c3 & multicolumn1c4 & multicolumn1c5
& multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ cline3-10
multirow6*Users&1 & & 5 & & 2 & 4 & & & \ cline3-10
&2 & 4 & & 3 & 1 & & & 3 & \ cline3-10
&3 & & 5 & 4 & & 5 & & 4 &\ cline3-10
&4 & & & & & & 1 & 1 & 2 \ cline3-10
&5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \ cline3-10
&6 & & colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \ cline3-10
endtabular
enddocument


enter image description here






share|improve this answer

























  • You are the man! Thank you so much! I had heard about TikZ but I didn't know it had these capabilities!

    – naveganteX
    25 mins ago











  • @naveganteX and it can do much more. Welcome to TeX.SE!

    – JouleV
    24 mins ago


















2














You can nest tables.



documentclassbeamer
usepackagexcolor
usepackagearray
usepackagehhline
begindocument
beginframe[t]
frametitleTables can be nested
begintabularcc
& Movies\
Users&
begintabular c


multicolumn1c & multicolumn1c1 & multicolumn1c2
& multicolumn1c3 & multicolumn1c4 & multicolumn1c5
& multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ hhline
1 & & 5 & & 2 & 4 & & & \ hhline
2 & 4 & & 3 & 1 & & & 3 & \ hhline
3 & & 5 & 4 & & 5 & & 4 &\ hhline
4 & & & & & & 1 & 1 & 2 \ hhline
5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \ hhline
6 & & colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \ hhline
endtabular
endtabular
endframe
enddocument


enter image description here






share|improve this answer























  • Thank you very much!

    – naveganteX
    23 mins ago











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
);



);






naveganteX is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f484051%2fadding-labels-to-a-table-columns-and-rows%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














This is my recommended version, which doesn't use any tables at all, but a powerful tool called TikZ:



documentclass[tikz]standalone
usetikzlibrarymatrix
begindocument
sffamily
begintikzpicture
matrix (m) [matrix of nodes,nodes in empty cells,nodes=minimum size=.75cm,anchor=center] %
& 5 & & 2 & 4 & & & \
4 & & 3 & 1 & & & 3 & \
& 5 & 4 & & 5 & & 4 &\
& & & & & 1 & 1 & 2 \
3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \
& colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \
;
draw[step=0.75] (m-1-1.north west) grid (m-6-8.south east);
beginscope[font=scriptsize]
foreach i in 1,...,8 path (m-1-i.north) node[above] i;
foreach i in 1,...,6 path (m-i-1.west) node[left] i;
endscope
path (m-1-5.north west) node[above=1em] Movies;
path (m-3-1.south west) node[left=1em] Users;
endtikzpicture
enddocument


enter image description here




I don't nest tables, but use a multirow to center "Movies" and "Users":



documentclassarticle
usepackagexcolor
usepackagearray
usepackagemultirow
renewcommandarraystretch1.5
begindocument
begintabularc
&multicolumn1c & multicolumn8cMovies\
&multicolumn1c & multicolumn1c1 & multicolumn1c2
& multicolumn1c3 & multicolumn1c4 & multicolumn1c5
& multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ cline3-10
multirow6*Users&1 & & 5 & & 2 & 4 & & & \ cline3-10
&2 & 4 & & 3 & 1 & & & 3 & \ cline3-10
&3 & & 5 & 4 & & 5 & & 4 &\ cline3-10
&4 & & & & & & 1 & 1 & 2 \ cline3-10
&5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \ cline3-10
&6 & & colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \ cline3-10
endtabular
enddocument


enter image description here






share|improve this answer

























  • You are the man! Thank you so much! I had heard about TikZ but I didn't know it had these capabilities!

    – naveganteX
    25 mins ago











  • @naveganteX and it can do much more. Welcome to TeX.SE!

    – JouleV
    24 mins ago















2














This is my recommended version, which doesn't use any tables at all, but a powerful tool called TikZ:



documentclass[tikz]standalone
usetikzlibrarymatrix
begindocument
sffamily
begintikzpicture
matrix (m) [matrix of nodes,nodes in empty cells,nodes=minimum size=.75cm,anchor=center] %
& 5 & & 2 & 4 & & & \
4 & & 3 & 1 & & & 3 & \
& 5 & 4 & & 5 & & 4 &\
& & & & & 1 & 1 & 2 \
3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \
& colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \
;
draw[step=0.75] (m-1-1.north west) grid (m-6-8.south east);
beginscope[font=scriptsize]
foreach i in 1,...,8 path (m-1-i.north) node[above] i;
foreach i in 1,...,6 path (m-i-1.west) node[left] i;
endscope
path (m-1-5.north west) node[above=1em] Movies;
path (m-3-1.south west) node[left=1em] Users;
endtikzpicture
enddocument


enter image description here




I don't nest tables, but use a multirow to center "Movies" and "Users":



documentclassarticle
usepackagexcolor
usepackagearray
usepackagemultirow
renewcommandarraystretch1.5
begindocument
begintabularc
&multicolumn1c & multicolumn8cMovies\
&multicolumn1c & multicolumn1c1 & multicolumn1c2
& multicolumn1c3 & multicolumn1c4 & multicolumn1c5
& multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ cline3-10
multirow6*Users&1 & & 5 & & 2 & 4 & & & \ cline3-10
&2 & 4 & & 3 & 1 & & & 3 & \ cline3-10
&3 & & 5 & 4 & & 5 & & 4 &\ cline3-10
&4 & & & & & & 1 & 1 & 2 \ cline3-10
&5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \ cline3-10
&6 & & colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \ cline3-10
endtabular
enddocument


enter image description here






share|improve this answer

























  • You are the man! Thank you so much! I had heard about TikZ but I didn't know it had these capabilities!

    – naveganteX
    25 mins ago











  • @naveganteX and it can do much more. Welcome to TeX.SE!

    – JouleV
    24 mins ago













2












2








2







This is my recommended version, which doesn't use any tables at all, but a powerful tool called TikZ:



documentclass[tikz]standalone
usetikzlibrarymatrix
begindocument
sffamily
begintikzpicture
matrix (m) [matrix of nodes,nodes in empty cells,nodes=minimum size=.75cm,anchor=center] %
& 5 & & 2 & 4 & & & \
4 & & 3 & 1 & & & 3 & \
& 5 & 4 & & 5 & & 4 &\
& & & & & 1 & 1 & 2 \
3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \
& colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \
;
draw[step=0.75] (m-1-1.north west) grid (m-6-8.south east);
beginscope[font=scriptsize]
foreach i in 1,...,8 path (m-1-i.north) node[above] i;
foreach i in 1,...,6 path (m-i-1.west) node[left] i;
endscope
path (m-1-5.north west) node[above=1em] Movies;
path (m-3-1.south west) node[left=1em] Users;
endtikzpicture
enddocument


enter image description here




I don't nest tables, but use a multirow to center "Movies" and "Users":



documentclassarticle
usepackagexcolor
usepackagearray
usepackagemultirow
renewcommandarraystretch1.5
begindocument
begintabularc
&multicolumn1c & multicolumn8cMovies\
&multicolumn1c & multicolumn1c1 & multicolumn1c2
& multicolumn1c3 & multicolumn1c4 & multicolumn1c5
& multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ cline3-10
multirow6*Users&1 & & 5 & & 2 & 4 & & & \ cline3-10
&2 & 4 & & 3 & 1 & & & 3 & \ cline3-10
&3 & & 5 & 4 & & 5 & & 4 &\ cline3-10
&4 & & & & & & 1 & 1 & 2 \ cline3-10
&5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \ cline3-10
&6 & & colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \ cline3-10
endtabular
enddocument


enter image description here






share|improve this answer















This is my recommended version, which doesn't use any tables at all, but a powerful tool called TikZ:



documentclass[tikz]standalone
usetikzlibrarymatrix
begindocument
sffamily
begintikzpicture
matrix (m) [matrix of nodes,nodes in empty cells,nodes=minimum size=.75cm,anchor=center] %
& 5 & & 2 & 4 & & & \
4 & & 3 & 1 & & & 3 & \
& 5 & 4 & & 5 & & 4 &\
& & & & & 1 & 1 & 2 \
3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \
& colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \
;
draw[step=0.75] (m-1-1.north west) grid (m-6-8.south east);
beginscope[font=scriptsize]
foreach i in 1,...,8 path (m-1-i.north) node[above] i;
foreach i in 1,...,6 path (m-i-1.west) node[left] i;
endscope
path (m-1-5.north west) node[above=1em] Movies;
path (m-3-1.south west) node[left=1em] Users;
endtikzpicture
enddocument


enter image description here




I don't nest tables, but use a multirow to center "Movies" and "Users":



documentclassarticle
usepackagexcolor
usepackagearray
usepackagemultirow
renewcommandarraystretch1.5
begindocument
begintabularc
&multicolumn1c & multicolumn8cMovies\
&multicolumn1c & multicolumn1c1 & multicolumn1c2
& multicolumn1c3 & multicolumn1c4 & multicolumn1c5
& multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ cline3-10
multirow6*Users&1 & & 5 & & 2 & 4 & & & \ cline3-10
&2 & 4 & & 3 & 1 & & & 3 & \ cline3-10
&3 & & 5 & 4 & & 5 & & 4 &\ cline3-10
&4 & & & & & & 1 & 1 & 2 \ cline3-10
&5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \ cline3-10
&6 & & colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \ cline3-10
endtabular
enddocument


enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited 1 min ago

























answered 27 mins ago









JouleVJouleV

12k22662




12k22662












  • You are the man! Thank you so much! I had heard about TikZ but I didn't know it had these capabilities!

    – naveganteX
    25 mins ago











  • @naveganteX and it can do much more. Welcome to TeX.SE!

    – JouleV
    24 mins ago

















  • You are the man! Thank you so much! I had heard about TikZ but I didn't know it had these capabilities!

    – naveganteX
    25 mins ago











  • @naveganteX and it can do much more. Welcome to TeX.SE!

    – JouleV
    24 mins ago
















You are the man! Thank you so much! I had heard about TikZ but I didn't know it had these capabilities!

– naveganteX
25 mins ago





You are the man! Thank you so much! I had heard about TikZ but I didn't know it had these capabilities!

– naveganteX
25 mins ago













@naveganteX and it can do much more. Welcome to TeX.SE!

– JouleV
24 mins ago





@naveganteX and it can do much more. Welcome to TeX.SE!

– JouleV
24 mins ago











2














You can nest tables.



documentclassbeamer
usepackagexcolor
usepackagearray
usepackagehhline
begindocument
beginframe[t]
frametitleTables can be nested
begintabularcc
& Movies\
Users&
begintabular c


multicolumn1c & multicolumn1c1 & multicolumn1c2
& multicolumn1c3 & multicolumn1c4 & multicolumn1c5
& multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ hhline
1 & & 5 & & 2 & 4 & & & \ hhline
2 & 4 & & 3 & 1 & & & 3 & \ hhline
3 & & 5 & 4 & & 5 & & 4 &\ hhline
4 & & & & & & 1 & 1 & 2 \ hhline
5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \ hhline
6 & & colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \ hhline
endtabular
endtabular
endframe
enddocument


enter image description here






share|improve this answer























  • Thank you very much!

    – naveganteX
    23 mins ago















2














You can nest tables.



documentclassbeamer
usepackagexcolor
usepackagearray
usepackagehhline
begindocument
beginframe[t]
frametitleTables can be nested
begintabularcc
& Movies\
Users&
begintabular c


multicolumn1c & multicolumn1c1 & multicolumn1c2
& multicolumn1c3 & multicolumn1c4 & multicolumn1c5
& multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ hhline
1 & & 5 & & 2 & 4 & & & \ hhline
2 & 4 & & 3 & 1 & & & 3 & \ hhline
3 & & 5 & 4 & & 5 & & 4 &\ hhline
4 & & & & & & 1 & 1 & 2 \ hhline
5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \ hhline
6 & & colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \ hhline
endtabular
endtabular
endframe
enddocument


enter image description here






share|improve this answer























  • Thank you very much!

    – naveganteX
    23 mins ago













2












2








2







You can nest tables.



documentclassbeamer
usepackagexcolor
usepackagearray
usepackagehhline
begindocument
beginframe[t]
frametitleTables can be nested
begintabularcc
& Movies\
Users&
begintabular c


multicolumn1c & multicolumn1c1 & multicolumn1c2
& multicolumn1c3 & multicolumn1c4 & multicolumn1c5
& multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ hhline
1 & & 5 & & 2 & 4 & & & \ hhline
2 & 4 & & 3 & 1 & & & 3 & \ hhline
3 & & 5 & 4 & & 5 & & 4 &\ hhline
4 & & & & & & 1 & 1 & 2 \ hhline
5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \ hhline
6 & & colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \ hhline
endtabular
endtabular
endframe
enddocument


enter image description here






share|improve this answer













You can nest tables.



documentclassbeamer
usepackagexcolor
usepackagearray
usepackagehhline
begindocument
beginframe[t]
frametitleTables can be nested
begintabularcc
& Movies\
Users&
begintabular c


multicolumn1c & multicolumn1c1 & multicolumn1c2
& multicolumn1c3 & multicolumn1c4 & multicolumn1c5
& multicolumn1c6 & multicolumn1c7 & multicolumn1c8 \ hhline
1 & & 5 & & 2 & 4 & & & \ hhline
2 & 4 & & 3 & 1 & & & 3 & \ hhline
3 & & 5 & 4 & & 5 & & 4 &\ hhline
4 & & & & & & 1 & 1 & 2 \ hhline
5 & 3 & & colorbluetextbf? & & colorbluetextbf? & 3 & & 0 \ hhline
6 & & colorbluetextbf? & 2 & & 4 & &colorbluetextbf? & \ hhline
endtabular
endtabular
endframe
enddocument


enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered 26 mins ago









marmotmarmot

116k5149281




116k5149281












  • Thank you very much!

    – naveganteX
    23 mins ago

















  • Thank you very much!

    – naveganteX
    23 mins ago
















Thank you very much!

– naveganteX
23 mins ago





Thank you very much!

– naveganteX
23 mins ago










naveganteX is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















naveganteX is a new contributor. Be nice, and check out our Code of Conduct.












naveganteX is a new contributor. Be nice, and check out our Code of Conduct.











naveganteX 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f484051%2fadding-labels-to-a-table-columns-and-rows%23new-answer', 'question_page');

);

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







Popular posts from this blog

Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

How to solve knockout JS error in Magento 2 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2