Search found 3 matches

by ehud
Wed Aug 16, 2017 5:41 pm
Forum: Graphics, Figures & Tables
Topic: Adding a Touch of Style in Till's manual
Replies: 1
Views: 1634

Adding a Touch of Style in Till's manual

Section 2.8 in Till Tantau's manual for TikZ tells me that I can manage styles - predefined sets of options that can be used to organize how a graphic is drawn.

I am trying to set my grid to be in red by manipulating help lines :

\documentclass[tikz,border=2mm]{standalone}
\begin{document}
\begin ...
by ehud
Sat Aug 12, 2017 9:02 pm
Forum: Graphics, Figures & Tables
Topic: A node on an exact coordinate
Replies: 3
Views: 3830

A node on an exact coordinate

@rais - Thank you. It works.
by ehud
Fri Aug 11, 2017 3:35 pm
Forum: Graphics, Figures & Tables
Topic: A node on an exact coordinate
Replies: 3
Views: 3830

A node on an exact coordinate

I want my filldraw circle to be placed at coordinates (x,y)=(cos(30°), sin(30°)) - a point on the unit circle with angle 30°.
These are (actually) equivalent to (x,y)=(√3/2,1/2), or approximately (0.866,0.5).

So, how can I assign these coordinate as (cos(30°), sin(30°)) to my node, label, or any ...