My Boyfriend/Girlfriend/Husband/Wife Wants
This graph shows how often four phrases are searched for in Google.
While dating, the focus is on what the boyfriend wants. After marriage, it's about what the wife wants.
MATLAB source code:
h = bar([75 46; 41 51]);
set(h(1),'FaceColor','b')
set(h(2),'FaceColor',[1,0.4,0.6])
title('My Boyfriend/Girlfriend/Husband/Wife Wants');
set(gca,'XTickLabel',{'dating','married'},'YTick',[],'TickLength',[0 0]);
ylabel('search interest')
legend({'men','women'})
My Boyfriend/Girlfriend/Husband/Wife Wants
This graph shows how often four phrases are searched for in Google.
While dating, the focus is on what the boyfriend wants. After marriage, it's about what the wife wants.
MATLAB source code:
h = bar([75 46; 41 51]);
set(h(1),'FaceColor','b')
set(h(2),'FaceColor',[1,0.4,0.6])
title('My Boyfriend/Girlfriend/Husband/Wife Wants');
set(gca,'XTickLabel',{'dating','married'},'YTick',[],'TickLength',[0 0]);
ylabel('search interest')
legend({'men','women'})