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 ...
Search found 3 matches
- 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
- 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.
- 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 ...
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 ...