Adding labels to a table: columns and rows The 2019 Stack Overflow Developer Survey Results...

What is the best strategy for white in this position?

Manuscript was "unsubmitted" because the manuscript was deposited in Arxiv Preprints

How to manage monthly salary

How to reverse every other sublist of a list?

Does duplicating a spell with Wish count as casting that spell?

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

What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?

What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?

Return to UK after being refused

Is "plugging out" electronic devices an American expression?

How was Skylab's orbit inclination chosen?

Inline version of a function returns different value than non-inline version

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

Is there a name of the flying bionic bird?

Does light intensity oscillate really fast since it is a wave?

Spanish for "widget"

Adding labels to a table: columns and rows

Can the Protection from Evil and Good spell be used on the caster?

What is the use of option -o in the useradd command?

Unbreakable Formation vs. Cry of the Carnarium

The difference between dialogue marks

What does "rabbited" mean/imply in this sentence?

What is the steepest angle that a canal can be traversable without locks?

Patience, young "Padovan"



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












3















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:



begin{table}[H]
centering
text{ textbf{Movies}}
begin{tabular}{c | c | c | c | c | c | c | c | c | }


multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2}
& multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5}
& multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ hhline{~*8{|-}|}
1 & & 5 & & 2 & 4 & & & \ hhline{~*8{|-}|}
2 & 4 & & 3 & 1 & & & 3 & \ hhline{~*8{|-}|}
3 & & 5 & 4 & & 5 & & 4 &\ hhline{~*8{|-}|}
4 & & & & & & 1 & 1 & 2 \ hhline{~*8{|-}|}
5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \ hhline{~*8{|-}|}
6 & & color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \ hhline{~*8{|-}|}
end{tabular}


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
    1 hour ago













  • ` begin{tabular}{c | c | c | c | c | c | c | c | c | } multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2} & multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5} & multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ hhline{~*8{|-}|} 1 & & 5 & & 2 & 4 & & & \ hhline{~*8{|-}|} 2 & 4 & & 3 & 1 & & & 3 & \ hhline{~*8{|-}|} 3 & & 5 & 4 & & 5 & & 4 &\ hhline{~*8{|-}|} 4 & & & & & & 1 & 1 & 2 \ hhline{~*8{|-}|} 5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 `

    – naveganteX
    55 mins ago













  • @JouleV I have added the code!

    – naveganteX
    48 mins ago
















3















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:



begin{table}[H]
centering
text{ textbf{Movies}}
begin{tabular}{c | c | c | c | c | c | c | c | c | }


multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2}
& multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5}
& multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ hhline{~*8{|-}|}
1 & & 5 & & 2 & 4 & & & \ hhline{~*8{|-}|}
2 & 4 & & 3 & 1 & & & 3 & \ hhline{~*8{|-}|}
3 & & 5 & 4 & & 5 & & 4 &\ hhline{~*8{|-}|}
4 & & & & & & 1 & 1 & 2 \ hhline{~*8{|-}|}
5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \ hhline{~*8{|-}|}
6 & & color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \ hhline{~*8{|-}|}
end{tabular}


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
    1 hour ago













  • ` begin{tabular}{c | c | c | c | c | c | c | c | c | } multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2} & multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5} & multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ hhline{~*8{|-}|} 1 & & 5 & & 2 & 4 & & & \ hhline{~*8{|-}|} 2 & 4 & & 3 & 1 & & & 3 & \ hhline{~*8{|-}|} 3 & & 5 & 4 & & 5 & & 4 &\ hhline{~*8{|-}|} 4 & & & & & & 1 & 1 & 2 \ hhline{~*8{|-}|} 5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 `

    – naveganteX
    55 mins ago













  • @JouleV I have added the code!

    – naveganteX
    48 mins ago














3












3








3


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:



begin{table}[H]
centering
text{ textbf{Movies}}
begin{tabular}{c | c | c | c | c | c | c | c | c | }


multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2}
& multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5}
& multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ hhline{~*8{|-}|}
1 & & 5 & & 2 & 4 & & & \ hhline{~*8{|-}|}
2 & 4 & & 3 & 1 & & & 3 & \ hhline{~*8{|-}|}
3 & & 5 & 4 & & 5 & & 4 &\ hhline{~*8{|-}|}
4 & & & & & & 1 & 1 & 2 \ hhline{~*8{|-}|}
5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \ hhline{~*8{|-}|}
6 & & color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \ hhline{~*8{|-}|}
end{tabular}


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:



begin{table}[H]
centering
text{ textbf{Movies}}
begin{tabular}{c | c | c | c | c | c | c | c | c | }


multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2}
& multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5}
& multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ hhline{~*8{|-}|}
1 & & 5 & & 2 & 4 & & & \ hhline{~*8{|-}|}
2 & 4 & & 3 & 1 & & & 3 & \ hhline{~*8{|-}|}
3 & & 5 & 4 & & 5 & & 4 &\ hhline{~*8{|-}|}
4 & & & & & & 1 & 1 & 2 \ hhline{~*8{|-}|}
5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \ hhline{~*8{|-}|}
6 & & color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \ hhline{~*8{|-}|}
end{tabular}


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 50 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 1 hour ago









naveganteXnaveganteX

183




183




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
    1 hour ago













  • ` begin{tabular}{c | c | c | c | c | c | c | c | c | } multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2} & multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5} & multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ hhline{~*8{|-}|} 1 & & 5 & & 2 & 4 & & & \ hhline{~*8{|-}|} 2 & 4 & & 3 & 1 & & & 3 & \ hhline{~*8{|-}|} 3 & & 5 & 4 & & 5 & & 4 &\ hhline{~*8{|-}|} 4 & & & & & & 1 & 1 & 2 \ hhline{~*8{|-}|} 5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 `

    – naveganteX
    55 mins ago













  • @JouleV I have added the code!

    – naveganteX
    48 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
    1 hour ago













  • ` begin{tabular}{c | c | c | c | c | c | c | c | c | } multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2} & multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5} & multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ hhline{~*8{|-}|} 1 & & 5 & & 2 & 4 & & & \ hhline{~*8{|-}|} 2 & 4 & & 3 & 1 & & & 3 & \ hhline{~*8{|-}|} 3 & & 5 & 4 & & 5 & & 4 &\ hhline{~*8{|-}|} 4 & & & & & & 1 & 1 & 2 \ hhline{~*8{|-}|} 5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 `

    – naveganteX
    55 mins ago













  • @JouleV I have added the code!

    – naveganteX
    48 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
1 hour 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
1 hour ago















` begin{tabular}{c | c | c | c | c | c | c | c | c | } multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2} & multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5} & multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ hhline{~*8{|-}|} 1 & & 5 & & 2 & 4 & & & \ hhline{~*8{|-}|} 2 & 4 & & 3 & 1 & & & 3 & \ hhline{~*8{|-}|} 3 & & 5 & 4 & & 5 & & 4 &\ hhline{~*8{|-}|} 4 & & & & & & 1 & 1 & 2 \ hhline{~*8{|-}|} 5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 `

– naveganteX
55 mins ago







` begin{tabular}{c | c | c | c | c | c | c | c | c | } multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2} & multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5} & multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ hhline{~*8{|-}|} 1 & & 5 & & 2 & 4 & & & \ hhline{~*8{|-}|} 2 & 4 & & 3 & 1 & & & 3 & \ hhline{~*8{|-}|} 3 & & 5 & 4 & & 5 & & 4 &\ hhline{~*8{|-}|} 4 & & & & & & 1 & 1 & 2 \ hhline{~*8{|-}|} 5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 `

– naveganteX
55 mins ago















@JouleV I have added the code!

– naveganteX
48 mins ago





@JouleV I have added the code!

– naveganteX
48 mins ago










2 Answers
2






active

oldest

votes


















3














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



documentclass[tikz]{standalone}
usetikzlibrary{matrix}
begin{document}
sffamily
begin{tikzpicture}
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 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \
& color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \
};
draw[step=0.75] (m-1-1.north west) grid (m-6-8.south east);
begin{scope}[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};
end{scope}
path (m-1-5.north west) node[above=1em] {Movies};
path (m-3-1.south west) node[left=1em] {Users};
end{tikzpicture}
end{document}


enter image description here





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



