TeX - LaTeX Asked on December 27, 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?
Add in node options the following
node [draw, shape = circle, fill = black, minimum size = 0.1cm, inner sep=0pt] (){};
Answered by js bibra on December 27, 2021
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP