Size of subfigure fitting its content (tikzpicture)How can I access the size of a tikzpicture's bounding box outside the tikzpicture?
Madden-Julian Oscillation (MJO) - How to interpret the index?
Probability that a draw from a normal distribution is some number greater than another draw from the same distribution
Short story with a alien planet, government officials must wear exploding medallions
What killed these X2 caps?
How do I handle a potential work/personal life conflict as the manager of one of my friends?
Unlock My Phone! February 2018
How do conventional missiles fly?
Assassin's bullet with mercury
What type of content (depth/breadth) is expected for a short presentation for Asst Professor interview in the UK?
How writing a dominant 7 sus4 chord in RNA ( Vsus7 chord in the 1st inversion)
In 'Revenger,' what does 'cove' come from?
Can I run a new neutral wire to repair a broken circuit?
Alternative to sending password over mail?
Why didn't Boeing produce its own regional jet?
Valid term from quadratic sequence?
How to show a landlord what we have in savings?
How would I stat a creature to be immune to everything but the Magic Missile spell? (just for fun)
One verb to replace 'be a member of' a club
Why do bosons tend to occupy the same state?
Is it possible to create a QR code using text?
Cursor Replacement for Newbies
Examples of smooth manifolds admitting inbetween one and a continuum of complex structures
I would say: "You are another teacher", but she is a woman and I am a man
Why would the Red Woman birth a shadow if she worshipped the Lord of the Light?
Size of subfigure fitting its content (tikzpicture)
How can I access the size of a tikzpicture's bounding box outside the tikzpicture?
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 29 secs ago
BenBen
8681519
8681519
add a comment |
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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