TikZ – draw only vertices of a path line
Is there a way to draw only the vertices of the triangles? begin{tikzpicture}[x=1mm, y=1mm] coordinate (A) at (0:12); coordinate (B) at (120:12); coordinate (C) at (240:12); foreach i in {0, 1, ...,...
View ArticleDetermine width of a milticolumn cell
I am attempting to draw a rectangle within a multicolumn, and would like it to span the width of the cell and be consistant with a similar rectangle drawn in a standard cell. I am struggling to...
View ArticleHow I can break a long tikz box in an automatic way?
documentclass{article} usepackage{tikz} usetikzlibrary{shapes,snakes} usepackage{amsmath,amssymb} begin{document} % Define box and box title style tikzstyle{mybox} = [draw=red, fill=blue!20, very...
View ArticleLoose bounding box with circular arcs
Consider the following MWE: documentclass[border=5pt]{standalone} usepackage{tikz} begin{document} begin{tikzpicture} draw (0,0) circle (1); draw[blue] (current bounding box.south west) rectangle...
View ArticleProblem with scaling multiple tikz picture in one line
This is one of the first figures I drew with latex. documentclass[a4paper,10pt]{scrbook} usepackage[utf8]{inputenc} usepackage{tikz} usetikzlibrary{calc} usetikzlibrary{intersections}...
View ArticleGenerating minimal-looking graph in pgf plots
I want to generate simple-looking plots such as this one: I’ve tried the following: usepgflibrary{shapes.geometric} usetikzlibrary{calc} pgfplotsset{my style/.append style={axis x line=middle, axis y...
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 ArticleHow to label/tag TikZ diagrams?
I would like to be create diagrams using TikZ that have a number on the side of the page (like the equation environment makes) that I can label using label and cross-reference using ref. Essentially, I...
View ArticleTikz problem since TeXLive 2015 update
sorry if I do something wrong, it is my first post. I generate usually pdfs with gnuplot by using the output terminal tkiz to generate first a .tex and afterwards a .pdf. I recently updated to TeXLive....
View ArticleHow to draw Forward time difference diagram in TikZ?
I am trying to draw a diagram of mesh points for Forward time difference method (frac{u_{i}^{n+1}-u_{i}^{n}}{Delta t}) in TikZ but I am unable to draw it. I have only drawn coordinates by using...
View Article