Skip to main content

All Questions

Tagged with
2 votes
2 answers
193 views

How to create rounded arrows to highlight inflection points in a TikZ graph?

I have drawn a graph with TikZ, including the corresponding inflection points. An inflection point marks the transition from a concave up curve to a concave down curve (or vice versa). I would like to ...
wayne's user avatar
  • 705
2 votes
1 answer
44 views

How to color a specific internal region?

I am trying to color the region in the left diagram like in the right diagram. Currently, my TikZ code can achieve the left diagram, but I'm not quite sure how to do the right one. \documentclass{...
licheng's user avatar
  • 817
1 vote
2 answers
64 views

pgfplots: Make axis invisible for intervals outside of explicitly given tick marks when height, minimum and maximum axis value is defined

I am in the process of making nomograms. This involves creating axes with ticks, but no plotting of data. In some cases only parts of the nomogram axis is useful, and I therefore wish to make the ...
Eirik B's user avatar
  • 95
0 votes
0 answers
44 views

how to draw line curves?

I am trying to draw curves in the coordinate system but not sure how to do. I am using draw[in=,out=] but that does not give me the curve I want. Please see curves in my attached figure \begin{...
Talha Ahmed's user avatar
1 vote
1 answer
82 views

Reproducing the lichess opening tree stat bar

Can LaTeX offer something like this or the like shapes with same info?
Wassim Saeed's user avatar
1 vote
1 answer
86 views

Cell diagrams of projective resolutions

A really nice way to visualize resolutions of modules over small algebras is through cell diagrams. These are really useful, for instance, in algebraic topology, when one wants to compute Ext over a ...
categorically_stupid's user avatar
0 votes
0 answers
29 views

Using TikZ to Plot the Fourier Transform with Magnitude and Argument Coloring

I would like to use TikZ to draw the function graph of the Fourier transform 𝐹(𝜔) of 𝑒^𝑡 sin(𝑡)𝑢(𝑡). The x-axis represents 𝜔, the y-axis represents the magnitude of 𝐹(𝜔), and different ...
蘇賢晉's user avatar
1 vote
1 answer
45 views

Connecting two trees with a line, with tikz

I have two trees one next to the other. Some of the nodes should be connected. The code for connection nodes is breaking compilation, and I don't get any lines connecting the nodes between the trees. \...
mm6643's user avatar
  • 25
2 votes
0 answers
43 views

Latex errors when the number of nodes of a graph is more than 26!

I do not need any counter, I am just trying to draw a graph with 35 nodes. However, it gives the following errors: counter too large! and missing \endcsname inserted! The problem, I guess, is ...
Jen's user avatar
  • 21
2 votes
1 answer
62 views

TikZ label at wrong path

I want to create an overview of definitions/theorems using a graph. As you can see the "Def" and "Thm 38" labels from (b) to (a) are not on the path. How can I fix this. Any other ...
HelloWorld's user avatar
4 votes
2 answers
74 views

Control positioning of Tikz label of an edge

Here's my code: \usepackage{tikz} \usetikzlibrary{automata, positioning, arrows} \tikzset{ ->, % makes the edges directed >=stealth, % makes the arrow heads bold node distance=3cm, % specifies ...
RatherAmusing's user avatar
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
2 votes
2 answers
255 views

Is it possible to reduce the number of loops?

Below is a graph I drew using TikZ, which achieves the purpose. However, I feel that my code is still not concise enough because it uses four for-loops. Is there a more concise method? \documentclass{...
licheng's user avatar
  • 817
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

15 30 50 per page
1
2 3 4 5
47