documentclass{article}
usepackage{xcolor}
usepackage{array}
usepackage{multirow}
renewcommandarraystretch{1.5}
begin{document}
sffamily
begin{tabular}{cc|c|c|c|c|c|c|c|c|}
&multicolumn{1}{c}{} & multicolumn{8}{c}{Movies}\
&multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2}
& multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5}
& multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ cline{3-10}
multirow{6}{*}{Users}&1 & & 5 & & 2 & 4 & & & \ cline{3-10}
&2 & 4 & & 3 & 1 & & & 3 & \ cline{3-10}
&3 & & 5 & 4 & & 5 & & 4 &\ cline{3-10}
&4 & & & & & & 1 & 1 & 2 \ cline{3-10}
&5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \ cline{3-10}
&6 & & color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \ cline{3-10}
end{tabular}
end{document}


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
    41 mins ago











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

    – JouleV
    40 mins ago



















3














You can nest tables.



documentclass{beamer}
usepackage{xcolor}
usepackage{array}
usepackage{hhline}
begin{document}
begin{frame}[t]
frametitle{Tables can be nested}
begin{tabular}{cc}
& Movies\
Users&
begin{tabular}{c | c | c | c | c | c | c | c | c | }


multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2}
& multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5}
& multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ hhline{~*8{|-}|}
1 & & 5 & & 2 & 4 & & & \ hhline{~*8{|-}|}
2 & 4 & & 3 & 1 & & & 3 & \ hhline{~*8{|-}|}
3 & & 5 & 4 & & 5 & & 4 &\ hhline{~*8{|-}|}
4 & & & & & & 1 & 1 & 2 \ hhline{~*8{|-}|}
5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \ hhline{~*8{|-}|}
6 & & color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \ hhline{~*8{|-}|}
end{tabular}
end{tabular}
end{frame}
end{document}


enter image description here






share|improve this answer
























  • Thank you very much!

    – naveganteX
    39 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









3














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



documentclass[tikz]{standalone}
usetikzlibrary{matrix}
begin{document}
sffamily
begin{tikzpicture}
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 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \
& color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \
};
draw[step=0.75] (m-1-1.north west) grid (m-6-8.south east);
begin{scope}[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};
end{scope}
path (m-1-5.north west) node[above=1em] {Movies};
path (m-3-1.south west) node[left=1em] {Users};
end{tikzpicture}
end{document}


enter image description here





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



documentclass{article}
usepackage{xcolor}
usepackage{array}
usepackage{multirow}
renewcommandarraystretch{1.5}
begin{document}
sffamily
begin{tabular}{cc|c|c|c|c|c|c|c|c|}
&multicolumn{1}{c}{} & multicolumn{8}{c}{Movies}\
&multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2}
& multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5}
& multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ cline{3-10}
multirow{6}{*}{Users}&1 & & 5 & & 2 & 4 & & & \ cline{3-10}
&2 & 4 & & 3 & 1 & & & 3 & \ cline{3-10}
&3 & & 5 & 4 & & 5 & & 4 &\ cline{3-10}
&4 & & & & & & 1 & 1 & 2 \ cline{3-10}
&5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \ cline{3-10}
&6 & & color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \ cline{3-10}
end{tabular}
end{document}


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
    41 mins ago











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

    – JouleV
    40 mins ago
















3














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



documentclass[tikz]{standalone}
usetikzlibrary{matrix}
begin{document}
sffamily
begin{tikzpicture}
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 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \
& color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \
};
draw[step=0.75] (m-1-1.north west) grid (m-6-8.south east);
begin{scope}[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};
end{scope}
path (m-1-5.north west) node[above=1em] {Movies};
path (m-3-1.south west) node[left=1em] {Users};
end{tikzpicture}
end{document}


enter image description here





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



documentclass{article}
usepackage{xcolor}
usepackage{array}
usepackage{multirow}
renewcommandarraystretch{1.5}
begin{document}
sffamily
begin{tabular}{cc|c|c|c|c|c|c|c|c|}
&multicolumn{1}{c}{} & multicolumn{8}{c}{Movies}\
&multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2}
& multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5}
& multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ cline{3-10}
multirow{6}{*}{Users}&1 & & 5 & & 2 & 4 & & & \ cline{3-10}
&2 & 4 & & 3 & 1 & & & 3 & \ cline{3-10}
&3 & & 5 & 4 & & 5 & & 4 &\ cline{3-10}
&4 & & & & & & 1 & 1 & 2 \ cline{3-10}
&5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \ cline{3-10}
&6 & & color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \ cline{3-10}
end{tabular}
end{document}


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
    41 mins ago











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

    – JouleV
    40 mins ago














