Top "Tikz" questions

TikZ is a set of higher-level TeX macros for producing vector graphics that use PGF (Portable Graphics Format)

How to get one component of a tikz/PGF coordinate?

I'm trying to draw a horizontal line across my diagram. The Y coordinate of the line should be halfway between …

latex tikz pgf
Latex, TikZ and separate compilation of chapters and figures

I have fairly large Latex document with a lot of TikZ figures inside. I have a habit of frequent recompilation …

latex build build-process pdflatex tikz
How do PStricks and TikZ compare for ease of learning and for quality of API design?

My group uses Literate Programming for most of our source code---this means that internal documentation is written using LaTeX. We …

latex diagram tikz literate-programming pstricks
Jupyter: how to make simple illustrations

I am learning to use Jupyter/IPython Notebook as an electronic notebook. Sometimes I need simple illustrations to go along …

ipython-notebook tikz jupyter
TikZ, resizing and fitting

I want to take a PGF picture, scale it down (scaling the text as well, so \resizebox would be perfect) …

latex image-resizing tikz
Getting data from a chart that is displayed on a website

I was asked to draw a graph like this one using Latex (more precisely, tikz and/or pgf). This would …

python latex tikz
insert label in between a arrow (not below/above) with edge node, tikz

I am trying to draw a graph with an arrow and I would like the label of the arrow to …

latex labels arrows tikz
Tikz: horizontal centering of group of nodes

I need to align each row of the graph to the center. I am trying to do it with xshift. …

latex tikz centering pgf
How to export every TikZ image to a separate pdf file?

I'm creating some graphs for my thesis in a single .tex file using the TikZ package in LaTeX. I'm using …

pdf-generation latex pdflatex tikz
TikZ in R Markdown

R Markdown is a good tool for document authoring. It can use LaTeX statement in R Markdown directory. But when …

r-markdown tikz