Creating Blob Surfaces in TikZ?

  • Context:
  • Thread starter Thread starter Dustinsfl
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Dustinsfl
Messages
2,217
Reaction score
5
Code:
\begin{tikzpicture}[scale = 1.5]
\draw (0,0) circle (1cm) node[anchor = north east]{$\text{S}$};
\draw[->] (.70710678118,.70710678118) -- (1.4,1.4) node[anchor = south east]{$\vec{n}$};
\end{tikzpicture}

I have made a circular surface with normal vector. How can I make blob instead?
 
Physics news on Phys.org
dwsmith said:
Code:
\begin{tikzpicture}[scale = 1.5]
\draw (0,0) circle (1cm) node[anchor = north east]{$\text{S}$};
\draw[->] (.70710678118,.70710678118) -- (1.4,1.4) node[anchor = south east]{$\vec{n}$};
\end{tikzpicture}

I have made a circular surface with normal vector. How can I make blob instead?
Do you mean something like $\bullet$

Maybe there is a way to change the size of this \bullet
 
earboth said:
Do you mean something like $\bullet$

Maybe there is a way to change the size of this \bullet

No I mean a surface that isn't circular i.e. a blob.