3












3








3







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



documentclass[tikz]{standalone}
usetikzlibrary{matrix}
begin{document}
sffamily
begin{tikzpicture}
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 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \
& color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \
};
draw[step=0.75] (m-1-1.north west) grid (m-6-8.south east);
begin{scope}[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};
end{scope}
path (m-1-5.north west) node[above=1em] {Movies};
path (m-3-1.south west) node[left=1em] {Users};
end{tikzpicture}
end{document}


enter image description here





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



documentclass{article}
usepackage{xcolor}
usepackage{array}
usepackage{multirow}
renewcommandarraystretch{1.5}
begin{document}
sffamily
begin{tabular}{cc|c|c|c|c|c|c|c|c|}
&multicolumn{1}{c}{} & multicolumn{8}{c}{Movies}\
&multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2}
& multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5}
& multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ cline{3-10}
multirow{6}{*}{Users}&1 & & 5 & & 2 & 4 & & & \ cline{3-10}
&2 & 4 & & 3 & 1 & & & 3 & \ cline{3-10}
&3 & & 5 & 4 & & 5 & & 4 &\ cline{3-10}
&4 & & & & & & 1 & 1 & 2 \ cline{3-10}
&5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \ cline{3-10}
&6 & & color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \ cline{3-10}
end{tabular}
end{document}


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}
usetikzlibrary{matrix}
begin{document}
sffamily
begin{tikzpicture}
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 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \
& color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \
};
draw[step=0.75] (m-1-1.north west) grid (m-6-8.south east);
begin{scope}[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};
end{scope}
path (m-1-5.north west) node[above=1em] {Movies};
path (m-3-1.south west) node[left=1em] {Users};
end{tikzpicture}
end{document}


enter image description here





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



documentclass{article}
usepackage{xcolor}
usepackage{array}
usepackage{multirow}
renewcommandarraystretch{1.5}
begin{document}
sffamily
begin{tabular}{cc|c|c|c|c|c|c|c|c|}
&multicolumn{1}{c}{} & multicolumn{8}{c}{Movies}\
&multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2}
& multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5}
& multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ cline{3-10}
multirow{6}{*}{Users}&1 & & 5 & & 2 & 4 & & & \ cline{3-10}
&2 & 4 & & 3 & 1 & & & 3 & \ cline{3-10}
&3 & & 5 & 4 & & 5 & & 4 &\ cline{3-10}
&4 & & & & & & 1 & 1 & 2 \ cline{3-10}
&5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \ cline{3-10}
&6 & & color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \ cline{3-10}
end{tabular}
end{document}


enter image description here







share|improve this answer














share|improve this answer



share|improve this answer








edited 17 mins ago

























answered 43 mins ago









JouleVJouleV

12.1k22662




12.1k22662













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

    – naveganteX
    41 mins ago











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

    – JouleV
    40 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
    41 mins ago











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

    – JouleV
    40 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
41 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
41 mins ago













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

– JouleV
40 mins ago





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

– JouleV
40 mins ago











3














You can nest tables.



documentclass{beamer}
usepackage{xcolor}
usepackage{array}
usepackage{hhline}
begin{document}
begin{frame}[t]
frametitle{Tables can be nested}
begin{tabular}{cc}
& Movies\
Users&
begin{tabular}{c | c | c | c | c | c | c | c | c | }


multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2}
& multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5}
& multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ hhline{~*8{|-}|}
1 & & 5 & & 2 & 4 & & & \ hhline{~*8{|-}|}
2 & 4 & & 3 & 1 & & & 3 & \ hhline{~*8{|-}|}
3 & & 5 & 4 & & 5 & & 4 &\ hhline{~*8{|-}|}
4 & & & & & & 1 & 1 & 2 \ hhline{~*8{|-}|}
5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \ hhline{~*8{|-}|}
6 & & color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \ hhline{~*8{|-}|}
end{tabular}
end{tabular}
end{frame}
end{document}


