Skip to content

Releases: riatelab/maplegend

maplegend_0.6.0

08 Apr 06:26
13ba27b

Choose a tag to compare

fix

  • use only one lwd and border value in "prop" type legends
  • use box_cex in "symb" legend to fine tune spacing between symbols
  • better spacing between boxes and NA box in "choro" horizontal legends
  • apply box_cex to na symbols for type = "symb"
  • better defaults for "symb"
  • better proportional symbols display
  • test for and allow one modality legends (#7)
  • correct a bug of text overflow with type = "symb" and no_data = TRUE (#8)
  • correct border color assignement for type "symb"

feat

  • add a val_max arg to adjust the proportionnal symbols ma size to a specific
    value when using type = "prop"
  • new legend type "choro_point" for choropleth legends on circles or squares
  • new legend type "choro_line" for choropleth legends on lines
  • new legend type "choro_symb" for choropleth legends on symbols
  • new legend type "typo_line" for typology legend on lines.

maplegend_0.5.0

12 Jan 09:02
92a78fb

Choose a tag to compare

fix

  • allow one modality legends for types "typo", "symb" and "prop_line" (#7)

maplegend_0.4.0

04 Dec 09:10
ab090e6

Choose a tag to compare

fix

Most of the functions of the package have been refactored in order to use a more
robust behaviour and to be suitable for plots with asp != 1.

feat

  • new map type "histo" to draw hitogram legends (#5)
  • new args val_big and val_dec have been added for types already using val_rnd
    to select decimal separator and big values separator (#6)

maplegend_0.3.0

02 Jul 10:25
9dd8ca0

Choose a tag to compare

feat

  • add alpha transparency for all legends
  • redraw legends when resizing the plot device

maplegend_0.2.0

12 Nov 16:26
12e2281

Choose a tag to compare

fix

  • use 1/4 line for typical offest (as it is done in mapsf)
  • better management of symbol sizes (leg = "symb")
  • better management of boxes offest (leg = "typo")

feat

  • added a NEWS.md file to track changes to the package.
  • add a link to igraph example (#2)
  • add a GIS-like example (#1)
  • add alpha transparency for palettes (#4)

maplegend_0.1.0

17 Oct 13:13
7442cd6

Choose a tag to compare

v0.1.0

docs: add codemeta & cff