tetratech / baytrendsmap

Shiny app to create maps on-the-fly from output of the baytrends package.
https://tetratech.github.io/baytrendsmap/
MIT License
4 stars 2 forks source link

Outlines on points. #2

Closed leppott closed 5 years ago

leppott commented 5 years ago

Is your feature request related to a problem? Please describe. Change point types and/or outline color.

Describe the solution you'd like Dots are solid. Need outlines to help distinguish.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

leppott commented 5 years ago

Range Map, on screen (in app), before edits

image

leppott commented 5 years ago

Modify geom_point to use pch = 21 and color = "black" outside of aes. Inside of aes change from color to fill.

leppott commented 5 years ago

Onscreen the point outlines are little jagged/fuzzy. But when save the map they are fine.

OnScreen image

Save as PNG image

leppott commented 5 years ago

Also have to change scale_color_discrete to scale_fill_discrete.

leppott commented 5 years ago

Fixed the legend.

image

leppott commented 5 years ago

Also need to update "Trend" map.

image

leppott commented 5 years ago

Trend map has more options due to direction change of "good".

Points from 19 to 21 down triangles from 6 to 25 up triangles from 2 to 24 diamonds from 5 to 23.

Not sure if will add border to diamonds since want to fade into the back ground.

Will need to change geom_point from color to fill. And any "scale_color" to "scale_fill".

leppott commented 5 years ago

Trend map edits are good for good is down and up.

Up is good? TRUE image

Up is good? FALSE image