Spacing between tikz subfigures and subcaptionsSpacing between subfigure and subcaptionSubcaptions for TikZ picturesAligning subcaptions with tikz pictures verticallyHow to define the default vertical distance between nodes?Vertical alignment of subfigures with different subcaptions lengthTikZ scaling graphic and adjust node position and keep font sizeHorizontal space between subcaptionsLine up nested tikz enviroments or how to get rid of themPut Subcaptions on the right of vertically aligned subfiguresSubcaptions in subfiguresICCV subfigures/subcaptions not recomended?
Why would five hundred and five be same as one?
Quoting Keynes in a lecture
Pre-Employment Background Check With Consent For Future Checks
Grepping string, but include all non-blank lines following each grep match
Isometric embedding of a genus g surface
Should a narrator ever describe things based on a character's view instead of facts?
How to get directions in deep space?
How do I prevent inappropriate ads from appearing in my game?
How to test the sharpness of a knife?
How to Disable and Drop all Temporal Tables from a database
Adding up numbers in Portuguese is strange
What happens if I try to grapple mirror image?
Can I run 125khz RF circuit on a breadboard?
Did I make a mistake by ccing email to boss to others?
Where can I find the genesis file for mainnet?
Is stochastic gradient descent pseudo-stochastic?
Has the laser at Magurele, Romania reached a tenth of the Sun's power?
How to write Quadratic equation with negative coefficient
Can I cause damage to electrical appliances by unplugging them when they are turned on?
Proving an identity involving cross products and coplanar vectors
How can I, as DM, avoid the Conga Line of Death occurring when implementing some form of flanking rule?
Why can't the Brexit deadlock in the UK parliament be solved with a plurality vote?
Why didn’t Eve recognize the little cockroach as a living organism?
Proving a complicated language is not a CFL
Spacing between tikz subfigures and subcaptions
Spacing between subfigure and subcaptionSubcaptions for TikZ picturesAligning subcaptions with tikz pictures verticallyHow to define the default vertical distance between nodes?Vertical alignment of subfigures with different subcaptions lengthTikZ scaling graphic and adjust node position and keep font sizeHorizontal space between subcaptionsLine up nested tikz enviroments or how to get rid of themPut Subcaptions on the right of vertically aligned subfiguresSubcaptions in subfiguresICCV subfigures/subcaptions not recomended?
I'm having trouble reducing the size between the subcaptions and their figures when adding the figures through tikz. I tried a negative vspace as well as setting (or changing?) the captionsetupskip=... according to this answer but nothing seems to work. Any help is very appreciated :)

documentclassscrreprt
usepackagesubfig
usepackagegraphicx
usepackagetikz
newcommandsubaxeswest[5]
hspace-25pt
subfloat[#5]%
begintikzpicture
node (image) at (0,0) [inner sep=6pt]includegraphics[width=#1textwidth]#2;
draw [->] (image.south west) -- ++(0.5,0) node[right]footnotesize #3;
draw [->] (image.south west) -- ++(0,0.5) node[above]footnotesize #4;
endtikzpicture
captionsetupskip=-10pt % this doesn't have any effect at all??
vspace-10pt % this neither
begindocument
beginfigure[h!]
centering
subaxeswest0.45example-image-ayxcaption one
quad
subaxeswest0.45example-image-byzcaption two
captionFoo
endfigure
enddocument
tikz-pgf subfloats subcaption
add a comment |
I'm having trouble reducing the size between the subcaptions and their figures when adding the figures through tikz. I tried a negative vspace as well as setting (or changing?) the captionsetupskip=... according to this answer but nothing seems to work. Any help is very appreciated :)

documentclassscrreprt
usepackagesubfig
usepackagegraphicx
usepackagetikz
newcommandsubaxeswest[5]
hspace-25pt
subfloat[#5]%
begintikzpicture
node (image) at (0,0) [inner sep=6pt]includegraphics[width=#1textwidth]#2;
draw [->] (image.south west) -- ++(0.5,0) node[right]footnotesize #3;
draw [->] (image.south west) -- ++(0,0.5) node[above]footnotesize #4;
endtikzpicture
captionsetupskip=-10pt % this doesn't have any effect at all??
vspace-10pt % this neither
begindocument
beginfigure[h!]
centering
subaxeswest0.45example-image-ayxcaption one
quad
subaxeswest0.45example-image-byzcaption two
captionFoo
endfigure
enddocument
tikz-pgf subfloats subcaption
add a comment |
I'm having trouble reducing the size between the subcaptions and their figures when adding the figures through tikz. I tried a negative vspace as well as setting (or changing?) the captionsetupskip=... according to this answer but nothing seems to work. Any help is very appreciated :)

documentclassscrreprt
usepackagesubfig
usepackagegraphicx
usepackagetikz
newcommandsubaxeswest[5]
hspace-25pt
subfloat[#5]%
begintikzpicture
node (image) at (0,0) [inner sep=6pt]includegraphics[width=#1textwidth]#2;
draw [->] (image.south west) -- ++(0.5,0) node[right]footnotesize #3;
draw [->] (image.south west) -- ++(0,0.5) node[above]footnotesize #4;
endtikzpicture
captionsetupskip=-10pt % this doesn't have any effect at all??
vspace-10pt % this neither
begindocument
beginfigure[h!]
centering
subaxeswest0.45example-image-ayxcaption one
quad
subaxeswest0.45example-image-byzcaption two
captionFoo
endfigure
enddocument
tikz-pgf subfloats subcaption
I'm having trouble reducing the size between the subcaptions and their figures when adding the figures through tikz. I tried a negative vspace as well as setting (or changing?) the captionsetupskip=... according to this answer but nothing seems to work. Any help is very appreciated :)

documentclassscrreprt
usepackagesubfig
usepackagegraphicx
usepackagetikz
newcommandsubaxeswest[5]
hspace-25pt
subfloat[#5]%
begintikzpicture
node (image) at (0,0) [inner sep=6pt]includegraphics[width=#1textwidth]#2;
draw [->] (image.south west) -- ++(0.5,0) node[right]footnotesize #3;
draw [->] (image.south west) -- ++(0,0.5) node[above]footnotesize #4;
endtikzpicture
captionsetupskip=-10pt % this doesn't have any effect at all??
vspace-10pt % this neither
begindocument
beginfigure[h!]
centering
subaxeswest0.45example-image-ayxcaption one
quad
subaxeswest0.45example-image-byzcaption two
captionFoo
endfigure
enddocument
tikz-pgf subfloats subcaption
tikz-pgf subfloats subcaption
asked 12 mins ago
Superuser27Superuser27
70316
70316
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%2f480570%2fspacing-between-tikz-subfigures-and-subcaptions%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%2f480570%2fspacing-between-tikz-subfigures-and-subcaptions%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