Subfigures set in gridAlign subfigures verticallyHow to zoom (and apply grid on) subfiguresSubfigures in...

Genitives like "axeos"

PTiJ: How should animals pray?

If nine coins are tossed, what is the probability that the number of heads is even?

Under what conditions would I NOT add my Proficiency Bonus to a Spell Attack Roll (or Saving Throw DC)?

Affine transformation of circular arc in 3D

I can't die. Who am I?

What is the meaning of option 'by' in TikZ Intersections

Why is, for a group scheme of finite type, "smooth" (resp. irreducible) equivalent to "geometrically reduced" (resp. geometrically irreducible)?

Is there a math equivalent to the conditional ternary operator?

Can inspiration allow the Rogue to make a Sneak Attack?

When to use the term transposed instead of modulation?

Who is at the mall?

Sundering Titan and basic normal lands and snow lands

Can a space-faring robot still function over a billion years?

Ultrafilters as a double dual

Computing the volume of a simplex-like object with constraints

What is Tony Stark injecting into himself in Iron Man 3?

I've given my players a lot of magic items. Is it reasonable for me to give them harder encounters?

Professor forcing me to attend a conference

What is "desert glass" and what does it do to the PCs?

How do we objectively assess if a dialogue sounds unnatural or cringy?

Is divide-by-zero a security vulnerability?

Did Amazon pay $0 in taxes last year?

Why is there an extra space when I type "ls" on the Desktop?



Subfigures set in grid


Align subfigures verticallyHow to zoom (and apply grid on) subfiguresSubfigures in subsequent framesadd caption to SubfiguresAligning subfigures in a 2x3 grid with tikzSCfigure + subfiguresSubfigures in subfigures in latexOverfull hbox warning - two plots side-by-sideCaption alignment of grid subfiguresNo graphics in subfigures













0















I am struggling to place a series of subfigures in a 2x3 gri



Apologies, I can see similar questions to this have been asked before, and I have attempted to try what is suggested but the responses seem very specific to the individual use case. I would also appreciate any comments people have that can aid my understanding of the issue, in addition to a solution to the problem.



subfigure example



documentclass[english]{report}
usepackage[left=2cm, right=2cm, top=3cm]{geometry}
usepackage{subfiles}
usepackage{graphicx}
usepackage{subcaption}
usepackage{lscape}
usepackage{pdflscape}

begin{document}
begin{landscape}
graphicspath{{figures/dig_simulations/}}
begin{figure}
centering
begin{subfigure}[t]{2in}
caption{Tversky & Kahneman}
includegraphics[width=2in]{TK_1.png}
end{subfigure}
begin{subfigure}[t]{2in}
caption{Lattimore}
includegraphics[width=2in]{Lattimore_1.png}
end{subfigure}
begin{subfigure}[t]{2in}
caption{Lattimore}
includegraphics[width=2in]{Lattimore_2.png}
end{subfigure}
begin{subfigure}[t]{2in}
caption{Lattimore}
includegraphics[width=2in]{Lattimore_3.png}
end{subfigure}
medskip
begin{subfigure}[t]{2in}
centering
caption{Prelec}
includegraphics[width=2in]{Prelec_1.png}
end{subfigure}
caption{Prelec}%label{fig:2b}
begin{subfigure}[t]{2in}
centering
caption{Prelec}
includegraphics[width=2in]{Prelec_2.png}
end{subfigure}
begin{subfigure}[t]{2in}
end{subfigure}
begin{subfigure}[t]{2in}
centering
includegraphics[width=2in]{Prelec_3.png}
end{subfigure}
caption{example caption}
end{figure}
end{landscape}

end{document}









