v1.0

Not released on CRAN.

v1.1

CRAN legal- passed all checks.

v1.2

Bug Fixes:

x and y axis limits can now be reversed without error

New Features:

magplot parses better to plot, allowing generic plotting of plot.density plot.histogram etc.

Improved the behaviour of tick labelling by making use of the axis function (which tries hard to avoid text collisions).

Generalised the labelling system with a mid level function maglab. This makes it easier for the end user to cope with specific scenarios where the default behaviour is not desired.

Added more flexibility to control the outcome from magplot, meaning users should not need to access magaxis and maglab in most scenarios.

v1.3

Fixed: when labels were FALSE plotting ticks alone wasn't working

Changed code to use mtext instead of title for axis labels- this means labels are plotted when using layout.

Fixed: a couple of plot label formatting issues. This fixes some situations where expressions were not being used, and changes 0x10^0 to 0.

New Features:

Allowed nice printing of smaller dynamic ranges in log plots by using powers of 10 times 1, 2 and 5 when the range covered is less than or equal to 50.

v1.4

Bug Fixes:

Clarified some help entries, and fixed some typos.

Fixed: bug with logpretty in magaxis that meant it wasn't dealing with vector arguments correctly.

New Features:

Added vector support for majorn minorn so they can be defined separately for each axis.

Added option to define the pretty gap to aim for (useful for degrees which are 45/90 rather than 50/100). This is prettybase- as an example this can be set to 45 for plotting degrees nicely.

v1.5

Added option for fully Hershey font output.

Added magerr error bar plotting function.

Added magmap variable mapping functions to allow for pretty and easy colour scaling.

Added a hard trim option to maglab to ensure no values fall outside of original range.

Fixed: some help entries (nothing serious).

Fixed: bug in usemultloc that extended the range beyond that desired.

v1.6

Added the magrun plotting feature, which allows for easy generation of running medians and other quantiles.

Fixed: some help file entries

Added pretty in-plot colour bar. This makes 'magic' use of the plotrix version, i.e. it works hard to produce a useful output painlessly.

v 1.7

Fixed: error in magmap that meant flip was always from 0 -> range[2]-range[1], not from range[1] -> range[2]

v 1.8

FEATURE: MagCon now has capability for xlim/ylim calls. This is useful for viewing a subset of your data and/or having inverted axes.

FEATURE: Added 'weights' option to magcon

Fixed: Various documentation typos.

Fixed: passing error where the 'main' argument wasn't being correctly passed to magplot, so was being ignored when the user had x and y objects.

Fixed: how the 'bad' flag in magmap works

Fixed: documentation error in magcon- description was cut short by '%' rather than using '\%'

Fixed: magbar didn’t seem to function as expected when being overlaid on a plot with logged axes.

Fixed:   magbar colour bar changed range depending on how many intervals you request. i.e. the same bar settings called with labN=5 has different limits when called with labN=3. magbar now pads out the extremes of the mapping if the pretty plotting chooses to extend beyond the requested range (which it generally will).

v 1.9 (latest CRAN version)

Feature: magmap can now output NA outside of the desired range.

Feature: magbar can now simply show the background outside the clipped range (previously padded out the extreme colour, which might not always be the most meaningful thing to do).

Fixed: log scaling had issues in magbar when the pretty scale went outside the nominal range (the mapping was not correct in some circumstances).

Fixed: box function in magaxis now inherits the bty type from par.

Fixed: Various documentation typos.


v 1.9.1

Fixed: magplot now has side option to create segments of the plot axes. This is instead of using bty in par (which only affects the box in plot, not the axis labelling). I prefer my behaviour, i.e. you can generate ticks and tick labels on the side you want straight from magplot (which isn't possible with plot). This does mean magplot behaves slightly differently to plot, but this is unavoidable for the high level plotting I desire.

v 1.9.2

Added error ellispe option in magerr function.

v 1.9.3 (in progress, not on CRAN yet)

Added stretch option to magmap, which now takes arguments 'lin' for linear, 'log' for log, 'atanh' for atanh and 'asinh' for asinh. The option 'log' no longer exists in magmap, which could break code written prior to magicaxis v1.9.3.

The background colour of the magcon image now extends beyond the limits of the data if necessary. 

magerr now picks up the log state automatically, so log argument is no longer required.

--

TO DO:

FEATURE: Add better in-plot legends.