enter image description here






share|improve this answer
























  • Thank you very much!

    – naveganteX
    39 mins ago
















3














You can nest tables.



documentclass{beamer}
usepackage{xcolor}
usepackage{array}
usepackage{hhline}
begin{document}
begin{frame}[t]
frametitle{Tables can be nested}
begin{tabular}{cc}
& Movies\
Users&
begin{tabular}{c | c | c | c | c | c | c | c | c | }


multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2}
& multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5}
& multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ hhline{~*8{|-}|}
1 & & 5 & & 2 & 4 & & & \ hhline{~*8{|-}|}
2 & 4 & & 3 & 1 & & & 3 & \ hhline{~*8{|-}|}
3 & & 5 & 4 & & 5 & & 4 &\ hhline{~*8{|-}|}
4 & & & & & & 1 & 1 & 2 \ hhline{~*8{|-}|}
5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \ hhline{~*8{|-}|}
6 & & color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \ hhline{~*8{|-}|}
end{tabular}
end{tabular}
end{frame}
end{document}


enter image description here






share|improve this answer
























  • Thank you very much!

    – naveganteX
    39 mins ago














3












3








3







You can nest tables.



documentclass{beamer}
usepackage{xcolor}
usepackage{array}
usepackage{hhline}
begin{document}
begin{frame}[t]
frametitle{Tables can be nested}
begin{tabular}{cc}
& Movies\
Users&
begin{tabular}{c | c | c | c | c | c | c | c | c | }


multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2}
& multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5}
& multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ hhline{~*8{|-}|}
1 & & 5 & & 2 & 4 & & & \ hhline{~*8{|-}|}
2 & 4 & & 3 & 1 & & & 3 & \ hhline{~*8{|-}|}
3 & & 5 & 4 & & 5 & & 4 &\ hhline{~*8{|-}|}
4 & & & & & & 1 & 1 & 2 \ hhline{~*8{|-}|}
5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \ hhline{~*8{|-}|}
6 & & color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \ hhline{~*8{|-}|}
end{tabular}
end{tabular}
end{frame}
end{document}


enter image description here






share|improve this answer













You can nest tables.



documentclass{beamer}
usepackage{xcolor}
usepackage{array}
usepackage{hhline}
begin{document}
begin{frame}[t]
frametitle{Tables can be nested}
begin{tabular}{cc}
& Movies\
Users&
begin{tabular}{c | c | c | c | c | c | c | c | c | }


multicolumn{1}{c}{} & multicolumn{1}{c}{1} & multicolumn{1}{c}{2}
& multicolumn{1}{c}{3} & multicolumn{1}{c}{4} & multicolumn{1}{c}{5}
& multicolumn{1}{c}{6} & multicolumn{1}{c}{7} & multicolumn{1}{c}{8} \ hhline{~*8{|-}|}
1 & & 5 & & 2 & 4 & & & \ hhline{~*8{|-}|}
2 & 4 & & 3 & 1 & & & 3 & \ hhline{~*8{|-}|}
3 & & 5 & 4 & & 5 & & 4 &\ hhline{~*8{|-}|}
4 & & & & & & 1 & 1 & 2 \ hhline{~*8{|-}|}
5 & 3 & & color{blue}textbf{?} & & color{blue}textbf{?} & 3 & & 0 \ hhline{~*8{|-}|}
6 & & color{blue}textbf{?} & 2 & & 4 & &color{blue}textbf{?} & \ hhline{~*8{|-}|}
end{tabular}
end{tabular}
end{frame}
end{document}


enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered 42 mins ago









marmotmarmot

116k5150281




116k5150281













  • Thank you very much!

    – naveganteX
    39 mins ago



















  • Thank you very much!

    – naveganteX
    39 mins ago

















Thank you very much!

– naveganteX
39 mins ago





Thank you very much!

– naveganteX
39 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

“%fieldName is a required field.”, in Magento2 REST API Call for GET Method Type The Next...

How to change City field to a dropdown in Checkout step Magento 2Magento 2 : How to change UI field(s)...

夢乃愛華...