Releases: riatelab/maplegend
Releases · riatelab/maplegend
maplegend_0.6.0
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
fix
- allow one modality legends for types "typo", "symb" and "prop_line" (#7)
maplegend_0.4.0
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
maplegend_0.3.0
feat
- add alpha transparency for all legends
- redraw legends when resizing the plot device
maplegend_0.2.0
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
maplegend_0.1.0
v0.1.0 docs: add codemeta & cff