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?













0















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 :)



enter image description here



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









share|improve this question


























    0















    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 :)



    enter image description here



    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









    share|improve this question
























      0












      0








      0








      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 :)



      enter image description here



      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









      share|improve this question














      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 :)



      enter image description here



      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 12 mins ago









      Superuser27Superuser27

      70316




      70316




















          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
          );



          );













          draft saved

          draft discarded


















          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















          draft saved

          draft discarded
















































          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%2f480570%2fspacing-between-tikz-subfigures-and-subcaptions%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

          acmart: Multiple authors: all with same affiliation, one author an additional affiliationHow to Write Names of Multiple Authors with Shared Affiliation in ACM 2017 Template?Multiple authors with different primary affiliation, but same additional affiliationSame affiliation for all authors without extra packagesIOS-Book-Article.cls: one author with multiple affiliationacmart: Shared Author AffiliationMultiple authors with different primary affiliation, but same additional affiliationAuthor affiliation with only 1 authorAdding Multiple Authors with Different Affiliation in LaTeX ArticleLaTeX: Multiple authors stays on same lineHow to Label Multiple Authors with Same DescriptionHow to make two authors use the same affiliationTwo authors with same affiliation on finished front page

          How to write “ä” and other umlauts and accented letters in bibliography?Accents in BibTeXSorting references with special characters alphabeticallyUse ae ligature in bibliographyEastern European nameInverted circumflex in BibTexBibTex, non-ascii initials and nameptr fproblems with accent in LatexHow to add a Ø to my bibliography from Jabref?References without accentsTroubles when trying to cite St“omer-Verlet in ”title" field of a bib entryComprehensive list of accented charactersHow to type the letter “i” with two dots (diaeresis) in math mode?Problem with glossary text and accented lettersSpecial character in bibliographyAccented letters, Unicode and LaTeX accentsHow to stop natbib from modifying bibliography styleCitation of a paper with non-standard characters by BibtexWrite accented characters to file using writeHow to group the bibliography alphabetically, if some surnames start with “accented” characters?How can I automatically capitalize significant words in my bibliography?

          Problem using RevTeX4-1 with “! Undefined control sequence. @bibitemShut”