Skip to content

Commit

Permalink
I have no idea
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/asgr/magicaxis

# Conflicts:
#	man/magicaxis-package.Rd
  • Loading branch information
asgr committed Nov 15, 2023
2 parents 85797b9 + 1e67084 commit b667200
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: magicaxis
Type: Package
Title: Pretty Scientific Plotting with Minor-Tick and Log Minor-Tick Support
Version: 2.4.3
Date: 2023-11-214
Date: 2023-11-15
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: 4 additions & 0 deletions man/magicaxis-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ Functions to make pretty axes (major and minor) on scientific plots. Particularl
Package: \tab magicaxis\cr
Type: \tab Package\cr
Version: \tab 2.4.3\cr
<<<<<<< HEAD
Date: \tab 2023-11-10\cr
=======
Date: \tab 2023-11-14\cr
>>>>>>> 1e670846911c98e910761810bad634b41d7b31e8
License: \tab GPL-3 \cr
Depends: \tab R (>= 2.13)\cr
Suggests: \tab imager, fst, imageviewer, Rfits\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 b667200

Please sign in to comment.