Draw an X through a figure Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Scale TikZ figure to linewidth when relative positioning usedRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?TikZ: Node position in draw environmentAdding text above a node in Tikzpicture tree diagramDrawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of themUsing tikz Calc package to add cordinates

What does the word "veer" mean here?

What's the meaning of 間時肆拾貳 at a car parking sign

Is the Standard Deduction better than Itemized when both are the same amount?

Can an alien society believe that their star system is the universe?

Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?

Why is "Consequences inflicted." not a sentence?

Should I discuss the type of campaign with my players?

How to tell that you are a giant?

Why did the IBM 650 use bi-quinary?

What is the role of the transistor and diode in a soft start circuit?

Using audio cues to encourage good posture

Use BFD on a Virtual-Template Interface

If a contract sometimes uses the wrong name, is it still valid?

3 doors, three guards, one stone

Why aren't air breathing engines used as small first stages

Why is my conclusion inconsistent with the van't Hoff equation?

Seeking colloquialism for “just because”

Echoing a tail command produces unexpected output?

Can a non-EU citizen traveling with me come with me through the EU passport line?

Why was the term "discrete" used in discrete logarithm?

Apollo command module space walk?

What does an IRS interview request entail when called in to verify expenses for a sole proprietor small business?

Generate an RGB colour grid

What's the purpose of writing one's academic biography in the third person?



Draw an X through a figure



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Scale TikZ figure to linewidth when relative positioning usedRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?TikZ: Node position in draw environmentAdding text above a node in Tikzpicture tree diagramDrawing rectilinear curves in Tikz, aka an Etch-a-Sketch drawingLine up nested tikz enviroments or how to get rid of themUsing tikz Calc package to add cordinates










1















How can I draw a line through Figure 2? I was thinking of trying to draw two lines that cross the figure out, but don't know how I can identify the 4 corners of the figure to do that



enter image description here



documentclass[hidelinks,14pt, letterpaper]extarticle
usepackageamsmath, amssymb, tikz, multicol

newcommandpythagwidth3cm
newcommandpythagheight2cm

begindocument

beginfigure
centering
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);