share|improve this question





























    0















    I am struggling to place a series of subfigures in a 2x3 gri



    Apologies, I can see similar questions to this have been asked before, and I have attempted to try what is suggested but the responses seem very specific to the individual use case. I would also appreciate any comments people have that can aid my understanding of the issue, in addition to a solution to the problem.



    subfigure example



    documentclass[english]{report}
    usepackage[left=2cm, right=2cm, top=3cm]{geometry}
    usepackage{subfiles}
    usepackage{graphicx}
    usepackage{subcaption}
    usepackage{lscape}
    usepackage{pdflscape}

    begin{document}
    begin{landscape}
    graphicspath{{figures/dig_simulations/}}
    begin{figure}
    centering
    begin{subfigure}[t]{2in}
    caption{Tversky & Kahneman}
    includegraphics[width=2in]{TK_1.png}
    end{subfigure}
    begin{subfigure}[t]{2in}
    caption{Lattimore}
    includegraphics[width=2in]{Lattimore_1.png}
    end{subfigure}
    begin{subfigure}[t]{2in}
    caption{Lattimore}
    includegraphics[width=2in]{Lattimore_2.png}
    end{subfigure}
    begin{subfigure}[t]{2in}
    caption{Lattimore}
    includegraphics[width=2in]{Lattimore_3.png}
    end{subfigure}
    medskip
    begin{subfigure}[t]{2in}
    centering
    caption{Prelec}
    includegraphics[width=2in]{Prelec_1.png}
    end{subfigure}
    caption{Prelec}%label{fig:2b}
    begin{subfigure}[t]{2in}
    centering
    caption{Prelec}
    includegraphics[width=2in]{Prelec_2.png}
    end{subfigure}
    begin{subfigure}[t]{2in}
    end{subfigure}
    begin{subfigure}[t]{2in}
    centering
    includegraphics[width=2in]{Prelec_3.png}
    end{subfigure}
    caption{example caption}
    end{figure}
    end{landscape}

    end{document}









    share|improve this question



























      0












      0








      0


      1






      I am struggling to place a series of subfigures in a 2x3 gri



      Apologies, I can see similar questions to this have been asked before, and I have attempted to try what is suggested but the responses seem very specific to the individual use case. I would also appreciate any comments people have that can aid my understanding of the issue, in addition to a solution to the problem.



      subfigure example



      documentclass[english]{report}
      usepackage[left=2cm, right=2cm, top=3cm]{geometry}
      usepackage{subfiles}
      usepackage{graphicx}
      usepackage{subcaption}
      usepackage{lscape}
      usepackage{pdflscape}

      begin{document}
      begin{landscape}
      graphicspath{{figures/dig_simulations/}}
      begin{figure}
      centering
      begin{subfigure}[t]{2in}
      caption{Tversky & Kahneman}
      includegraphics[width=2in]{TK_1.png}
      end{subfigure}
      begin{subfigure}[t]{2in}
      caption{Lattimore}
      includegraphics[width=2in]{Lattimore_1.png}
      end{subfigure}
      begin{subfigure}[t]{2in}
      caption{Lattimore}
      includegraphics[width=2in]{Lattimore_2.png}
      end{subfigure}
      begin{subfigure}[t]{2in}
      caption{Lattimore}
      includegraphics[width=2in]{Lattimore_3.png}
      end{subfigure}
      medskip
      begin{subfigure}[t]{2in}
      centering
      caption{Prelec}
      includegraphics[width=2in]{Prelec_1.png}
      end{subfigure}
      caption{Prelec}%label{fig:2b}
      begin{subfigure}[t]{2in}
      centering
      caption{Prelec}
      includegraphics[width=2in]{Prelec_2.png}
      end{subfigure}
      begin{subfigure}[t]{2in}
      end{subfigure}
      begin{subfigure}[t]{2in}
      centering
      includegraphics[width=2in]{Prelec_3.png}
      end{subfigure}
      caption{example caption}
      end{figure}
      end{landscape}

      end{document}









      share|improve this question
















      I am struggling to place a series of subfigures in a 2x3 gri



      Apologies, I can see similar questions to this have been asked before, and I have attempted to try what is suggested but the responses seem very specific to the individual use case. I would also appreciate any comments people have that can aid my understanding of the issue, in addition to a solution to the problem.



      subfigure example



      documentclass[english]{report}
      usepackage[left=2cm, right=2cm, top=3cm]{geometry}
      usepackage{subfiles}
      usepackage{graphicx}
      usepackage{subcaption}
      usepackage{lscape}
      usepackage{pdflscape}

      begin{document}
      begin{landscape}
      graphicspath{{figures/dig_simulations/}}
      begin{figure}
      centering
      begin{subfigure}[t]{2in}
      caption{Tversky & Kahneman}
      includegraphics[width=2in]{TK_1.png}
      end{subfigure}
      begin{subfigure}[t]{2in}
      caption{Lattimore}
      includegraphics[width=2in]{Lattimore_1.png}
      end{subfigure}
      begin{subfigure}[t]{2in}
      caption{Lattimore}
      includegraphics[width=2in]{Lattimore_2.png}
      end{subfigure}
      begin{subfigure}[t]{2in}
      caption{Lattimore}
      includegraphics[width=2in]{Lattimore_3.png}
      end{subfigure}
      medskip
      begin{subfigure}[t]{2in}
      centering
      caption{Prelec}
      includegraphics[width=2in]{Prelec_1.png}
      end{subfigure}
      caption{Prelec}%label{fig:2b}
      begin{subfigure}[t]{2in}
      centering
      caption{Prelec}
      includegraphics[width=2in]{Prelec_2.png}
      end{subfigure}
      begin{subfigure}[t]{2in}
      end{subfigure}
      begin{subfigure}[t]{2in}
      centering
      includegraphics[width=2in]{Prelec_3.png}
      end{subfigure}
      caption{example caption}
      end{figure}
      end{landscape}

      end{document}






      subfloats






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 3 hours ago









      Phelype Oleinik

      23.9k54688




      23.9k54688










      asked 3 hours ago









      RbedzRbedz

      82




      82






















          1 Answer
          1






          active

          oldest

          votes


















          0














          In the following code I have commented out some lines of your original example and added four lines (highlighted by <-----):



          documentclass[english]{report}
          usepackage[left=2cm, right=2cm, top=3cm]{geometry}
          usepackage{subfiles}
          usepackage{graphicx}
          usepackage{subcaption}
          usepackage{lscape}
          usepackage{pdflscape}

          begin{document}
          begin{landscape}
          graphicspath{{figures/dig_simulations/}}
          begin{figure}
          centering
          begin{subfigure}[t]{2in}
          caption{Tversky & Kahneman}
          includegraphics[width=2in]{TK_1.png}
          end{subfigure}
          begin{subfigure}[t]{2in}
          caption{Lattimore}
          includegraphics[width=2in]{Lattimore_1.png}
          end{subfigure}
          begin{subfigure}[t]{2in}
          caption{Lattimore}
          includegraphics[width=2in]{Lattimore_2.png}
          end{subfigure}

          medskip % <-------------------------------
          begin{subfigure}[t]{2in}
          caption{Lattimore}
          includegraphics[width=2in]{Lattimore_3.png}
          end{subfigure}
          % medskip
          begin{subfigure}[t]{2in}
          centering
          caption{Prelec}
          includegraphics[width=2in]{Prelec_1.png}
          end{subfigure}
          % caption{Prelec}%label{fig:2b}
          begin{subfigure}[t]{2in}
          centering
          caption{Prelec}
          includegraphics[width=2in]{Prelec_2.png}
          end{subfigure}
          % begin{subfigure}[t]{2in}
          % end{subfigure}

          medskip % <-------------------------------
          begin{subfigure}[t]{2in}
          centering
          caption{test}
          includegraphics[width=2in]{Prelec_3.png}
          end{subfigure}
          caption{example caption}
          end{figure}
          end{landscape}

          end{document}


          enter image description here






          share|improve this answer























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


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478299%2fsubfigures-set-in-grid%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









            0














            In the following code I have commented out some lines of your original example and added four lines (highlighted by <-----):



            documentclass[english]{report}
            usepackage[left=2cm, right=2cm, top=3cm]{geometry}
            usepackage{subfiles}
            usepackage{graphicx}
            usepackage{subcaption}
            usepackage{lscape}
            usepackage{pdflscape}

            begin{document}
            begin{landscape}
            graphicspath{{figures/dig_simulations/}}
            begin{figure}
            centering
            begin{subfigure}[t]{2in}
            caption{Tversky & Kahneman}
            includegraphics[width=2in]{TK_1.png}
            end{subfigure}
            begin{subfigure}[t]{2in}
            caption{Lattimore}
            includegraphics[width=2in]{Lattimore_1.png}
            end{subfigure}
            begin{subfigure}[t]{2in}
            caption{Lattimore}
            includegraphics[width=2in]{Lattimore_2.png}
            end{subfigure}

            medskip % <-------------------------------
            begin{subfigure}[t]{2in}
            caption{Lattimore}
            includegraphics[width=2in]{Lattimore_3.png}
            end{subfigure}
            % medskip
            begin{subfigure}[t]{2in}
            centering
            caption{Prelec}
            includegraphics[width=2in]{Prelec_1.png}
            end{subfigure}
            % caption{Prelec}%label{fig:2b}
            begin{subfigure}[t]{2in}
            centering
            caption{Prelec}
            includegraphics[width=2in]{Prelec_2.png}
            end{subfigure}
            % begin{subfigure}[t]{2in}
            % end{subfigure}

            medskip % <-------------------------------
            begin{subfigure}[t]{2in}
            centering
            caption{test}
            includegraphics[width=2in]{Prelec_3.png}
            end{subfigure}
            caption{example caption}
            end{figure}
            end{landscape}

            end{document}


            enter image description here






            share|improve this answer




























              0














              In the following code I have commented out some lines of your original example and added four lines (highlighted by <-----):



              documentclass[english]{report}
              usepackage[left=2cm, right=2cm, top=3cm]{geometry}
              usepackage{subfiles}
              usepackage{graphicx}
              usepackage{subcaption}
              usepackage{lscape}
              usepackage{pdflscape}

              begin{document}
              begin{landscape}
              graphicspath{{figures/dig_simulations/}}
              begin{figure}
              centering
              begin{subfigure}[t]{2in}
              caption{Tversky & Kahneman}
              includegraphics[width=2in]{TK_1.png}
              end{subfigure}
              begin{subfigure}[t]{2in}
              caption{Lattimore}
              includegraphics[width=2in]{Lattimore_1.png}
              end{subfigure}
              begin{subfigure}[t]{2in}
              caption{Lattimore}
              includegraphics[width=2in]{Lattimore_2.png}
              end{subfigure}

              medskip % <-------------------------------
              begin{subfigure}[t]{2in}
              caption{Lattimore}
              includegraphics[width=2in]{Lattimore_3.png}
              end{subfigure}
              % medskip
              begin{subfigure}[t]{2in}
              centering
              caption{Prelec}
              includegraphics[width=2in]{Prelec_1.png}
              end{subfigure}
              % caption{Prelec}%label{fig:2b}
              begin{subfigure}[t]{2in}
              centering
              caption{Prelec}
              includegraphics[width=2in]{Prelec_2.png}
              end{subfigure}
              % begin{subfigure}[t]{2in}
              % end{subfigure}

              medskip % <-------------------------------
              begin{subfigure}[t]{2in}
              centering
              caption{test}
              includegraphics[width=2in]{Prelec_3.png}
              end{subfigure}
              caption{example caption}
              end{figure}
              end{landscape}

              end{document}


              enter image description here






              share|improve this answer


























                0












                0








                0







                In the following code I have commented out some lines of your original example and added four lines (highlighted by <-----):



                documentclass[english]{report}
                usepackage[left=2cm, right=2cm, top=3cm]{geometry}
                usepackage{subfiles}
                usepackage{graphicx}
                usepackage{subcaption}
                usepackage{lscape}
                usepackage{pdflscape}

                begin{document}
                begin{landscape}
                graphicspath{{figures/dig_simulations/}}
                begin{figure}
                centering
                begin{subfigure}[t]{2in}
                caption{Tversky & Kahneman}
                includegraphics[width=2in]{TK_1.png}
                end{subfigure}
                begin{subfigure}[t]{2in}
                caption{Lattimore}
                includegraphics[width=2in]{Lattimore_1.png}
                end{subfigure}
                begin{subfigure}[t]{2in}
                caption{Lattimore}
                includegraphics[width=2in]{Lattimore_2.png}
                end{subfigure}

                medskip % <-------------------------------
                begin{subfigure}[t]{2in}
                caption{Lattimore}
                includegraphics[width=2in]{Lattimore_3.png}
                end{subfigure}
                % medskip
                begin{subfigure}[t]{2in}
                centering
                caption{Prelec}
                includegraphics[width=2in]{Prelec_1.png}
                end{subfigure}
                % caption{Prelec}%label{fig:2b}
                begin{subfigure}[t]{2in}
                centering
                caption{Prelec}
                includegraphics[width=2in]{Prelec_2.png}
                end{subfigure}
                % begin{subfigure}[t]{2in}
                % end{subfigure}

                medskip % <-------------------------------
                begin{subfigure}[t]{2in}
                centering
                caption{test}
                includegraphics[width=2in]{Prelec_3.png}
                end{subfigure}
                caption{example caption}
                end{figure}
                end{landscape}

                end{document}


                enter image description here






                share|improve this answer













                In the following code I have commented out some lines of your original example and added four lines (highlighted by <-----):



                documentclass[english]{report}
                usepackage[left=2cm, right=2cm, top=3cm]{geometry}
                usepackage{subfiles}
                usepackage{graphicx}
                usepackage{subcaption}
                usepackage{lscape}
                usepackage{pdflscape}

                begin{document}
                begin{landscape}
                graphicspath{{figures/dig_simulations/}}
                begin{figure}
                centering
                begin{subfigure}[t]{2in}
                caption{Tversky & Kahneman}
                includegraphics[width=2in]{TK_1.png}
                end{subfigure}
                begin{subfigure}[t]{2in}
                caption{Lattimore}
                includegraphics[width=2in]{Lattimore_1.png}
                end{subfigure}
                begin{subfigure}[t]{2in}
                caption{Lattimore}
                includegraphics[width=2in]{Lattimore_2.png}
                end{subfigure}

                medskip % <-------------------------------
                begin{subfigure}[t]{2in}
                caption{Lattimore}
                includegraphics[width=2in]{Lattimore_3.png}
                end{subfigure}
                % medskip
                begin{subfigure}[t]{2in}
                centering
                caption{Prelec}
                includegraphics[width=2in]{Prelec_1.png}
                end{subfigure}
                % caption{Prelec}%label{fig:2b}
                begin{subfigure}[t]{2in}
                centering
                caption{Prelec}
                includegraphics[width=2in]{Prelec_2.png}
                end{subfigure}
                % begin{subfigure}[t]{2in}
                % end{subfigure}

                medskip % <-------------------------------
                begin{subfigure}[t]{2in}
                centering
                caption{test}
                includegraphics[width=2in]{Prelec_3.png}
                end{subfigure}
                caption{example caption}
                end{figure}
                end{landscape}

                end{document}


                enter image description here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 2 hours ago









                leandriisleandriis

                9,3701530




                9,3701530






























                    draft saved

                    draft discarded




















































                    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%2f478299%2fsubfigures-set-in-grid%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

                    Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

                    How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

                    Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...