Creating Blob Surfaces in TikZ?

  • Context: MHB 
  • Thread starter Thread starter Dustinsfl
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on creating non-circular blob surfaces in TikZ, a powerful tool for creating graphics in LaTeX. The initial example demonstrates a circular surface with a normal vector, but the user seeks to modify this to achieve a blob-like shape. Participants suggest exploring ways to adjust the shape beyond simple circles, indicating a need for techniques that allow for more organic forms in TikZ graphics.

PREREQUISITES
  • Familiarity with TikZ syntax and commands
  • Understanding of vector representation in graphics
  • Basic knowledge of LaTeX document preparation
  • Experience with geometric shapes and transformations
NEXT STEPS
  • Research TikZ path operations for creating custom shapes
  • Explore TikZ libraries for shapes and patterns
  • Learn about Bézier curves in TikZ for organic shapes
  • Investigate TikZ's 3D capabilities for complex surface representations
USEFUL FOR

This discussion is beneficial for graphic designers, LaTeX users, and anyone interested in advanced TikZ techniques for creating complex shapes and surfaces in their documents.

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
3K
  • · Replies 0 ·
Replies
0
Views
6K
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