Search found 7 matches

by jess-elzbth
Mon Sep 05, 2016 6:28 pm
Forum: Graphics, Figures & Tables
Topic: tikz node distance: spacing larger than expected
Replies: 3
Views: 24300

Re: tikz node distance: spacing larger than expected

Thank you Stefan for both of your clear explanations. I knew there was a much better way to achieve a grid structure; a matrix is perfect! :D
by jess-elzbth
Mon Sep 05, 2016 2:06 pm
Forum: Graphics, Figures & Tables
Topic: tikz node distance: spacing larger than expected
Replies: 3
Views: 24300

tikz node distance: spacing larger than expected

I am using the command node distance . When I generate help lines the spacing between the nodes is not what I expected. I have many ideas as to why this is occurring, but I'm not sure which questions to ask to get the answer I actually need.

Also, in node distance why is the vertical, or y-axis ...
by jess-elzbth
Mon Sep 05, 2016 10:26 am
Forum: Graphics, Figures & Tables
Topic: tikzpicture node style throwing error (capacity exceeded)
Replies: 2
Views: 5454

Re: tikzpicture node style throwing error (capacity exceeded

*Groan* I hate how glaringly obvious some errors are in hindsight. Thank you Stefan. Worked like a charm :)
by jess-elzbth
Sun Sep 04, 2016 10:29 pm
Forum: Graphics, Figures & Tables
Topic: tikzpicture node style throwing error (capacity exceeded)
Replies: 2
Views: 5454

tikzpicture node style throwing error (capacity exceeded)

I'm wondering why I'm getting the error message TeX capacity exceeded, sorry [input stack size=5000]. \node [fill, right=of t] in the following code:


\begin{tikzpicture}
[inner sep=0.5mm,
nofill/.style={circle,draw=cyan, xshift=-5.5ex},
fill/.style={circle, fill=cyan, xshift=-5.5ex}]

\node ...
by jess-elzbth
Sat Sep 03, 2016 8:50 pm
Forum: Graphics, Figures & Tables
Topic: tikzpicture position label vertically
Replies: 5
Views: 23993

Re: tikzpicture yshift label by height

Thank you Stefan for showing me \tabularx and an alternative solution. Using variables at this point is too much for me ;) I need to get a better grip on the syntax before I dive into that.

That's great Rainer! Something simple and to the point. Thanks for coming back to the anchor idea. Works ...
by jess-elzbth
Fri Sep 02, 2016 12:55 pm
Forum: Graphics, Figures & Tables
Topic: tikzpicture position label vertically
Replies: 5
Views: 23993

Re: tikzpicture yshift label by height

Thank you Stefan. I look forward to your reply!
Somewhere in my mind are good java programming skills; I just haven't used them for a while. The logic of coding is therefore not foreign to me :) And the code you see above wasn't written in 5 minutes ;)
by jess-elzbth
Thu Sep 01, 2016 9:19 pm
Forum: Graphics, Figures & Tables
Topic: tikzpicture position label vertically
Replies: 5
Views: 23993

tikzpicture position label vertically

Preamble:
I am trying to create a vertical timeline. After looking around I decided using tikz to draw a line and use the nodes and their labels was my best option. Now I'm thinking \tabular would be better... either way, I'd like to know the answer to the following problem. I am a beginner to ...