Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
Sunday, December 27, 2020
Is it possible to overlay a stacked bar plot and a line plot?
I have two figures that I want to overlay in a single figure. The first is created using
Code:
graph bar x1 x2 x3, over(year, gap(5)) stack
. The second is created using
Code:
connected x4 year
. Is there a way to force them to show up together in a single figure?
No comments:
Post a Comment