TransWikia.com

Draw a circle smaller than 0.1 using Tikz

TeX - LaTeX Asked on August 30, 2021

I am trying to draw a bullet point (filled circle) with Tikz. With the following code, I can draw the circle:

documentclass{article}

usepackage{tikz}
usetikzlibrary{shapes,arrows}
begin{document}
begin{tikzpicture}

node [draw, shape = circle, fill = black, minimum size = 0.1cm] (){};

end{tikzpicture}
end{document}

I would like to draw a smaller point, but decreasing the minimum size = 0.1 cm to, say, 0.0001 cm does not make a difference. I am wondering what the cause of this behaviour is, and how to fix it?

One Answer

Add in node options the following

node [draw, shape = circle, fill = black, minimum size = 0.1cm, inner sep=0pt] (){};

Correct answer by js bibra on August 30, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP