Rows: 507 Columns: 9
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (3): password, category, time_unit
dbl (6): rank, value, offline_crack_sec, rank_alt, strength, font_size
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
ggplot(pass, aes(x = char_category,y = strength,color = char_category)) +geom_violin(fill =NA) +geom_jitter(width =0.1, alpha =0.3, size =0.8) +theme(panel.background =element_rect(fill ="#132124", color =NULL),panel.grid =element_blank(),panel.border =element_blank(),legend.position ="none",text =element_text(family ="Fira Code", color ="white"),axis.text =element_text(color ="white"),plot.title =element_text(lineheight =1),plot.background =element_rect(fill ="#132125", color =NULL),plot.caption =element_text(hjust =0) ) +scale_color_manual(values =c("#d33682", "#268bd2", "#2aa198")) +coord_flip() +labs(y ="\nStrength",x ="",title ="Top 500 passwords do not \nfollow security recommendations",caption ="\nData: Information is beautiful | Viz: @carmo_lcl" ) +annotate(geom ="text", x =2, y =20,label ="Passwords containing only letters \n or words are not as strong and more \n frequent than passwords containing \n a combination of these elements",family ="Courier", color ="white", hjust ="left", size =3 )
Warning in grid.Call(C_stringMetric, as.graphicsAnnot(x$label)): font family
not found in Windows font database
Warning in grid.Call(C_stringMetric, as.graphicsAnnot(x$label)): font family
not found in Windows font database
Warning in grid.Call(C_stringMetric, as.graphicsAnnot(x$label)): font family
not found in Windows font database
Warning in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : font
family not found in Windows font database
Warning in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : font
family not found in Windows font database
Warning in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : font
family not found in Windows font database
Warning in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : font
family not found in Windows font database
Warning in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, :
font family not found in Windows font database
Warning in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, :
font family not found in Windows font database
Warning in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, :
font family not found in Windows font database
Warning in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, :
font family not found in Windows font database
Warning in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, :
font family not found in Windows font database