Skip to content

Commit

Permalink
To appease the CRAN overlords...
Browse files Browse the repository at this point in the history
  • Loading branch information
asgr committed Nov 14, 2023
1 parent dbce120 commit 1e67084
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: magicaxis
Type: Package
Title: Pretty Scientific Plotting with Minor-Tick and Log Minor-Tick Support
Version: 2.4.2
Date: 2023-10-20
Version: 2.4.3
Date: 2023-11-214
Author: Aaron Robotham
Maintainer: Aaron Robotham <[email protected]>
Description: Functions to make useful (and pretty) plots for scientific plotting. Additional plotting features are added for base plotting, with particular emphasis on making attractive log axis plots.
Expand Down
4 changes: 2 additions & 2 deletions man/magicaxis-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Functions to make pretty axes (major and minor) on scientific plots. Particularl
\tabular{ll}{
Package: \tab magicaxis\cr
Type: \tab Package\cr
Version: \tab 2.4.2\cr
Date: \tab 2023-10-20\cr
Version: \tab 2.4.3\cr
Date: \tab 2023-11-14\cr
License: \tab GPL-3 \cr
Depends: \tab R (>= 2.13)\cr
Suggests: \tab imager, fst\cr
Expand Down
2 changes: 2 additions & 0 deletions man/magplot.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,11 @@ magplot(temp, xlim='auto', ylim='auto')
#Some astronomy related examples (and how to display the solar symbol):
\dontrun{
temp=cbind(runif(10,8,12),runif(10,0,5))
magplot(temp[,1:2], xlab=expression(M['\u0298']), ylab=expression(M['\u0298']/Yr), unlog='xy')
}
#With z scaling
Expand Down

0 comments on commit 1e67084

Please sign in to comment.