datavizpyr.com

@datavizpyr.bsky.social

Data Analysis to Visualisation with Python and R. Tune in for two DataViz tips per day - one in Python and and the second in R

Legends in ggplot2 are powerful but can sometimes clutter your visualization. Learn how to hide all legends, remove specific ones like color or shape, control them at the layer level, and even tidy them with scale functions datavizpyr.com/selectively-... #dataviz

Remove or Hide Legends in ggplot2 – Theme, Guides, Scales & Tips - Data Viz with Python and R

Learn how to selectively remove one or more specific legends in a plot made with ggplot2 using guides() function

datavizpyr.com

🎉 Happy to share that we just released {chromote} v0.5.0, an #RStats package for remotely driving the Chrome browser. New in this release: chromote can now download and use any version of Chrome or `chrome-headless-shell`! Plus a few bug fixes for new Chrome versions. shiny.posit.co/blog/posts/c...

Shiny - chromote v0.5.0

With the latest chromote release, you can stay up to date with Chrome or pin your scripts to a specific version of Chrome easily.

shiny.posit.co

We are thrilled to announce Pointblank for data validation in Python! With Pointblank, you can check your data against expectations and constraints, get a beautiful report table, and examine detailed step results and metrics. Learn more in the blog post: posit.co/blog/introdu... #Python

Pointblank data validation in Python