Hiding Certain Lines on Table The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Use column-separator & (ampersand) inside newenvironmentTabular and grid typesettingtabu package - gaps in vertical lineshorizontal lines in certain table cellsMacros just for certain number of linesHow to make table lines matchRemoving certain lines from a tableTable lines alignmentVertical lines only in certain columnsUnexpected vertical skip amount at end of tabularx environment

How can I define good in a religion that claims no moral authority?

How should I replace vector<uint8_t>::const_iterator in an API?

Didn't get enough time to take a Coding Test - what to do now?

Semisimplicity of the category of coherent sheaves?

When did F become S in typeography, and why?

What's the point in a preamp?

What is special about square numbers here?

Is this wall load bearing? Blueprints and photos attached

Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?

How did passengers keep warm on sail ships?

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

How to pronounce 1ターン?

Can withdrawing asylum be illegal?

Why does this iterative way of solving of equation work?

Why is superheterodyning better than direct conversion?

Take groceries in checked luggage

How are presidential pardons supposed to be used?

He got a vote 80% that of Emmanuel Macron’s

How to stretch delimiters to envolve matrices inside of a kbordermatrix?

does high air pressure throw off wheel balance?

Who or what is the being for whom Being is a question for Heidegger?

Arduino Pro Micro - switch off LEDs

First use of “packing” as in carrying a gun

Why did all the guest students take carriages to the Yule Ball?



Hiding Certain Lines on Table



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Use column-separator & (ampersand) inside newenvironmentTabular and grid typesettingtabu package - gaps in vertical lineshorizontal lines in certain table cellsMacros just for certain number of linesHow to make table lines matchRemoving certain lines from a tableTable lines alignmentVertical lines only in certain columnsUnexpected vertical skip amount at end of tabularx environment










2















I made the following table:



documentclassarticle
usepackagemultirow
usepackagemulticol

begindocument

defarraystretch1.5
begintabularc hline
& & multicolumn3cActual \ hline
& Class & Low & Med. & High \ hline
multirow3*Prediction & Low & $0$ & $0$ & $0$ \
& Med. & $10$ & $98$ & $1$ \
& High & $0$ & $0$ & $0$ \ hline
endtabular

enddocument


Here is the result:



enter image description here



I am just curious if there is any way to get rid of the lines around the boxes that have nothing in them?










