
Easy curves in TikZ - TeX - LaTeX Stack Exchange
Nov 4, 2011 · I find myself needing to draw lots of elegantly curved paths in TikZ. Ideally, I'd just specify a series of points, and TikZ would calculate the extra data itself to draw a nice series of …
If-then-else inside TikZ graph? - TeX - LaTeX Stack Exchange
Since you are using tikz graphs, which require Lua, you can use lua too to evaluate your conditionals. I was trying to compose a MWE as proof of concept, but then I realized I didn't …
Meaning of bend right or left in TikZ? - LaTeX Stack Exchange
The following code actually comes from the PGF manual. It works fine, but I have a difficult time in understanding it (I'm new to TikZ) \\documentclass{article} % say \\usepackage{tikz} \\usetikzlib...
TikZ Adding Text - TeX - LaTeX Stack Exchange
Mar 19, 2024 · In TikZ you can use nodes to place almost anything (in particular, text) in the position you want. In the following example I used the at construct to specify the exact position …
List of available TikZ libraries with a short introduction
Jan 29, 2012 · Part IV of the PGF manual is all the libraries; the TOC gives their names, and each section starts with a short introduction.
TikZ: draw line thickness less than 0.1 mm - TeX
Oct 7, 2014 · In TikZ is it possible to draw lines thinner than 0.1 mm? ultra thin option gives line thickness 0.1 mm. I want to draw a pattern using line thickness 0.07 mm.
Define a variable in TikZ - TeX - LaTeX Stack Exchange
I want to use TikZ for drawing/plotting mathematical objects. For example, provide a point and a slope and plot the corresponding line (or at least a segment of it).
Increase the thickness of node border in TikZ - TeX
Oct 29, 2013 · If you have a rectangle as a node (e.g. using matrix in tikz), can you adjust the thickness of the borders individually? E.g. top, bottom, left, right? line width changes all of …
How to add caption for a TikZ picture? - LaTeX Stack Exchange
The problem with your solution is that, when you want to included a figure with a caption that is not a tikz picture, the caption might be laid out quite differently, especially if your publisher has …
Conditional statements in TikZ - TeX - LaTeX Stack Exchange
May 26, 2022 · I am going to share some personal feeling about programming/drawing with TikZ, in comparison with Asymptote. Let's start with a code example in pgfmanual, Section 88 …