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.
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.
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.
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.
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.
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.
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.
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 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.
Most strong plotter drawings do not use stippling everywhere. The best results usually come from using it where it adds the most value.
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.
There is no universal dot count. Output size, pen width, paper absorbency, source contrast, and viewing distance all change the answer. Start with a cropped proof or lower-density version and keep increasing density only while it adds meaningful structure. Once shadows start merging or highlights stop opening up, extra dots are usually wasted.
The usual causes are weak tonal separation in the source image, dots that are too close for the pen and paper, or a distribution method that clumps points. Fix the image first, widen spacing or use a finer pen, and prefer Poisson or Voronoi-style distributions over naive random placement.
Use pure stippling when isolated dots are important to the final look and you accept a slower plot. Use TSP art when speed matters and the visible connecting line fits the aesthetic. They solve different problems, so choose based on the finished image, not just the render preview.
Start with a better SVG, then spend your dot budget where it actually helps the final plot.
Get a Plotter-Ready SVG
Comments
Loading comments...