File: matplotlib.Rd

package info (click to toggle)
r-cran-labeling 0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
\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/}
}