All Questions
24
questions
1
vote
1
answer
82
views
Node acting as a title in tcolorbox
I am working with the following document and would like the red title box to sit vertically centred right in the middle of the top rule of the text box. Of course, I could do this manually by ...
2
votes
1
answer
105
views
Forest folder in forked edges tree spacing problem
The expected behavior of the following code would be that nodes descending from a myFolder node are positioned below the parent node with some indentation.
As you can see from the image, however, it ...
6
votes
1
answer
148
views
Triangular Node has Unexpected Inner Space
I was expecting a much tighter triangle around the text in this example, similar to the inner spacing around the text in the rectangle nodes. How would I tighten up the inner spacing?
\documentclass[...
1
vote
1
answer
109
views
Copying nodes in Tikz
Something strange, or something that I don't understand, is going on. When I try to copy a very simple graph consisting of two nodes connected with an arrow, the following happens: At the left (Cases ...
3
votes
2
answers
586
views
The distance issue between nodes in tikz
I am trying to place two nodes in the northeast and and northwest of another node. However, I am facing a visual issue.
Here is the example that I am working on.
\documentclass{standalone}
\...
2
votes
2
answers
437
views
Distance between horizontal tree levels
My problem is that the following tree produced with tikzpicture squeezes my nodes way too close together, as you can see in the picture below. I have been trying to use level distance to move the them ...
4
votes
1
answer
2k
views
TikZ node: How to decrease vertical space between two lines of text?
Assumed we have some simple code to display text above a brace styled node in TikZ.
Minimum working example (MWE):
\documentclass{standalone}
\usepackage{pgfplots}
\begin{document}
\begin{...
2
votes
2
answers
2k
views
Increase space between node label and start of Gantt chart
I just want to increase the space between the node labels and the start of my gantt chart. It just needs to be enough so that the first one doesn't over lap with the milestone. Any ideas how to do it? ...
4
votes
2
answers
317
views
Horizontal distance between nodes extending over the `\textwidth` (TikZ)
I am working on a diagram for my thesis; I extract data from a simulation (left column), compute it in some way (center column) and get a result (right column) which is the input for another code, so ...
7
votes
3
answers
5k
views
Reducing line spacing in a tikz-pgfplots node with line break
I am adding text with \node to a graph with the help of the pfgplots package. Inside the \node text I want a line break. From this answer a solution is to add a text width such as [text width=0] which ...
9
votes
1
answer
16k
views
How to set distance between nodes in TikZ
I'm trying to draw a web graph for a paper, using TikZ to draw the individual pages as nodes. When I typeset, however, the graph sits in one small corner of the line, and the nodes are too close ...
3
votes
1
answer
4k
views
How to reduce line space in node labels
How do I reduce the space between Drill and $0 in the node?
\documentclass[border=3mm,tikz]{standalone}
\begin{document}
\begin{tikzpicture}
[grow = right, sibling distance = 6em, level distance = ...
1
vote
0
answers
120
views
space inside tikz node [duplicate]
Why is there no space between the \x number and the text in my tikz nodes? There is a space in the final one in which I manually inputted a number instead of using a forloop. That's what I'd like the ...
11
votes
1
answer
8k
views
TikZ Spacing Between Arrow and Node
I'm attempting to draw a simple diagram comprised of three nodes arrange in a triangle. I'm having a difficulty with getting the arrows to "connect" to one of the nodes, there's a small space between ...
3
votes
1
answer
109
views
Spacing issue in subfigure/tikzpicture when labelling arcs
I have two simple graphs side by side that align perfectly when the arcs are not labeled, but as soon as I add the labels I get a spacing issue where there is a space between the second figure and its ...