Resize tikZ picture The 2019 Stack Overflow Developer Survey Results Are In ...

Can the prologue be the backstory of your main character?

How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?

"... to apply for a visa" or "... and applied for a visa"?

Would an alien lifeform be able to achieve space travel if lacking in vision?

What was the last x86 CPU that did not have the x87 floating-point unit built in?

Can a 1st-level character have an ability score above 18?

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

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

How do I add random spotting to the same face in cycles?

What aspect of planet Earth must be changed to prevent the industrial revolution?

How can I protect witches in combat who wear limited clothing?

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

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

What LEGO pieces have "real-world" functionality?

How is simplicity better than precision and clarity in prose?

Can smartphones with the same camera sensor have different image quality?

Is every episode of "Where are my Pants?" identical?

How to delete random line from file using Unix command?

Cooking pasta in a water boiler

Windows 10: How to Lock (not sleep) laptop on lid close?

Am I ethically obligated to go into work on an off day if the reason is sudden?

What information about me do stores get via my credit card?

Was credit for the black hole image misattributed?

Simulating Exploding Dice



Resize tikZ picture



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)Rotate a node but not its content: the case of the ellipse decorationTikZ scaling graphic and adjust node position and keep font sizeComputing the rectangle encompassing a node and a pointNumerical conditional within tikz keys?custom hatching pattern : arbitrary direction of hatchingTikZ: Drawing an arc from an intersection to an intersectionLine up nested tikz enviroments or how to get rid of themTrim, crop, and resize pictureNode anchor centre of lineAutomatically find which nodes are closest, to aid drawing lines within a TikZ matrix












0















I have put the tikZ picture between begin{figure} and end{figure}. I need to make it bigger. The thing is that when I scale it, it does not look good at all. This is the code:



begin{figure}[H]
centering
begin{tabular}{rc}
& Movies \
Users &
begin{tabular}{ l | c | r }
& A & B \ hline
1 & $tikzmarknode{a11}{r_{1A}}$~ & ~$tikzmarknode{a12}{r_{1B}}$ \ hline
2 & $tikzmarknode{a21}{r_{2A}}$~ & ~$tikzmarknode{a22}{r_{BA}}$ \ hline
end{tabular}
end{tabular}

begin{tikzpicture}[overlay,remember picture]
draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
node[midway,above,scale=0.4,black] (dAB) {contour{white}{$d_{AB}$}};
draw[-stealth,blue] (a21.south east) -- (a22.south west);
draw[-stealth,blue] (dAB.south) to[out=0,in=80] (dAB.south|-a22);
draw[stealth-stealth] (a11.east) -- (a21.east)
node[pos=0.5,right,scale=0.4,black] (d12) {contour{white}{$d_{12}$}};
draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
end{tikzpicture}
end{figure}


Any help? Thank you!









share







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.

























    0















    I have put the tikZ picture between begin{figure} and end{figure}. I need to make it bigger. The thing is that when I scale it, it does not look good at all. This is the code:



    begin{figure}[H]
    centering
    begin{tabular}{rc}
    & Movies \
    Users &
    begin{tabular}{ l | c | r }
    & A & B \ hline
    1 & $tikzmarknode{a11}{r_{1A}}$~ & ~$tikzmarknode{a12}{r_{1B}}$ \ hline
    2 & $tikzmarknode{a21}{r_{2A}}$~ & ~$tikzmarknode{a22}{r_{BA}}$ \ hline
    end{tabular}
    end{tabular}

    begin{tikzpicture}[overlay,remember picture]
    draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
    node[midway,above,scale=0.4,black] (dAB) {contour{white}{$d_{AB}$}};
    draw[-stealth,blue] (a21.south east) -- (a22.south west);
    draw[-stealth,blue] (dAB.south) to[out=0,in=80] (dAB.south|-a22);
    draw[stealth-stealth] (a11.east) -- (a21.east)
    node[pos=0.5,right,scale=0.4,black] (d12) {contour{white}{$d_{12}$}};
    draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
    end{tikzpicture}
    end{figure}


    Any help? Thank you!









    share







    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.























      0












      0








      0








      I have put the tikZ picture between begin{figure} and end{figure}. I need to make it bigger. The thing is that when I scale it, it does not look good at all. This is the code:



      begin{figure}[H]
      centering
      begin{tabular}{rc}
      & Movies \
      Users &
      begin{tabular}{ l | c | r }
      & A & B \ hline
      1 & $tikzmarknode{a11}{r_{1A}}$~ & ~$tikzmarknode{a12}{r_{1B}}$ \ hline
      2 & $tikzmarknode{a21}{r_{2A}}$~ & ~$tikzmarknode{a22}{r_{BA}}$ \ hline
      end{tabular}
      end{tabular}

      begin{tikzpicture}[overlay,remember picture]
      draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
      node[midway,above,scale=0.4,black] (dAB) {contour{white}{$d_{AB}$}};
      draw[-stealth,blue] (a21.south east) -- (a22.south west);
      draw[-stealth,blue] (dAB.south) to[out=0,in=80] (dAB.south|-a22);
      draw[stealth-stealth] (a11.east) -- (a21.east)
      node[pos=0.5,right,scale=0.4,black] (d12) {contour{white}{$d_{12}$}};
      draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
      end{tikzpicture}
      end{figure}


      Any help? Thank you!









      share







      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.












      I have put the tikZ picture between begin{figure} and end{figure}. I need to make it bigger. The thing is that when I scale it, it does not look good at all. This is the code:



      begin{figure}[H]
      centering
      begin{tabular}{rc}
      & Movies \
      Users &
      begin{tabular}{ l | c | r }
      & A & B \ hline
      1 & $tikzmarknode{a11}{r_{1A}}$~ & ~$tikzmarknode{a12}{r_{1B}}$ \ hline
      2 & $tikzmarknode{a21}{r_{2A}}$~ & ~$tikzmarknode{a22}{r_{BA}}$ \ hline
      end{tabular}
      end{tabular}

      begin{tikzpicture}[overlay,remember picture]
      draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
      node[midway,above,scale=0.4,black] (dAB) {contour{white}{$d_{AB}$}};
      draw[-stealth,blue] (a21.south east) -- (a22.south west);
      draw[-stealth,blue] (dAB.south) to[out=0,in=80] (dAB.south|-a22);
      draw[stealth-stealth] (a11.east) -- (a21.east)
      node[pos=0.5,right,scale=0.4,black] (d12) {contour{white}{$d_{12}$}};
      draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
      end{tikzpicture}
      end{figure}


      Any help? Thank you!







      tikz-pgf





      share







      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







      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



      share






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









      naveganteXnaveganteX

      325




      325




      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.






















          0






          active

          oldest

          votes












          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%2f484748%2fresize-tikz-picture%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          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%2f484748%2fresize-tikz-picture%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 /...