Search found 3 matches

by percusse
Sun Feb 10, 2013 4:26 pm
Forum: Math & Science
Topic: Arrays, Loop Structures and Representations
Replies: 1
Views: 3357

Arrays, Loop Structures and Representations

I can feel a little bit of what you are trying to do but the immediate problems make it very difficult to understand the goal. For example, you are using arrayjob while having the excellent pgfplotstable naturally supporting pgfplots . You have a few macro names with numbers, overwriting definitions ...
by percusse
Sun Feb 10, 2013 4:17 pm
Forum: Graphics, Figures & Tables
Topic: tikZ | Indicate further Vertices
Replies: 2
Views: 3660

Re: tikZ | Indicate further Vertices

Where would you put those cones with respect to the nodes? You can also consider drawing dashed lines (a web-like structure) in the background to indicate that there is more to the graph than it is already being shown.
by percusse
Sun Feb 10, 2013 4:00 pm
Forum: Math & Science
Topic: Improving a Matrix
Replies: 1
Views: 3487

Improving a Matrix

You might better avoid the nesting of arrays as much as you can in order to avoid such spacing and padding problems.

Here is something that comes to close to the given example. You can still modify the array stretch to 1.3 or higher, alternatively add some \mathstrut s etc. I recommend reading ...