Size of subfigure fitting its content (tikzpicture)How can I access the size of a tikzpicture's bounding box outside the tikzpicture?Write information on aux file when using include to build documentLaTeX equivalent of ConTeXt buffersVenn diagrams, relative so size of its contentTikZ scaling graphic and adjust node position and keep font sizeWrong caption with subfigure and tikzpictureLine up nested tikz enviroments or how to get rid of themEqual size subfigureSize of figures within subfigure environment won't changeMaking a tikzpicture SubfigureSubcaption environment failed. All figures containing a subfigure crashing all of a suddenTikzpicture shifts subfigure environment
Prove that NP is closed under karp reduction?
What does CI-V stand for?
Did Shadowfax go to Valinor?
Mathematical cryptic clues
is the intersection of subgroups a subgroup of each subgroup
Languages that we cannot (dis)prove to be Context-Free
Modeling an IPv4 Address
How can bays and straits be determined in a procedurally generated map?
Is it important to consider tone, melody, and musical form while writing a song?
Why doesn't H₄O²⁺ exist?
Why don't electron-positron collisions release infinite energy?
Is it legal for company to use my work email to pretend I still work there?
How to test if a transaction is standard without spending real money?
Are the number of citations and number of published articles the most important criteria for a tenure promotion?
Example of a continuous function that don't have a continuous extension
What do the dots in this tr command do: tr .............A-Z A-ZA-Z <<< "JVPQBOV" (with 13 dots)
Service Entrance Breakers Rain Shield
What does it mean to describe someone as a butt steak?
Which models of the Boeing 737 are still in production?
Is it possible to do 50 km distance without any previous training?
A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?
Can divisibility rules for digits be generalized to sum of digits
Why does Kotter return in Welcome Back Kotter?
What do you call a Matrix-like slowdown and camera movement effect?
Size of subfigure fitting its content (tikzpicture)
How can I access the size of a tikzpicture's bounding box outside the tikzpicture?Write information on aux file when using include to build documentLaTeX equivalent of ConTeXt buffersVenn diagrams, relative so size of its contentTikZ scaling graphic and adjust node position and keep font sizeWrong caption with subfigure and tikzpictureLine up nested tikz enviroments or how to get rid of themEqual size subfigureSize of figures within subfigure environment won't changeMaking a tikzpicture SubfigureSubcaption environment failed. All figures containing a subfigure crashing all of a suddenTikzpicture shifts subfigure environment
How can I set the width of a subfigure
to fit its content, i. e. a tikzpicture
.
In my MWE I do not want to specify 0.1textwidth
respectively 0.9textwidth
, but instead I want the whitespace to be distributed equally around both subfigures.
documentclassarticle
usepackageshowframe
usepackagetikz
usepackagesubcaption
begindocument
beginfigure[ht]
hfill
beginsubfigure[b]0.1textwidth
centering
begintikzpicture
node[draw] (pd1) a;
endtikzpicture
caption
endsubfigure%
hfill
beginsubfigure[b]0.9textwidth
centering
begintikzpicture
node[draw] (b) at (0,0) b;
node[draw] (c) at (5,0) c;
draw (b) to (c);
endtikzpicture
caption
endsubfigure%
hfill
caption
endfigure
enddocument
I found this answer How can I access the size of a tikzpicture's bounding box outside the tikzpicture? but didn't read it in detail until now. I was wondering if my aim could be achieved easier.
tikz-pgf subfloats
add a comment |
How can I set the width of a subfigure
to fit its content, i. e. a tikzpicture
.
In my MWE I do not want to specify 0.1textwidth
respectively 0.9textwidth
, but instead I want the whitespace to be distributed equally around both subfigures.
documentclassarticle
usepackageshowframe
usepackagetikz
usepackagesubcaption
begindocument
beginfigure[ht]
hfill
beginsubfigure[b]0.1textwidth
centering
begintikzpicture
node[draw] (pd1) a;
endtikzpicture
caption
endsubfigure%
hfill
beginsubfigure[b]0.9textwidth
centering
begintikzpicture
node[draw] (b) at (0,0) b;
node[draw] (c) at (5,0) c;
draw (b) to (c);
endtikzpicture
caption
endsubfigure%
hfill
caption
endfigure
enddocument
I found this answer How can I access the size of a tikzpicture's bounding box outside the tikzpicture? but didn't read it in detail until now. I was wondering if my aim could be achieved easier.
tikz-pgf subfloats
add a comment |
How can I set the width of a subfigure
to fit its content, i. e. a tikzpicture
.
In my MWE I do not want to specify 0.1textwidth
respectively 0.9textwidth
, but instead I want the whitespace to be distributed equally around both subfigures.
documentclassarticle
usepackageshowframe
usepackagetikz
usepackagesubcaption
begindocument
beginfigure[ht]
hfill
beginsubfigure[b]0.1textwidth
centering
begintikzpicture
node[draw] (pd1) a;
endtikzpicture
caption
endsubfigure%
hfill
beginsubfigure[b]0.9textwidth
centering
begintikzpicture
node[draw] (b) at (0,0) b;
node[draw] (c) at (5,0) c;
draw (b) to (c);
endtikzpicture
caption
endsubfigure%
hfill
caption
endfigure
enddocument
I found this answer How can I access the size of a tikzpicture's bounding box outside the tikzpicture? but didn't read it in detail until now. I was wondering if my aim could be achieved easier.
tikz-pgf subfloats
How can I set the width of a subfigure
to fit its content, i. e. a tikzpicture
.
In my MWE I do not want to specify 0.1textwidth
respectively 0.9textwidth
, but instead I want the whitespace to be distributed equally around both subfigures.
documentclassarticle
usepackageshowframe
usepackagetikz
usepackagesubcaption
begindocument
beginfigure[ht]
hfill
beginsubfigure[b]0.1textwidth
centering
begintikzpicture
node[draw] (pd1) a;
endtikzpicture
caption
endsubfigure%
hfill
beginsubfigure[b]0.9textwidth
centering
begintikzpicture
node[draw] (b) at (0,0) b;
node[draw] (c) at (5,0) c;
draw (b) to (c);
endtikzpicture
caption
endsubfigure%
hfill
caption
endfigure
enddocument
I found this answer How can I access the size of a tikzpicture's bounding box outside the tikzpicture? but didn't read it in detail until now. I was wondering if my aim could be achieved easier.
tikz-pgf subfloats
tikz-pgf subfloats
asked Apr 3 at 23:07
BenBen
8901520
8901520
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You could place the tikzpicture
in a savebox
and measure its size. This size can then be used for the subfigure
.
documentclassarticle
usepackageshowframe
usepackagetikz
usepackagesubcaption
newsaveboxmyboxb
newlengthmylengthb
newsaveboxmyboxa
newlengthmylengtha
begindocument
saveboxmyboxabegintikzpicture
node[draw] (pd1) a;
endtikzpicture
settowidthmylengthauseboxmyboxa
saveboxmyboxbbegintikzpicture
node[draw] (b) at (0,0) b;
node[draw] (c) at (5,0) c;
draw (b) to (c);
endtikzpicture
settowidthmylengthbuseboxmyboxb
beginfigure[ht]
mbox
hfill
beginsubfigure[b]mylengtha
useboxmyboxa
caption
endsubfigure%
hfill
beginsubfigure[b]mylengthb
useboxmyboxb
caption
endsubfigure%
hfill
mbox
caption
endfigure
enddocument
(Thanks to @marmot for spotting the issue about the hfill
between the images and the boarders)
@marmot Thanks for noticing this! I just changed the code a bit and included something similar
– user36296
2 days ago
add a comment |
I think that @samcarter's nice proposal is the way to go. This is only if you need to access the nodes later (with remember picture
), in which case savebox
es may be inconvenient. This proposal measures the widths of the tikzpicture
s and writes them to the aux files such that they get used in the next run. Conceptually it is the same as e.g. this nice answer.
documentclassarticle
usepackageshowframe
usepackagetikz
usetikzlibrarycalc
usepackagesubcaption
ifdefinedfigwidthA
else
xdeffigwidthA2cm
fi
ifdefinedfigwidthB
else
xdeffigwidthB2cm
fi
tikzsetsave tikzpic width in/.style=execute at end picture=
path let p1=($(current bounding box.east)-(current bounding box.west)$)
in pgfextraxdef#1x1;
begindocument
beginfigure[ht]
hfill
beginsubfigure[b]figwidthA
centering
begintikzpicture[save tikzpic width in=figwidthA]
node[draw] (pd1) a;
endtikzpicture
caption
endsubfigure%
hfill%
beginsubfigure[b]figwidthB
centering
begintikzpicture[save tikzpic width in=figwidthB]
node[draw] (b) at (0,0) b;
node[draw] (c) at (5,0) c;
draw (b) to (c);
endtikzpicture
caption
endsubfigure%
hfillvphantomx
caption
endfigure
makeatletter
immediatewrite@mainauxxdefstringfigwidthAfigwidthArelax
immediatewrite@mainauxxdefstringfigwidthBfigwidthBrelax
makeatother
enddocument
Is there a reason you usebrackets
around
vphantom
?
– Ben
Apr 3 at 23:56
@Ben No. It is a relic of something else I tried.
– marmot
Apr 4 at 1:41
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483067%2fsize-of-subfigure-fitting-its-content-tikzpicture%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
You could place the tikzpicture
in a savebox
and measure its size. This size can then be used for the subfigure
.
documentclassarticle
usepackageshowframe
usepackagetikz
usepackagesubcaption
newsaveboxmyboxb
newlengthmylengthb
newsaveboxmyboxa
newlengthmylengtha
begindocument
saveboxmyboxabegintikzpicture
node[draw] (pd1) a;
endtikzpicture
settowidthmylengthauseboxmyboxa
saveboxmyboxbbegintikzpicture
node[draw] (b) at (0,0) b;
node[draw] (c) at (5,0) c;
draw (b) to (c);
endtikzpicture
settowidthmylengthbuseboxmyboxb
beginfigure[ht]
mbox
hfill
beginsubfigure[b]mylengtha
useboxmyboxa
caption
endsubfigure%
hfill
beginsubfigure[b]mylengthb
useboxmyboxb
caption
endsubfigure%
hfill
mbox
caption
endfigure
enddocument
(Thanks to @marmot for spotting the issue about the hfill
between the images and the boarders)
@marmot Thanks for noticing this! I just changed the code a bit and included something similar
– user36296
2 days ago
add a comment |
You could place the tikzpicture
in a savebox
and measure its size. This size can then be used for the subfigure
.
documentclassarticle
usepackageshowframe
usepackagetikz
usepackagesubcaption
newsaveboxmyboxb
newlengthmylengthb
newsaveboxmyboxa
newlengthmylengtha
begindocument
saveboxmyboxabegintikzpicture
node[draw] (pd1) a;
endtikzpicture
settowidthmylengthauseboxmyboxa
saveboxmyboxbbegintikzpicture
node[draw] (b) at (0,0) b;
node[draw] (c) at (5,0) c;
draw (b) to (c);
endtikzpicture
settowidthmylengthbuseboxmyboxb
beginfigure[ht]
mbox
hfill
beginsubfigure[b]mylengtha
useboxmyboxa
caption
endsubfigure%
hfill
beginsubfigure[b]mylengthb
useboxmyboxb
caption
endsubfigure%
hfill
mbox
caption
endfigure
enddocument
(Thanks to @marmot for spotting the issue about the hfill
between the images and the boarders)
@marmot Thanks for noticing this! I just changed the code a bit and included something similar
– user36296
2 days ago
add a comment |
You could place the tikzpicture
in a savebox
and measure its size. This size can then be used for the subfigure
.
documentclassarticle
usepackageshowframe
usepackagetikz
usepackagesubcaption
newsaveboxmyboxb
newlengthmylengthb
newsaveboxmyboxa
newlengthmylengtha
begindocument
saveboxmyboxabegintikzpicture
node[draw] (pd1) a;
endtikzpicture
settowidthmylengthauseboxmyboxa
saveboxmyboxbbegintikzpicture
node[draw] (b) at (0,0) b;
node[draw] (c) at (5,0) c;
draw (b) to (c);
endtikzpicture
settowidthmylengthbuseboxmyboxb
beginfigure[ht]
mbox
hfill
beginsubfigure[b]mylengtha
useboxmyboxa
caption
endsubfigure%
hfill
beginsubfigure[b]mylengthb
useboxmyboxb
caption
endsubfigure%
hfill
mbox
caption
endfigure
enddocument
(Thanks to @marmot for spotting the issue about the hfill
between the images and the boarders)
You could place the tikzpicture
in a savebox
and measure its size. This size can then be used for the subfigure
.
documentclassarticle
usepackageshowframe
usepackagetikz
usepackagesubcaption
newsaveboxmyboxb
newlengthmylengthb
newsaveboxmyboxa
newlengthmylengtha
begindocument
saveboxmyboxabegintikzpicture
node[draw] (pd1) a;
endtikzpicture
settowidthmylengthauseboxmyboxa
saveboxmyboxbbegintikzpicture
node[draw] (b) at (0,0) b;
node[draw] (c) at (5,0) c;
draw (b) to (c);
endtikzpicture
settowidthmylengthbuseboxmyboxb
beginfigure[ht]
mbox
hfill
beginsubfigure[b]mylengtha
useboxmyboxa
caption
endsubfigure%
hfill
beginsubfigure[b]mylengthb
useboxmyboxb
caption
endsubfigure%
hfill
mbox
caption
endfigure
enddocument
(Thanks to @marmot for spotting the issue about the hfill
between the images and the boarders)
edited 2 days ago
answered Apr 3 at 23:14
user36296user36296
93.9k7107305
93.9k7107305
@marmot Thanks for noticing this! I just changed the code a bit and included something similar
– user36296
2 days ago
add a comment |
@marmot Thanks for noticing this! I just changed the code a bit and included something similar
– user36296
2 days ago
@marmot Thanks for noticing this! I just changed the code a bit and included something similar
– user36296
2 days ago
@marmot Thanks for noticing this! I just changed the code a bit and included something similar
– user36296
2 days ago
add a comment |
I think that @samcarter's nice proposal is the way to go. This is only if you need to access the nodes later (with remember picture
), in which case savebox
es may be inconvenient. This proposal measures the widths of the tikzpicture
s and writes them to the aux files such that they get used in the next run. Conceptually it is the same as e.g. this nice answer.
documentclassarticle
usepackageshowframe
usepackagetikz
usetikzlibrarycalc
usepackagesubcaption
ifdefinedfigwidthA
else
xdeffigwidthA2cm
fi
ifdefinedfigwidthB
else
xdeffigwidthB2cm
fi
tikzsetsave tikzpic width in/.style=execute at end picture=
path let p1=($(current bounding box.east)-(current bounding box.west)$)
in pgfextraxdef#1x1;
begindocument
beginfigure[ht]
hfill
beginsubfigure[b]figwidthA
centering
begintikzpicture[save tikzpic width in=figwidthA]
node[draw] (pd1) a;
endtikzpicture
caption
endsubfigure%
hfill%
beginsubfigure[b]figwidthB
centering
begintikzpicture[save tikzpic width in=figwidthB]
node[draw] (b) at (0,0) b;
node[draw] (c) at (5,0) c;
draw (b) to (c);
endtikzpicture
caption
endsubfigure%
hfillvphantomx
caption
endfigure
makeatletter
immediatewrite@mainauxxdefstringfigwidthAfigwidthArelax
immediatewrite@mainauxxdefstringfigwidthBfigwidthBrelax
makeatother
enddocument
Is there a reason you usebrackets
around
vphantom
?
– Ben
Apr 3 at 23:56
@Ben No. It is a relic of something else I tried.
– marmot
Apr 4 at 1:41
add a comment |
I think that @samcarter's nice proposal is the way to go. This is only if you need to access the nodes later (with remember picture
), in which case savebox
es may be inconvenient. This proposal measures the widths of the tikzpicture
s and writes them to the aux files such that they get used in the next run. Conceptually it is the same as e.g. this nice answer.
documentclassarticle
usepackageshowframe
usepackagetikz
usetikzlibrarycalc
usepackagesubcaption
ifdefinedfigwidthA
else
xdeffigwidthA2cm
fi
ifdefinedfigwidthB
else
xdeffigwidthB2cm
fi
tikzsetsave tikzpic width in/.style=execute at end picture=
path let p1=($(current bounding box.east)-(current bounding box.west)$)
in pgfextraxdef#1x1;
begindocument
beginfigure[ht]
hfill
beginsubfigure[b]figwidthA
centering
begintikzpicture[save tikzpic width in=figwidthA]
node[draw] (pd1) a;
endtikzpicture
caption
endsubfigure%
hfill%
beginsubfigure[b]figwidthB
centering
begintikzpicture[save tikzpic width in=figwidthB]
node[draw] (b) at (0,0) b;
node[draw] (c) at (5,0) c;
draw (b) to (c);
endtikzpicture
caption
endsubfigure%
hfillvphantomx
caption
endfigure
makeatletter
immediatewrite@mainauxxdefstringfigwidthAfigwidthArelax
immediatewrite@mainauxxdefstringfigwidthBfigwidthBrelax
makeatother
enddocument
Is there a reason you usebrackets
around
vphantom
?
– Ben
Apr 3 at 23:56
@Ben No. It is a relic of something else I tried.
– marmot
Apr 4 at 1:41
add a comment |
I think that @samcarter's nice proposal is the way to go. This is only if you need to access the nodes later (with remember picture
), in which case savebox
es may be inconvenient. This proposal measures the widths of the tikzpicture
s and writes them to the aux files such that they get used in the next run. Conceptually it is the same as e.g. this nice answer.
documentclassarticle
usepackageshowframe
usepackagetikz
usetikzlibrarycalc
usepackagesubcaption
ifdefinedfigwidthA
else
xdeffigwidthA2cm
fi
ifdefinedfigwidthB
else
xdeffigwidthB2cm
fi
tikzsetsave tikzpic width in/.style=execute at end picture=
path let p1=($(current bounding box.east)-(current bounding box.west)$)
in pgfextraxdef#1x1;
begindocument
beginfigure[ht]
hfill
beginsubfigure[b]figwidthA
centering
begintikzpicture[save tikzpic width in=figwidthA]
node[draw] (pd1) a;
endtikzpicture
caption
endsubfigure%
hfill%
beginsubfigure[b]figwidthB
centering
begintikzpicture[save tikzpic width in=figwidthB]
node[draw] (b) at (0,0) b;
node[draw] (c) at (5,0) c;
draw (b) to (c);
endtikzpicture
caption
endsubfigure%
hfillvphantomx
caption
endfigure
makeatletter
immediatewrite@mainauxxdefstringfigwidthAfigwidthArelax
immediatewrite@mainauxxdefstringfigwidthBfigwidthBrelax
makeatother
enddocument
I think that @samcarter's nice proposal is the way to go. This is only if you need to access the nodes later (with remember picture
), in which case savebox
es may be inconvenient. This proposal measures the widths of the tikzpicture
s and writes them to the aux files such that they get used in the next run. Conceptually it is the same as e.g. this nice answer.
documentclassarticle
usepackageshowframe
usepackagetikz
usetikzlibrarycalc
usepackagesubcaption
ifdefinedfigwidthA
else
xdeffigwidthA2cm
fi
ifdefinedfigwidthB
else
xdeffigwidthB2cm
fi
tikzsetsave tikzpic width in/.style=execute at end picture=
path let p1=($(current bounding box.east)-(current bounding box.west)$)
in pgfextraxdef#1x1;
begindocument
beginfigure[ht]
hfill
beginsubfigure[b]figwidthA
centering
begintikzpicture[save tikzpic width in=figwidthA]
node[draw] (pd1) a;
endtikzpicture
caption
endsubfigure%
hfill%
beginsubfigure[b]figwidthB
centering
begintikzpicture[save tikzpic width in=figwidthB]
node[draw] (b) at (0,0) b;
node[draw] (c) at (5,0) c;
draw (b) to (c);
endtikzpicture
caption
endsubfigure%
hfillvphantomx
caption
endfigure
makeatletter
immediatewrite@mainauxxdefstringfigwidthAfigwidthArelax
immediatewrite@mainauxxdefstringfigwidthBfigwidthBrelax
makeatother
enddocument
answered Apr 3 at 23:40
marmotmarmot
115k5146277
115k5146277
Is there a reason you usebrackets
around
vphantom
?
– Ben
Apr 3 at 23:56
@Ben No. It is a relic of something else I tried.
– marmot
Apr 4 at 1:41
add a comment |
Is there a reason you usebrackets
around
vphantom
?
– Ben
Apr 3 at 23:56
@Ben No. It is a relic of something else I tried.
– marmot
Apr 4 at 1:41
Is there a reason you use
brackets
around vphantom
?– Ben
Apr 3 at 23:56
Is there a reason you use
brackets
around vphantom
?– Ben
Apr 3 at 23:56
@Ben No. It is a relic of something else I tried.
– marmot
Apr 4 at 1:41
@Ben No. It is a relic of something else I tried.
– marmot
Apr 4 at 1:41
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483067%2fsize-of-subfigure-fitting-its-content-tikzpicture%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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