labeling/cran-package/man/matplotlib.Rd

27 lines
446 B
Plaintext
Raw Normal View History

\name{matplotlib}
\alias{matplotlib}
\title{Matplotlib's labeling algorithm}
\usage{
matplotlib(dmin, dmax, m)
}
\arguments{
\item{dmin}{minimum of the data range}
\item{dmax}{maximum of the data range}
\item{m}{number of axis labels}
}
\value{
vector of axis label locations
}
\description{
Matplotlib's labeling algorithm
}
\author{
Justin Talbot \email{justintalbot@gmail.com}
}
\references{
\url{https://matplotlib.org/}
}