Resize tikZ picture 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

Is there a documented rationale why the House Ways and Means chairman can demand tax info?

Why is black pepper both grey and black?

Can Pao de Queijo, and similar foods, be kosher for Passover?

Can inflation occur in a positive-sum game currency system such as the Stack Exchange reputation system?

Should I discuss the type of campaign with my players?

ListPlot join points by nearest neighbor rather than order

How do I keep my slimes from escaping their pens?

What is the longest distance a 13th-level monk can jump while attacking on the same turn?

Java 8 stream max() function argument type Comparator vs Comparable

Are my PIs rude or am I just being too sensitive?

What's the purpose of writing one's academic bio in 3rd person?

Should I call the interviewer directly, if HR aren't responding?

How to find all the available tools in macOS terminal?

What are 'alternative tunings' of a guitar and why would you use them? Doesn't it make it more difficult to play?

Output the ŋarâþ crîþ alphabet song without using (m)any letters

How to bypass password on Windows XP account?

What do you call a plan that's an alternative plan in case your initial plan fails?

Why is "Captain Marvel" translated as male in Portugal?

How discoverable are IPv6 addresses and AAAA names by potential attackers?

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

Single word antonym of "flightless"

G-Code for resetting to 100% speed

Is 1 ppb equal to 1 μg/kg?

If Jon Snow became King of the Seven Kingdoms what would his regnal number be?



Resize tikZ picture



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










1















I have put the tikZ picture between beginfigure and endfigure. 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:



beginfigure[H]
centering
begintabularrc
& Movies \
Users &
begintabular c
& A & B \ hline
1 & $tikzmarknodea11r_1A$~ & ~$tikzmarknodea12r_1B$ \ hline
2 & $tikzmarknodea21r_2A$~ & ~$tikzmarknodea22r_BA$ \ hline
endtabular
endtabular

begintikzpicture[overlay,remember picture]
draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
node[midway,above,scale=0.4,black] (dAB) contourwhite$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) contourwhite$d_12$;
draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
endtikzpicture
endfigure


Any help? Thank you!










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.















  • 2





    I'm not with a compiler which can compile tikzmarknode right now, but I think resizing the table (not the TikZ picture) would do the trick.

    – JouleV
    yesterday











  • Note: you can confuse [remember picture] by playing with scale or rotate.

    – John Kormylo
    yesterday















1















I have put the tikZ picture between beginfigure and endfigure. 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:



beginfigure[H]
centering
begintabularrc
& Movies \
Users &
begintabular c
& A & B \ hline
1 & $tikzmarknodea11r_1A$~ & ~$tikzmarknodea12r_1B$ \ hline
2 & $tikzmarknodea21r_2A$~ & ~$tikzmarknodea22r_BA$ \ hline
endtabular
endtabular

begintikzpicture[overlay,remember picture]
draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
node[midway,above,scale=0.4,black] (dAB) contourwhite$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) contourwhite$d_12$;
draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
endtikzpicture
endfigure


Any help? Thank you!










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.















  • 2





    I'm not with a compiler which can compile tikzmarknode right now, but I think resizing the table (not the TikZ picture) would do the trick.

    – JouleV
    yesterday











  • Note: you can confuse [remember picture] by playing with scale or rotate.

    – John Kormylo
    yesterday













1












1








1








I have put the tikZ picture between beginfigure and endfigure. 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:



beginfigure[H]
centering
begintabularrc
& Movies \
Users &
begintabular c
& A & B \ hline
1 & $tikzmarknodea11r_1A$~ & ~$tikzmarknodea12r_1B$ \ hline
2 & $tikzmarknodea21r_2A$~ & ~$tikzmarknodea22r_BA$ \ hline
endtabular
endtabular

begintikzpicture[overlay,remember picture]
draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
node[midway,above,scale=0.4,black] (dAB) contourwhite$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) contourwhite$d_12$;
draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
endtikzpicture
endfigure


Any help? Thank you!










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.












I have put the tikZ picture between beginfigure and endfigure. 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:



beginfigure[H]
centering
begintabularrc
& Movies \
Users &
begintabular c
& A & B \ hline
1 & $tikzmarknodea11r_1A$~ & ~$tikzmarknodea12r_1B$ \ hline
2 & $tikzmarknodea21r_2A$~ & ~$tikzmarknodea22r_BA$ \ hline
endtabular
endtabular

