MHB Creating Blob Surfaces in TikZ?

  • Thread starter Thread starter Dustinsfl
  • Start date Start date
Click For Summary
The discussion revolves around creating a non-circular surface, referred to as a "blob," in a graphical representation. The initial query involves a circular surface with a defined normal vector, and the user seeks guidance on how to modify this to achieve a blob-like shape. Responses suggest alternatives, including the idea of using a bullet point as a visual representation, but the user clarifies that they are looking for a surface that deviates from a circular form entirely. The conversation highlights the need for techniques or methods to represent irregular shapes in graphical formats.
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.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 0 ·
Replies
0
Views
5K
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K
  • Poll Poll
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K