Stippling Techniques for Pen Plotters
Stippling turns tonal value into dot spacing. On a pen plotter, the real constraints are mark consistency, paper behavior and travel time, so the best guides stay practical.
What Makes Stippling Work
Stippling builds tone with dot spacing and placement instead of filled areas. Darker passages use more dots or closer spacing, while lighter passages leave more paper visible.
That makes it a natural plotter technique, but only when the marks are repeatable. If the pen feathers, blobs, or changes width too much, the light values close up and the dark values lose structure.
Good stippling should read in two ways: as clean dots up close and as believable tone at normal viewing distance. If it only works on-screen or only from one distance, it is not ready.
Before plotting a full page, test the actual pen and paper together. If the smallest dots disappear or the densest areas merge into solid patches, adjust spacing, pen width, or paper choice first.
Change spacing before changing technique. If a single dot field still reads too light, add more points. Switch to TSP only when you accept the connecting line as part of the look.
Choosing a Dot Distribution
Simple random points are fast to generate but tend to clump, which makes mid-tones look dirty.
Poisson-disk sampling improves evenness by enforcing minimum spacing between points.
Weighted centroidal Voronoi stippling, described by Adrian Secord, is the key reference method for image-based stippling because it follows image density while still producing well-spaced points.
TSP is different. It is not a better dot generator; it is a route strategy for visiting an existing dot set with less pen lifting.
- Random points: quick draft, weakest tonal control.
- Poisson-disk: cleaner spacing, good for even texture.
- Weighted Voronoi: strongest balance of tone and point placement.
- TSP route: best when plotting efficiency matters and the connecting line is acceptable.
A Plotter-First Workflow
- 1
Simplify the Source
Start with a source image that already has clear light and shadow separation. Convert it to grayscale, simplify noisy backgrounds and make sure the focal subject still reads before you generate any dots.
- 2
Generate a Proof
Start with a crop or lower-density proof, not the full final plot. If the form does not read at small scale, adding thousands of extra dots usually adds time faster than it adds clarity.
- 3
Decide on Pure Dots or a TSP Route
Make the aesthetic choice early. If isolated dots matter, stay with pure stippling. If the drawing still works with a visible travel line, a TSP route can save a lot of machine overhead.
- 4
Optimize the Path Order
Separate dots are expensive to plot because pen lifts and travel distance add overhead. Reorder paths before plotting, or use a TSP export when you want the machine to stay down for as much of the drawing as possible.
- 5
Plot a Final-Scale Test Patch
Plot a small patch at the final scale with the final pen and paper. Check edge sharpness, shadow separation and highlight openness, then regenerate if needed.
Pure stippling and TSP art are different results. A TSP route reduces pen lifts by connecting the points with a continuous line, so the travel path becomes visible in the finished image.
Pure Stippling vs TSP Art
Pure stippling keeps the dots visually separate. It is slower, but it preserves the open paper gaps that give the technique its traditional look.
TSP art turns a dot set into a near-continuous route through the image. Robert Bosch popularized this approach as a distinct drawing style and StippleGen can export that kind of path.
Use TSP when plotting time matters and you are happy for the travel line to become part of the image. Use pure stippling when isolated dots are part of the point.
If you stay with independent paths, tools such as vpype's `linesort` can still reduce pen-up travel without changing the drawing style.
A useful swatch-sheet photo shows one pen, one paper, four dot-density tests, one TSP sample and handwritten notes. A single reference like that makes the guide feel grounded in real output.
Hybrid Techniques That Actually Help
Most strong plotter drawings do not use stippling everywhere. The best results usually come from using it where it adds the most value.
- Use hatching for large dark masses when a dot field would take too long.
- Use toned paper to hold the mid-tone so you only plot shadows and accents.
- Keep backgrounds simpler than the subject; spend dot density where it improves silhouette, features and key shadow shapes.
- Only use variable dot size if your pen and paper reproduce those size changes consistently.
Before the Final Plot
- The subject is still readable at the intended viewing distance.
- The darkest clusters stay separated instead of filling into blobs.
- Highlights remain mostly paper, not a gray haze.
- Path order has been optimized for the machine you are using.
- The final pen and paper have already been tested on a small sample.
Keep a dated swatch library. Pen brand, nib size, paper stock and spacing notes save far more time than trying to remember what worked six months later.
Comments
Loading comments...