Graphics, Figures & Tables ⇒ scaling in tikz
scaling in tikz
Given two points A and B which has the |AB| = n (the length of the line between A and B) before scaling (i.e. scale=1), then I thought that with scale = 0.5, we should have that |AB| = n/2. But, I have generated picturers where this seem not to be the case. Any comments?
Kent Holing
NORWAY
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10326
- Joined: Mon Mar 10, 2008 9:44 pm
scaling in tikz
Can you show us an example, where it is not the case, so we can check that?
By the way, for proper and complete scaling you may have to add another option: [..., scale=0.5, transform shape].
Stefan
scaling in tikz
However, after looking into the matter more closely, I realized that the problem is not PGF/Tikz, but rather the \includegraphics options used.
Kent