Different space between nodes for Tikz legend
I want to add a legend to my graph, explaining what different arrows mean. I thought I might be able to do it using coordinates, but the spaces between them are the same as spaces between the nodes in...
View ArticleProblem Causal Chain
I have been trying to make a causal chain, but I have two problems: 1) arrow should be a standard arrow without any curve “->”. 2) There is a gap between the arrow and the boxes. My code look like...
View ArticleHow to style all edges in a tikz-qtree as arrows?
I’d like the edges in my tikz-qtree to be painted as arrows (pointing to the child node). How can this be done? I found a lot of questions here about how to add addtional edges, lines or arcs, but none...
View ArticleRecreating figure (fiddling around with arrows)
So I found this picture online an similar ones in a book and wanted to recreate them for my term paper. I’m not that skilled when it comes to TikZ and I’m always struggling with arrows and placement....
View ArticleDraw arrow in a mind map
I used the PGF manual to help me draw a figure like the image below. But I’d like to add some arrows to indicate the flow of the events, like this image (I made it with Paint) I don’t know how to that,...
View ArticleWrite text on arrow conneting two nodes in TikZ
I’m trying to create a simple flowchart. The final step would be to connect the first and last nodes with an arrow and write some text on the arrow. I’m struggling with getting the text on the arrow....
View ArticleTikz-diagram: Additional right angle and space
I’m trying to recreate this diagram: Mine already looks pretty good but the connection between the Environment and Sensornode lacks the 2nd right angle and space for the measured by text. How can I...
View ArticleTikz 2 part line to label item
I’m looking for a way to construct the line (image attached showing 2 different possibilities) in Tikz without using a node at the junction point of the two line segments (horizontal and diagonal). I...
View Article3D arrows with TikZ
Asymptote does give 3D arrows when drawing three dimensional figures (they even have shade!). Could we fake it with TikZ? Here’s an example, manually written, with just one arrow worked:...
View ArticleSet order for three crossing arrows
I am drawing a diagram with 27 points in three dimensions, three layers of nine points. What I would like to do is be able to prioritize how lines cross over each other. When I use “crossing over”, one...
View Articletext is perpendicular to line when using sloped option tikz
I’m trying to add some text over top of a line that follows along the line. I’ve read about the sloped option which you can pass to a node defined along the line which seems like it should do what I...
View ArticlePositioning arrowheads at beginning and end of double line in Tikz
Why are the arrowheads placed as they are in the figure below? I.e. why are they not placed at the exact beginning and end of the path? Code used: documentclass[tikz,border=2pt]{standalone}...
View ArticleDraw a simple figure with arrows
I have been trying to get this figure: Can you offer me some guidance as to how to correct my code and also get the arrow heads in the center of the lines? Thanks. Here is my code:...
View ArticleTikz arrow compiles to wrong location when used in the align environment
Can you help me prevent my arrow from showing up on the wrong page. I have a tikz arrow in an align environment and for some reason, the arrow shows up on the following page and not in its intended...
View ArticleFlowchart using TiKz – connecting arrows
Here is flowchart drawn using TiKz. I’m trying to connect the arrows in a clean way. For instance, I want to connect box3.west to retF.south and box2.east to retT.south. I would like to have the arrow...
View ArticleBend additional arrow in circular smartdiagram
I want to bend an additional arrow in a circular smartdiagram. How can i achieve that? Here is how my diagram looks right now: Here is how it should look: Here is a MWE of my current diagram:...
View Articletikz arrowhead type changes node positioning along curved path?
I’m trying to position a square node midway along a curved path, but I’ve noticed that the arrowhead style I select affects the positioning — if I use an arrowhead other than the default, the node is...
View ArticleTikz: Creating narrow arrow heads / disproportionate scaling
I want to use arrow heads that look like the triangle 45, but due to my technical background I would like to get the opening angle smaller (and overally smaller in relation to the line width). My MWE...
View Articletikz arrow direction problem in flowchart
The flowchart is almost what I want, but I am having a problem getting the arrow head to point in the correct direction in one of the paths that has turns in it. The picture shows the problem, and the...
View Article