1f342c1184
Pgfplots draws high-quality function plots using normal or logarithmic scaling, with a user-friendly interface. The user supplies axis labels, legend entries and the plot coordinates for one or more plots and Pgfplots applies axis scaling, computes any logarithms and axis ticks and draws the plots. Pgfplots is based on Till Tantau's package PGF/TikZ.
11 lines
300 B
Makefile
11 lines
300 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 21:45:43 markd Exp $
|
|
# TeX Live Revision 16576
|
|
|
|
DISTNAME= pgfplots
|
|
PKGNAME= tex-${DISTNAME}-1.2.2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Create normal/logarithmic plots in LaTeX
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|