Graphics, Figures & Tablesvarying width lines

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
User avatar
ecoquant
Posts: 5
Joined: Tue May 26, 2020 1:15 am

varying width lines

Post by ecoquant »

I'm interested in generating 2-D plots having curvilinear paths denoted by lines which have a varying width. The paths themselves are indicated point by point, and, for each point, there is a line width. Is there some facility in TikZ I can harness to produce a smoothed line with these characteristics?

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
ecoquant
Posts: 5
Joined: Tue May 26, 2020 1:15 am

varying width lines

Post by ecoquant »

I have found a solution exporting the processed data I have to files, and using Python's matplotlib module to do the plotting. It does support varying width lines.
Post Reply