I am trying this code
Code: Select all
\tikz \node[circle,radius=0.5cm,color=white, fill=blue]{text};
But the option radius is not working... Could anyone please help me?
Code: Select all
\tikz \node[circle,radius=0.5cm,color=white, fill=blue]{text};
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Code: Select all
\begin{tikzpicture}
\draw[fill=blue] (0,0) circle [radius=0.5cm];
\node[color=white] {text};
\end{tikzpicture}
Code: Select all
\begin{tikzpicture}
\node[circle, inner sep=0pt, minimum size=1cm, color=white, fill=blue]{text};
\end{tikzpicture}
Code: Select all
\tikz \node[circle,scale=0.75,color=white, fill=blue]{text};
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p