Graphics, Figures & TablesLine Thickness for Vector

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
thomgraf
Posts: 9
Joined: Wed Jul 18, 2012 12:21 pm

Line Thickness for Vector

Post by thomgraf »

Hello:

I want to have a bold vector within a picture environment.

I am using

Code: Select all

\linethickness{1mm}
\put(7,1.25){\vector(1,0){1}}
This, however, only increases the thickness of the actual vector line, not the thickness of the two lines that constitute the arrow head. The result is one thick line because the actual vector line itself is thicker than the arrow head whose two line thicknesses remains unchanged.

How can I create a bold vector? I could define three thick lines (not vectors) where one is the actual vector line, and the other two represent the arrow head, but that wouldn't be too elegant.

Thank you!
Last edited by localghost on Wed Jul 18, 2012 7:34 pm, edited 2 times in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Line Thickness for Vector

Post by localghost »

It's amazing that there are still some people who try to draw in the {picture} environment from vanilla LaTeX. If you want to stay with its syntax you should try some extending packages.
But there is no guaranty that these extensions solve the scaling problem for the arrow tip of your vector.

For easier drawing with a more sophisticated syntax there are corresponding graphics packages and third party tools.

Best regards and welcome to the board
Thorsten
Post Reply