ericpante / marmap

Import, plot and analyze bathymetric and topographic data
30 stars 7 forks source link

Issues with colour and size in autoplot.bathy on new release 1.0.4 #9

Open McAllister-NOAA opened 4 years ago

McAllister-NOAA commented 4 years ago

I am using code from the previous release and now it says "Warning message: Ignoring unknown parameters: colour, size". It is strange because the color and size arguments are still being used correctly in the plot. So might just be a message issue. Thanks!!

autoplot.bathy(bathymap, geom = c("c", "r"), colour = "white", size = 0.1, coast = TRUE)

Thanks!

besibo commented 4 years ago

Thanks! I'll look into it ASAP.