endtikzpicture
captionCaption
labelfig:my_label
endminipagehfill
scalebox1.4$boldsymbolLongrightarrow$
beginminipage0.45textwidth
centering
begintikzpicture[scale=1.25]
coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
draw
(A) --
node[midway,above left=0pt] $sqrt1+x^2$ (B) --
node[right] ? (C) --
node[below] ?
(A);
draw
(1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
endtikzpicture
captionCaption
labelfig:my_label
endminipage
endfigure

enddocument








share


























    1















    How can I draw a line through Figure 2? I was thinking of trying to draw two lines that cross the figure out, but don't know how I can identify the 4 corners of the figure to do that



    enter image description here



    documentclass[hidelinks,14pt, letterpaper]extarticle
    usepackageamsmath, amssymb, tikz, multicol

    newcommandpythagwidth3cm
    newcommandpythagheight2cm

    begindocument

    beginfigure
    centering
    beginminipage0.45textwidth
    centering
    begintikzpicture[scale=1.25]
    coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
    coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
    coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
    draw
    (A) --
    node[midway,above left=0pt] $sqrt1+x^2$ (B) --
    node[right] ? (C) --
    node[below] ?
    (A);
    draw
    (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);

    endtikzpicture
    captionCaption
    labelfig:my_label
    endminipagehfill
    scalebox1.4$boldsymbolLongrightarrow$
    beginminipage0.45textwidth
    centering
    begintikzpicture[scale=1.25]
    coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
    coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
    coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
    draw
    (A) --
    node[midway,above left=0pt] $sqrt1+x^2$ (B) --
    node[right] ? (C) --
    node[below] ?
    (A);
    draw
    (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
    endtikzpicture
    captionCaption
    labelfig:my_label
    endminipage
    endfigure

    enddocument








    share
























      1












      1








      1








      How can I draw a line through Figure 2? I was thinking of trying to draw two lines that cross the figure out, but don't know how I can identify the 4 corners of the figure to do that



      enter image description here



      documentclass[hidelinks,14pt, letterpaper]extarticle
      usepackageamsmath, amssymb, tikz, multicol

      newcommandpythagwidth3cm
      newcommandpythagheight2cm

      begindocument

      beginfigure
      centering
      beginminipage0.45textwidth
      centering
      begintikzpicture[scale=1.25]
      coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
      coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
      coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
      draw
      (A) --
      node[midway,above left=0pt] $sqrt1+x^2$ (B) --
      node[right] ? (C) --
      node[below] ?
      (A);
      draw
      (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);

      endtikzpicture
      captionCaption
      labelfig:my_label
      endminipagehfill
      scalebox1.4$boldsymbolLongrightarrow$
      beginminipage0.45textwidth
      centering
      begintikzpicture[scale=1.25]
      coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
      coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
      coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
      draw
      (A) --
      node[midway,above left=0pt] $sqrt1+x^2$ (B) --
      node[right] ? (C) --
      node[below] ?
      (A);
      draw
      (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
      endtikzpicture
      captionCaption
      labelfig:my_label
      endminipage
      endfigure

      enddocument








      share














      How can I draw a line through Figure 2? I was thinking of trying to draw two lines that cross the figure out, but don't know how I can identify the 4 corners of the figure to do that



      enter image description here



      documentclass[hidelinks,14pt, letterpaper]extarticle
      usepackageamsmath, amssymb, tikz, multicol

      newcommandpythagwidth3cm
      newcommandpythagheight2cm

      begindocument

      beginfigure
      centering
      beginminipage0.45textwidth
      centering
      begintikzpicture[scale=1.25]
      coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
      coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
      coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
      draw
      (A) --
      node[midway,above left=0pt] $sqrt1+x^2$ (B) --
      node[right] ? (C) --
      node[below] ?
      (A);
      draw
      (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);

      endtikzpicture
      captionCaption
      labelfig:my_label
      endminipagehfill
      scalebox1.4$boldsymbolLongrightarrow$
      beginminipage0.45textwidth
      centering
      begintikzpicture[scale=1.25]
      coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
      coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
      coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
      draw
      (A) --
      node[midway,above left=0pt] $sqrt1+x^2$ (B) --
      node[right] ? (C) --
      node[below] ?
      (A);
      draw
      (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
      endtikzpicture
      captionCaption
      labelfig:my_label
      endminipage
      endfigure

      enddocument






      tikz-pgf





      share












      share










      share



      share










      asked 6 mins ago









      Evan KimEvan Kim

      1453




      1453




















          1 Answer
          1






          active

          oldest

          votes


















          0














          You can use the current bounding box node for that.



          documentclass[hidelinks,14pt, letterpaper]extarticle
          usepackageamsmath, amssymb, tikz, multicol

          newcommandpythagwidth3cm
          newcommandpythagheight2cm

          begindocument

          beginfigure
          centering
          beginminipage0.45textwidth
          centering
          begintikzpicture[scale=1.25]
          coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
          coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
          coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
          draw
          (A) --
          node[midway,above left=0pt] $sqrt1+x^2$ (B) --
          node[right] ? (C) --
          node[below] ?
          (A);
          draw
          (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);

          endtikzpicture
          captionCaption
          labelfig:my_label
          endminipagehfill
          scalebox1.4$boldsymbolLongrightarrow$
          beginminipage0.45textwidth
          centering
          begintikzpicture[scale=1.25]
          coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
          coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
          coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
          draw
          (A) --
          node[midway,above left=0pt] $sqrt1+x^2$ (B) --
          node[right] ? (C) --
          node[below] ?
          (A);
          draw
          (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
          draw[red,thick] (current bounding box.north west)
          -- (current bounding box.south east)
          (current bounding box.north east)
          -- (current bounding box.south west);
          endtikzpicture
          captionCaption
          labelfig:my_label
          endminipage
          endfigure
          enddocument


          enter image description here





          share























            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%2f485217%2fdraw-an-x-through-a-figure%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














            You can use the current bounding box node for that.



            documentclass[hidelinks,14pt, letterpaper]extarticle
            usepackageamsmath, amssymb, tikz, multicol

            newcommandpythagwidth3cm
            newcommandpythagheight2cm

            begindocument

            beginfigure
            centering
            beginminipage0.45textwidth
            centering
            begintikzpicture[scale=1.25]
            coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
            coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
            coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
            draw
            (A) --
            node[midway,above left=0pt] $sqrt1+x^2$ (B) --
            node[right] ? (C) --
            node[below] ?
            (A);
            draw
            (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);

            endtikzpicture
            captionCaption
            labelfig:my_label
            endminipagehfill
            scalebox1.4$boldsymbolLongrightarrow$
            beginminipage0.45textwidth
            centering
            begintikzpicture[scale=1.25]
            coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
            coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
            coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
            draw
            (A) --
            node[midway,above left=0pt] $sqrt1+x^2$ (B) --
            node[right] ? (C) --
            node[below] ?
            (A);
            draw
            (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
            draw[red,thick] (current bounding box.north west)
            -- (current bounding box.south east)
            (current bounding box.north east)
            -- (current bounding box.south west);
            endtikzpicture
            captionCaption
            labelfig:my_label
            endminipage
            endfigure
            enddocument


            enter image description here





            share



























              0














              You can use the current bounding box node for that.



              documentclass[hidelinks,14pt, letterpaper]extarticle
              usepackageamsmath, amssymb, tikz, multicol

              newcommandpythagwidth3cm
              newcommandpythagheight2cm

              begindocument

              beginfigure
              centering
              beginminipage0.45textwidth
              centering
              begintikzpicture[scale=1.25]
              coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
              coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
              coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
              draw
              (A) --
              node[midway,above left=0pt] $sqrt1+x^2$ (B) --
              node[right] ? (C) --
              node[below] ?
              (A);
              draw
              (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);

              endtikzpicture
              captionCaption
              labelfig:my_label
              endminipagehfill
              scalebox1.4$boldsymbolLongrightarrow$
              beginminipage0.45textwidth
              centering
              begintikzpicture[scale=1.25]
              coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
              coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
              coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
              draw
              (A) --
              node[midway,above left=0pt] $sqrt1+x^2$ (B) --
              node[right] ? (C) --
              node[below] ?
              (A);
              draw
              (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
              draw[red,thick] (current bounding box.north west)
              -- (current bounding box.south east)
              (current bounding box.north east)
              -- (current bounding box.south west);
              endtikzpicture
              captionCaption
              labelfig:my_label
              endminipage
              endfigure
              enddocument


              enter image description here





              share

























                0












                0








                0







                You can use the current bounding box node for that.



                documentclass[hidelinks,14pt, letterpaper]extarticle
                usepackageamsmath, amssymb, tikz, multicol

                newcommandpythagwidth3cm
                newcommandpythagheight2cm

                begindocument

                beginfigure
                centering
                beginminipage0.45textwidth
                centering
                begintikzpicture[scale=1.25]
                coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
                coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
                coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
                draw
                (A) --
                node[midway,above left=0pt] $sqrt1+x^2$ (B) --
                node[right] ? (C) --
                node[below] ?
                (A);
                draw
                (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);

                endtikzpicture
                captionCaption
                labelfig:my_label
                endminipagehfill
                scalebox1.4$boldsymbolLongrightarrow$
                beginminipage0.45textwidth
                centering
                begintikzpicture[scale=1.25]
                coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
                coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
                coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
                draw
                (A) --
                node[midway,above left=0pt] $sqrt1+x^2$ (B) --
                node[right] ? (C) --
                node[below] ?
                (A);
                draw
                (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
                draw[red,thick] (current bounding box.north west)
                -- (current bounding box.south east)
                (current bounding box.north east)
                -- (current bounding box.south west);
                endtikzpicture
                captionCaption
                labelfig:my_label
                endminipage
                endfigure
                enddocument


                enter image description here





                share













                You can use the current bounding box node for that.



                documentclass[hidelinks,14pt, letterpaper]extarticle
                usepackageamsmath, amssymb, tikz, multicol

                newcommandpythagwidth3cm
                newcommandpythagheight2cm

                begindocument

                beginfigure
                centering
                beginminipage0.45textwidth
                centering
                begintikzpicture[scale=1.25]
                coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
                coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
                coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
                draw
                (A) --
                node[midway,above left=0pt] $sqrt1+x^2$ (B) --
                node[right] ? (C) --
                node[below] ?
                (A);
                draw
                (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);

                endtikzpicture
                captionCaption
                labelfig:my_label
                endminipagehfill
                scalebox1.4$boldsymbolLongrightarrow$
                beginminipage0.45textwidth
                centering
                begintikzpicture[scale=1.25]
                coordinate [label=left:$A$] (A) at (-1.5cm,-1.cm);
                coordinate [label=above:$B$] (B) at (1.5cm,1.0cm);
                coordinate [label=below right:$C$] (C) at (1.5cm,-1.0cm);
                draw
                (A) --
                node[midway,above left=0pt] $sqrt1+x^2$ (B) --
                node[right] ? (C) --
                node[below] ?
                (A);
                draw
                (1.25cm,-1.0cm) rectangle (1.5cm,-0.75cm);
                draw[red,thick] (current bounding box.north west)
                -- (current bounding box.south east)
                (current bounding box.north east)
                -- (current bounding box.south west);
                endtikzpicture
                captionCaption
                labelfig:my_label
                endminipage
                endfigure
                enddocument


                enter image description here






                share











                share


                share










                answered 4 mins ago









                marmotmarmot

                118k6153288




                118k6153288



























                    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%2f485217%2fdraw-an-x-through-a-figure%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

                    Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

                    Lioubotyn Sommaire Géographie | Histoire | Population | Notes et références | Liens externes | Menu de navigationlubotin.kharkov.uamodifier« Recensements et estimations de la population depuis 1897 »« Office des statistiques d'Ukraine : population au 1er janvier 2010, 2011 et 2012 »« Office des statistiques d'Ukraine : population au 1er janvier 2011, 2012 et 2013 »Informations officiellesCartes topographiquesCarte routièrem

                    Mpande kaSenzangakhona Biographie | Références | Menu de navigationmodifierMpande kaSenzangakhonavoir la liste des auteursm