这里有人在Tikz-定时的大师?

我寻找一种方法来标记与标注的时序图,但是垂直规模过压缩。我找不到为\定时命令选项(或者,如果我做到了,这是一个微薄的列表)的完整列表。

我在什么,他们可能会失败(例如高度=),但最终我偶然到来自确认yscale =应工作文档的示例,并且初始猜测它确实是这样。

下面的代码片段,让你开始:

\begin{tikzpicture}
    \timing [yscale=2.0] at (0,0)  {3H N (d7) 3L 3H N (d6) 3L 3H N (d5) 3L 3H N (d4) 3L 3H N (d3)3 L 3H N (d2) 3L 3H N (d1) 3L 3H N (d0) 3L 3H N (ack) 3L};
    \path (d7) node [below left] {D7};
    \path (d6) node [below left] {D6};
    \path (d5) node [below left] {D5};
    \path (d4) node [below left] {D4};
    \path (d3) node [below left] {D3};
    \path (d2) node [below left] {D2};
    \path (d1) node [below left] {D1};
    \path (d0) node [below left] {D0};
    \path (ack) node [below left] {ACK};
\end{tikzpicture}
scroll top