You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
The resulting PDF should have very thin county borders.
Environment (please complete the following information):
Platform: Fedora Linux
version output:
> version
_
platform x86_64-redhat-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 4
minor 3.2
year 2023
month 10
day 31
svn rev 85441
language R
version.string R version 4.3.2 (2023-10-31)
nickname Eye Holes
* `size` was erroneously left in the documentation after the `ggplot2
3.4.0` update.
* It has been replaced with `linewidth`.
* Fix legend in theme after the `ggplot2 v3.5.0`
* Update tests to use 3rd edition of `testthat`
fixes#89
Describe the bug
The
size
parameter inplot_usmap
does not affect the output as expected.To Reproduce
Run this script with the attached Excel file (poverty.xlsx):
Observe the output:
![image](https://private-user-images.githubusercontent.com/11081492/307461071-0b050f94-574c-428c-9d8c-962ebf536d42.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDg0MDksIm5iZiI6MTczOTI0ODEwOSwicGF0aCI6Ii8xMTA4MTQ5Mi8zMDc0NjEwNzEtMGIwNTBmOTQtNTc0Yy00MjhjLTlkOGMtOTYyZWJmNTM2ZDQyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA0MjgyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM0YWViZDU4NWNiZDhiZGVmMjQ1ZWQwZTE5OWI2ZDIxZmUyNzBkMWI5NzY3ODlkYmNkOGUzOGJjZDc3ZDVkNDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.0lzAUlJPiVaGa3R8Mo87Vl_g5Ro6go8CBRhvtH-20g8)
The county borders are thick.
Expected behavior
The resulting PDF should have very thin county borders.
Environment (please complete the following information):
version
output:sessionInfo()
output:Additional context
This worked a while ago, I'm pretty sure I'm doing it the same way.
The text was updated successfully, but these errors were encountered: