Creating Blob Surfaces in TikZ?

  • MHB
  • Thread starter Dustinsfl
  • Start date
In summary, the conversation involved creating a circular surface with a normal vector and the desire to change it into a blob-like surface. The question was if there was a way to change the size of the circular surface, but the desired outcome was a non-circular surface.
  • #1
Dustinsfl
2,281
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
  • #2
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
 
  • #3
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.
 

Related to Creating Blob Surfaces in TikZ?

1. How can I create a blob in tikz?

In order to create a blob in tikz, you can use the "plot [smooth cycle]" command to draw a closed loop. By adjusting the coordinates and adding curves or loops, you can create a blob shape.

2. Can I change the color of the blob in tikz?

Yes, you can change the color of the blob by using the "fill" command and specifying the desired color. You can also add shading or gradients to the blob by using the "shade" or "shading" commands.

3. How can I add text or labels to my blob in tikz?

You can add text or labels to your blob by first creating a node using the "node" command. Then, you can position the node within the blob and add the desired text or label using the "text" command. You can also adjust the font, size, and color of the text.

4. Is it possible to animate the blob in tikz?

Yes, you can animate the blob in tikz by using the "animate" package and creating a series of frames that show the blob changing shape or position. You can also add animation effects such as rotation or scaling to the blob.

5. Can I save my blob in tikz as an image or PDF?

Yes, you can save your blob in tikz as an image or PDF file by using the "standalone" document class and compiling your tikz code. This will create a standalone image or PDF of your blob that you can use in other documents or presentations.

Similar threads

  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
979
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
5K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
3
Views
4K
  • Poll
  • General Math
Replies
1
Views
2K
Replies
1
Views
803
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
4
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
3K
Replies
1
Views
1K
Back
Top