Skip to main content

All Questions

Tagged with
2 votes
2 answers
86 views

Tikzpicture Multi-Edge

I want to create a multigraph. It's correct so far, but I want to have 3 edges from A to the same node B. This is my latex code: \begin{tikzpicture}[level distance=1.5cm, level 1/.style={sibling ...
VD3's user avatar
  • 77
5 votes
2 answers
498 views

Calling TikZ code (speedometer) several time to plot the same graph multiple time

I wonder if there is a way to encapsulate the following tikz code in a function so that I can repeat that diagram several times on the same page. I wanted to be able to redraw the following chart ...
Kernel's user avatar
  • 165
2 votes
1 answer
152 views

Drawing surfaces with TikZ

As a complete TikZ novice, I want to create surfaces like the following handdrawn one with TikZ: Ideally, this should be coded bottom-up: First you draw the bident with xy-plane at height 0. Then you ...
Max Demirdilek's user avatar
3 votes
2 answers
330 views

How to draw a block graph (many complete subgraphs joined together)

I am wanting to draw a block graph. A block graph (or clique tree) is a type of graph in which every biconnected component (block) is a clique. A clique is a subset of vertices (nodes) of a graph such ...
Emily's user avatar
  • 125
-1 votes
1 answer
87 views

How to draw a table inside first quadrant? [closed]

I want to draw a table inside first quadrant. For example
darkphysics's user avatar
0 votes
1 answer
125 views

Creating scatter plots with trendlines on Latex [duplicate]

I have a some scatter plots with corresponding regression lines in MS Excel similar to the one shown below. I want to have this plot in my Latex document. I could simply insert this as an image, but ...
Melanka's user avatar
  • 101
-1 votes
1 answer
193 views

Diagonal coordinate grid Tikz

I am looking to make a coordinate grid with a (darker) diagonal grid (with potentially different grid length) on top of it as in the image below. I.e I would like to have a tikz image of the ...
Tejas Rao's user avatar
  • 113
3 votes
1 answer
161 views

Graphing System of ODE flows

I'm currently trying to graph the flow applied to some points of the 2,3-dimensional euclidean space, and it has been quite hard to do. What I want is to graph something like this and this using ...
Fractal Admirer's user avatar
0 votes
1 answer
138 views

How to draw this graph-like structure via TikZ?

I am looking to draw the following graph-like structure via TikZ. How can I do that? I am struggling to obtain the \otimes-nodes, the \oplus-nodes, the \top-nodes, the \bot-nodes and the dotted lines.
Max Demirdilek's user avatar
4 votes
2 answers
319 views

\Begin{Graph} side by side

Problem Description This is a continuation of a question I had here: Numbering and captioning pgfplots/tikzpicture Where We solved how to name Graphs in a specific way and in-turn generate a \...
Aaron Rhodes's user avatar
1 vote
2 answers
418 views

How to draw "ring-like" graphs?

I want this type of plot. I have use tikz and tkz-berge package and write the code \documentclass[11pt]{article} \usepackage{tikz} \usepackage{tkz-berge} \begin{document} \SetVertexNoLabel \begin{...
Cantor_Set's user avatar
0 votes
0 answers
101 views

Help for drawing graphs in LaTeX

How do I graph something like that in LaTeX? This is the code I've got so far. \documentclass{article} \usepackage{tikz} \usetikzlibrary{arrows.meta} \begin{document} \begin{...
manofthousandnames's user avatar
1 vote
2 answers
370 views

Drawing points with sqrt values in a graph on tikz

I am struggling with drawing the following set of coordinates: \begin{tikzpicture} \coordinate (a1) at (0,(1+{sqrt(\5)})^{2}/2); \coordinate (a2) at (0,2); \coordinate (a3) at (0,1); \...
polygonlink1's user avatar
3 votes
2 answers
482 views

Adding points inside a regular hexagon

I am trying to create this image with latex, and I specifically add the red points in the interior of the regular hexagon as well as make the outer edges of the regular hexagon blue. I am able to ...
polygonlink1's user avatar
1 vote
1 answer
56 views

Graphing a configuration / arrangement of 14 points

I am trying to create the following arrangement / configuration of 14 points (including the labels): I am not able to do this, I've attempted the following: \begin{tikzpicture} \foreach \x in ...
polygonlink1's user avatar

15 30 50 per page