begintikzpicture[overlay,remember picture]
draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
node[midway,above,scale=0.4,black] (dAB) contourwhite$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) contourwhite$d_12$;
draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
endtikzpicture
endfigure


Any help? Thank you!







tikz-pgf






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






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 yesterday









naveganteXnaveganteX

395




395




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.







  • 2





    I'm not with a compiler which can compile tikzmarknode right now, but I think resizing the table (not the TikZ picture) would do the trick.

    – JouleV
    yesterday











  • Note: you can confuse [remember picture] by playing with scale or rotate.

    – John Kormylo
    yesterday












  • 2





    I'm not with a compiler which can compile tikzmarknode right now, but I think resizing the table (not the TikZ picture) would do the trick.

    – JouleV
    yesterday











  • Note: you can confuse [remember picture] by playing with scale or rotate.

    – John Kormylo
    yesterday







2




2





I'm not with a compiler which can compile tikzmarknode right now, but I think resizing the table (not the TikZ picture) would do the trick.

– JouleV
yesterday





I'm not with a compiler which can compile tikzmarknode right now, but I think resizing the table (not the TikZ picture) would do the trick.

– JouleV
yesterday













Note: you can confuse [remember picture] by playing with scale or rotate.

– John Kormylo
yesterday





Note: you can confuse [remember picture] by playing with scale or rotate.

– John Kormylo
yesterday










1 Answer
1






active

oldest

votes


















3














As Joule V is mentioning, you can play make the table bigger. One way of doing this is to play with arraystretch. The problem is that I may misunderstand what you want.



documentclassarticle
usepackagetikz
usepackagearray
usepackagecontour
contourlength1pt
usetikzlibrarytikzmark
begindocument
beginfigure[htb]
centeringrenewcommandarraystretch2
begintabularrc
& Movies \
Users &centering%renewcommandarraystretch3
begintabular>centeringp1cm
& A & B \ hline
1 & $tikzmarknodea11r_1A$~ & ~$tikzmarknodea12r_1B$ \ hline
2 & $tikzmarknodea21r_2A$~ & ~$tikzmarknodea22r_BA$ \ hline
endtabular
endtabular

begintikzpicture[overlay,remember picture]
draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
node[midway,above,scale=0.7,black] (dAB) contourwhite$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.7,black] (d12) contourwhite$d_12$;
draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
endtikzpicture
endfigure
enddocument


enter image description here






share|improve this answer























  • Thank you! I will try your way. The thing is I don't want to compile it separated from the whole TeX document, meaning, compile it in a different file and then cut the pdf generated and use it as an image. I want to compile the whole thing!

    – naveganteX
    yesterday











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

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









3














As Joule V is mentioning, you can play make the table bigger. One way of doing this is to play with arraystretch. The problem is that I may misunderstand what you want.



documentclassarticle
usepackagetikz
usepackagearray
usepackagecontour
contourlength1pt
usetikzlibrarytikzmark
begindocument
beginfigure[htb]
centeringrenewcommandarraystretch2
begintabularrc
& Movies \
Users &centering%renewcommandarraystretch3
begintabular>centeringp1cm
& A & B \ hline
1 & $tikzmarknodea11r_1A$~ & ~$tikzmarknodea12r_1B$ \ hline
2 & $tikzmarknodea21r_2A$~ & ~$tikzmarknodea22r_BA$ \ hline
endtabular
endtabular

begintikzpicture[overlay,remember picture]
draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
node[midway,above,scale=0.7,black] (dAB) contourwhite$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.7,black] (d12) contourwhite$d_12$;
draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
endtikzpicture
endfigure
enddocument


enter image description here






share|improve this answer























  • Thank you! I will try your way. The thing is I don't want to compile it separated from the whole TeX document, meaning, compile it in a different file and then cut the pdf generated and use it as an image. I want to compile the whole thing!

    – naveganteX
    yesterday















3














As Joule V is mentioning, you can play make the table bigger. One way of doing this is to play with arraystretch. The problem is that I may misunderstand what you want.