share|improve this question




























    2















    I made the following table:



    documentclassarticle
    usepackagemultirow
    usepackagemulticol

    begindocument

    defarraystretch1.5
    begintabularc hline
    & & multicolumn3cActual \ hline
    & Class & Low & Med. & High \ hline
    multirow3*Prediction & Low & $0$ & $0$ & $0$ \
    & Med. & $10$ & $98$ & $1$ \
    & High & $0$ & $0$ & $0$ \ hline
    endtabular

    enddocument


    Here is the result:



    enter image description here



    I am just curious if there is any way to get rid of the lines around the boxes that have nothing in them?










    share|improve this question


























      2












      2








      2








      I made the following table:



      documentclassarticle
      usepackagemultirow
      usepackagemulticol

      begindocument

      defarraystretch1.5
      begintabularc hline
      & & multicolumn3cActual \ hline
      & Class & Low & Med. & High \ hline
      multirow3*Prediction & Low & $0$ & $0$ & $0$ \
      & Med. & $10$ & $98$ & $1$ \
      & High & $0$ & $0$ & $0$ \ hline
      endtabular

      enddocument


      Here is the result:



      enter image description here



      I am just curious if there is any way to get rid of the lines around the boxes that have nothing in them?










      share|improve this question
















      I made the following table:



      documentclassarticle
      usepackagemultirow
      usepackagemulticol

      begindocument

      defarraystretch1.5
      begintabularc hline
      & & multicolumn3cActual \ hline
      & Class & Low & Med. & High \ hline
      multirow3*Prediction & Low & $0$ & $0$ & $0$ \
      & Med. & $10$ & $98$ & $1$ \
      & High & $0$ & $0$ & $0$ \ hline
      endtabular

      enddocument


      Here is the result:



      enter image description here



      I am just curious if there is any way to get rid of the lines around the boxes that have nothing in them?







      tables formatting line






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 54 mins ago









      Kurt

      41.1k950164




      41.1k950164










      asked 2 hours ago









      Aiden KennyAiden Kenny

      4777




      4777




















          2 Answers
          2






          active

          oldest

          votes


















          1














          There is no need of multicol here.



          documentclassarticle
          usepackagemultirow
          begindocument
          defarraystretch1.5
          begintabularc
          cline3-5
          multicolumn1c & & multicolumn3cActual \ cline2-5
          multicolumn1c & Class & Low & Med. & High \ hline
          multirow3*Prediction & Low & $0$ & $0$ & $0$ \
          & Med. & $10$ & $98$ & $1$ \
          & High & $0$ & $0$ & $0$ \ hline
          endtabular
          enddocument


          enter image description here






          share|improve this answer






























            1














            I would suggest to omit all lines, looks better for me. In the following mwe I show both versions. Please see my pretty printing to be able to see the structure of the table faster ...



            MWE [important code changings marked with <======]:



            documentclassarticle
            usepackagemultirow
            usepackagemulticol

            begindocument

            defarraystretch1.5
            How about without lines:

            begintabularc c ccc %hline
            & & multicolumn3cActual \ %hline
            & Class & Low & Med. & High \ %hline
            multirow3*Prediction & Low & $0$ & $0$ & $0$ \
            & Med. & $10$ & $98$ & $1$ \
            & High & $0$ & $0$ & $0$ \ %hline
            endtabular

            Version with lines:

            begintabularc cline3-5 % <==============================
            multicolumn2c & multicolumn3cActual \ cline2-5 % <===========
            multicolumn1c & Class & Low & Med. & High \ hline % <========
            multirow3*Prediction & Low & $0$ & $0$ & $0$ \ % <=======
            & Med. & $10$ & $98$ & $1$ \
            & High & $0$ & $0$ & $0$ \ hline
            endtabular
            enddocument


            and its result:



            result






            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%2f484736%2fhiding-certain-lines-on-table%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









              1














              There is no need of multicol here.



              documentclassarticle
              usepackagemultirow
              begindocument
              defarraystretch1.5
              begintabularc
              cline3-5
              multicolumn1c & & multicolumn3cActual \ cline2-5
              multicolumn1c & Class & Low & Med. & High \ hline
              multirow3*Prediction & Low & $0$ & $0$ & $0$ \
              & Med. & $10$ & $98$ & $1$ \
              & High & $0$ & $0$ & $0$ \ hline
              endtabular
              enddocument


              enter image description here






              share|improve this answer



























                1














                There is no need of multicol here.



                documentclassarticle
                usepackagemultirow
                begindocument
                defarraystretch1.5
                begintabularc
                cline3-5
                multicolumn1c & & multicolumn3cActual \ cline2-5
                multicolumn1c & Class & Low & Med. & High \ hline
                multirow3*Prediction & Low & $0$ & $0$ & $0$ \
                & Med. & $10$ & $98$ & $1$ \
                & High & $0$ & $0$ & $0$ \ hline
                endtabular
                enddocument


                enter image description here






                share|improve this answer

























                  1












                  1








                  1







                  There is no need of multicol here.



                  documentclassarticle
                  usepackagemultirow
                  begindocument
                  defarraystretch1.5
                  begintabularc
                  cline3-5
                  multicolumn1c & & multicolumn3cActual \ cline2-5
                  multicolumn1c & Class & Low & Med. & High \ hline
                  multirow3*Prediction & Low & $0$ & $0$ & $0$ \
                  & Med. & $10$ & $98$ & $1$ \
                  & High & $0$ & $0$ & $0$ \ hline
                  endtabular
                  enddocument


                  enter image description here






                  share|improve this answer













                  There is no need of multicol here.



                  documentclassarticle
                  usepackagemultirow
                  begindocument
                  defarraystretch1.5
                  begintabularc
                  cline3-5
                  multicolumn1c & & multicolumn3cActual \ cline2-5
                  multicolumn1c & Class & Low & Med. & High \ hline
                  multirow3*Prediction & Low & $0$ & $0$ & $0$ \
                  & Med. & $10$ & $98$ & $1$ \
                  & High & $0$ & $0$ & $0$ \ hline
                  endtabular
                  enddocument


                  enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 1 hour ago









                  JouleVJouleV

                  13.2k22663




                  13.2k22663





















                      1














                      I would suggest to omit all lines, looks better for me. In the following mwe I show both versions. Please see my pretty printing to be able to see the structure of the table faster ...



                      MWE [important code changings marked with <======]:



                      documentclassarticle
                      usepackagemultirow
                      usepackagemulticol

                      begindocument

                      defarraystretch1.5
                      How about without lines:

                      begintabularc c ccc %hline
                      & & multicolumn3cActual \ %hline
                      & Class & Low & Med. & High \ %hline
                      multirow3*Prediction & Low & $0$ & $0$ & $0$ \
                      & Med. & $10$ & $98$ & $1$ \
                      & High & $0$ & $0$ & $0$ \ %hline
                      endtabular

                      Version with lines:

                      begintabularc cline3-5 % <==============================
                      multicolumn2c & multicolumn3cActual \ cline2-5 % <===========
                      multicolumn1c & Class & Low & Med. & High \ hline % <========
                      multirow3*Prediction & Low & $0$ & $0$ & $0$ \ % <=======
                      & Med. & $10$ & $98$ & $1$ \
                      & High & $0$ & $0$ & $0$ \ hline
                      endtabular
                      enddocument


                      and its result:



                      result






                      share|improve this answer



























                        1














                        I would suggest to omit all lines, looks better for me. In the following mwe I show both versions. Please see my pretty printing to be able to see the structure of the table faster ...



                        MWE [important code changings marked with <======]:



                        documentclassarticle
                        usepackagemultirow
                        usepackagemulticol

                        begindocument

                        defarraystretch1.5
                        How about without lines:

                        begintabularc c ccc %hline
                        & & multicolumn3cActual \ %hline
                        & Class & Low & Med. & High \ %hline
                        multirow3*Prediction & Low & $0$ & $0$ & $0$ \
                        & Med. & $10$ & $98$ & $1$ \
                        & High & $0$ & $0$ & $0$ \ %hline
                        endtabular

                        Version with lines:

                        begintabularc cline3-5 % <==============================
                        multicolumn2c & multicolumn3cActual \ cline2-5 % <===========
                        multicolumn1c & Class & Low & Med. & High \ hline % <========
                        multirow3*Prediction & Low & $0$ & $0$ & $0$ \ % <=======
                        & Med. & $10$ & $98$ & $1$ \
                        & High & $0$ & $0$ & $0$ \ hline
                        endtabular
                        enddocument


                        and its result:



                        result






                        share|improve this answer

























                          1












                          1








                          1







                          I would suggest to omit all lines, looks better for me. In the following mwe I show both versions. Please see my pretty printing to be able to see the structure of the table faster ...



                          MWE [important code changings marked with <======]:



                          documentclassarticle
                          usepackagemultirow
                          usepackagemulticol

                          begindocument

                          defarraystretch1.5
                          How about without lines:

                          begintabularc c ccc %hline
                          & & multicolumn3cActual \ %hline
                          & Class & Low & Med. & High \ %hline
                          multirow3*Prediction & Low & $0$ & $0$ & $0$ \
                          & Med. & $10$ & $98$ & $1$ \
                          & High & $0$ & $0$ & $0$ \ %hline
                          endtabular

                          Version with lines:

                          begintabularc cline3-5 % <==============================
                          multicolumn2c & multicolumn3cActual \ cline2-5 % <===========
                          multicolumn1c & Class & Low & Med. & High \ hline % <========
                          multirow3*Prediction & Low & $0$ & $0$ & $0$ \ % <=======
                          & Med. & $10$ & $98$ & $1$ \
                          & High & $0$ & $0$ & $0$ \ hline
                          endtabular
                          enddocument


                          and its result:



                          result






                          share|improve this answer













                          I would suggest to omit all lines, looks better for me. In the following mwe I show both versions. Please see my pretty printing to be able to see the structure of the table faster ...



                          MWE [important code changings marked with <======]:



                          documentclassarticle
                          usepackagemultirow
                          usepackagemulticol

                          begindocument

                          defarraystretch1.5
                          How about without lines:

                          begintabularc c ccc %hline
                          & & multicolumn3cActual \ %hline
                          & Class & Low & Med. & High \ %hline
                          multirow3*Prediction & Low & $0$ & $0$ & $0$ \
                          & Med. & $10$ & $98$ & $1$ \
                          & High & $0$ & $0$ & $0$ \ %hline
                          endtabular

                          Version with lines:

                          begintabularc cline3-5 % <==============================
                          multicolumn2c & multicolumn3cActual \ cline2-5 % <===========
                          multicolumn1c & Class & Low & Med. & High \ hline % <========
                          multirow3*Prediction & Low & $0$ & $0$ & $0$ \ % <=======
                          & Med. & $10$ & $98$ & $1$ \
                          & High & $0$ & $0$ & $0$ \ hline
                          endtabular
                          enddocument


                          and its result:



                          result







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 59 mins ago









                          KurtKurt

                          41.1k950164




                          41.1k950164



























                              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%2f484736%2fhiding-certain-lines-on-table%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

                              Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

                              Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

                              Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»