Search found 2 matches

by profzoom
Thu Sep 03, 2009 1:04 am
Forum: Graphics, Figures & Tables
Topic: TikZ - Arrow tips as path decoration?
Replies: 3
Views: 11872

TikZ - Arrow tips as path decoration?

Thank you, this worked out perfectly!

Hi,

you could use the decorations.markings library and he mark decoration option, as described in Section 27.6 "Mark Decorations: Adding Arrow Tips and Nodes on a Path" of the pgfmanual (p. 267ff); a little example:

\documentclass{book}
\usepackage{tikz ...
by profzoom
Tue Sep 01, 2009 10:26 pm
Forum: Graphics, Figures & Tables
Topic: TikZ - Arrow tips as path decoration?
Replies: 3
Views: 11872

TikZ - Arrow tips as path decoration?

I am trying to draw a phase portrait for a system of ODEs, and would like several arrow tips along each curve to indicate direction.

So far, the closest I have come up with is to draw each curve twice, once in the usual way and once using the "triangles" path decoration to approximate an arrow tip ...