↧
Answer by Schrödinger's cat for Draw a line that encloses some objects in TikZ
Here is one possible way, very much as @cfr suggests but with a local bounding box instead of fit. \documentclass[border=4pt]{standalone} \usepackage[dvipsnames]{xcolor} \usepackage{tikz}...
View ArticleDraw a line that encloses some objects in TikZ
Given an array of circles, I want to draw a line that tightly encloses the circles. Since a picture is worth a thousand words: The code to produce the array of circles is as follows:...
View Article