documentclassarticle
usepackagetikz
usepackagearray
usepackagecontour
contourlength1pt
usetikzlibrarytikzmark
begindocument
beginfigure[htb]
centeringrenewcommandarraystretch2
begintabularrc
& Movies \
Users &centering%renewcommandarraystretch3
begintabular>centeringp1cm
& A & B \ hline
1 & $tikzmarknodea11r_1A$~ & ~$tikzmarknodea12r_1B$ \ hline
2 & $tikzmarknodea21r_2A$~ & ~$tikzmarknodea22r_BA$ \ hline
endtabular
endtabular

begintikzpicture[overlay,remember picture]
draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
node[midway,above,scale=0.7,black] (dAB) contourwhite$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.7,black] (d12) contourwhite$d_12$;
draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
endtikzpicture
endfigure
enddocument


enter image description here






share|improve this answer























  • Thank you! I will try your way. The thing is I don't want to compile it separated from the whole TeX document, meaning, compile it in a different file and then cut the pdf generated and use it as an image. I want to compile the whole thing!

    – naveganteX
    yesterday













3












3








3







As Joule V is mentioning, you can play make the table bigger. One way of doing this is to play with arraystretch. The problem is that I may misunderstand what you want.



documentclassarticle
usepackagetikz
usepackagearray
usepackagecontour
contourlength1pt
usetikzlibrarytikzmark
begindocument
beginfigure[htb]
centeringrenewcommandarraystretch2
begintabularrc
& Movies \
Users &centering%renewcommandarraystretch3
begintabular>centeringp1cm
& A & B \ hline
1 & $tikzmarknodea11r_1A$~ & ~$tikzmarknodea12r_1B$ \ hline
2 & $tikzmarknodea21r_2A$~ & ~$tikzmarknodea22r_BA$ \ hline
endtabular
endtabular

begintikzpicture[overlay,remember picture]
draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
node[midway,above,scale=0.7,black] (dAB) contourwhite$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.7,black] (d12) contourwhite$d_12$;
draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
endtikzpicture
endfigure
enddocument


enter image description here






share|improve this answer













As Joule V is mentioning, you can play make the table bigger. One way of doing this is to play with arraystretch. The problem is that I may misunderstand what you want.



documentclassarticle
usepackagetikz
usepackagearray
usepackagecontour
contourlength1pt
usetikzlibrarytikzmark
begindocument
beginfigure[htb]
centeringrenewcommandarraystretch2
begintabularrc
& Movies \
Users &centering%renewcommandarraystretch3
begintabular>centeringp1cm
& A & B \ hline
1 & $tikzmarknodea11r_1A$~ & ~$tikzmarknodea12r_1B$ \ hline
2 & $tikzmarknodea21r_2A$~ & ~$tikzmarknodea22r_BA$ \ hline
endtabular
endtabular

begintikzpicture[overlay,remember picture]
draw[stealth-stealth,blue] (a11.north east) -- (a12.north west)
node[midway,above,scale=0.7,black] (dAB) contourwhite$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.7,black] (d12) contourwhite$d_12$;
draw[-stealth] (d12.north) to[out=0,in=180] ([yshift=-1ex]a12.west);
endtikzpicture
endfigure
enddocument


enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered yesterday









marmotmarmot

118k6152286




118k6152286












  • Thank you! I will try your way. The thing is I don't want to compile it separated from the whole TeX document, meaning, compile it in a different file and then cut the pdf generated and use it as an image. I want to compile the whole thing!

    – naveganteX
    yesterday

















  • Thank you! I will try your way. The thing is I don't want to compile it separated from the whole TeX document, meaning, compile it in a different file and then cut the pdf generated and use it as an image. I want to compile the whole thing!

    – naveganteX
    yesterday
















Thank you! I will try your way. The thing is I don't want to compile it separated from the whole TeX document, meaning, compile it in a different file and then cut the pdf generated and use it as an image. I want to compile the whole thing!

– naveganteX
yesterday





Thank you! I will try your way. The thing is I don't want to compile it separated from the whole TeX document, meaning, compile it in a different file and then cut the pdf generated and use it as an image. I want to compile the whole thing!

– naveganteX
yesterday










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

Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form