Dear All,
I would like to seek your help in plotting a scatter plot where X-axis is the timeline (timeframe) and Y-axis is the riskscore (1-3) and the dots should be the trend description.
Your help would be highly appreciated.
dataex signal timeframe riskscore
copy starting from the next line -----------------------
copy up to and including the previous line ------------------
Listed 64 out of 64 observations
Thank you in advance.
I would like to seek your help in plotting a scatter plot where X-axis is the timeline (timeframe) and Y-axis is the riskscore (1-3) and the dots should be the trend description.
Your help would be highly appreciated.
dataex signal timeframe riskscore
copy starting from the next line -----------------------
Code:
* Example generated by -dataex-. For more info, type help dataex clear input str77 signal str11 timeframe byte riskscore "Fall in global and emerging market venture capital/private equity investments" "0-3 years " 1 "DFIs increasing financing to marginalised entrepreneurs" "3-7 Years " 2 "Increasing investment in nature-based solutions" "0-3 Years " 2 "Increasing investment in nature-based solutions" "0-3 Years " 2 "Investments in hydrocarbon production increasing" "0-3 Years " 2 "Investments in hydrocarbon production increasing" "0-3 years " 2 "Fossil fuel subsidies persist" "0-3 Years " 3 "Fossil fuel subsidies persist" "3-7 Years " 3 "Developing economies increasingly disrupted by geopolitical tensions" "3-7 Years " 3 "Increase in youth unemployment in developing countries" "7-10 Years " 3 "Increase in youth unemployment in developing countries" "0-3 Years " 3 "Increase in green tax incentives in developed countries" "7-10 years " 1 "Increase in green tax incentives in developed countries" "0-3 years " 1 "New wave of debt swaps for climate and nature" "3-7 Years " 1 "New wave of debt swaps for climate and nature" "0-3 years " 1 "Increasing consumer demand for sustainability" "0-3 Years " 1 "Increasing consumer demand for sustainability" "0-3 years " 1 "Gender backlash" "3-7 Years " 1 "ESG regulation in the spotlight" "0-3 years " 1 "ESG regulation in the spotlight" "3-7 years " 2 "More tech innovations for philanthropy" "3-7 Years " 2 "More tech innovations for philanthropy" "3-7 Years " 2 "Growing number of countries in debt distress" "3-7 Years " 2 "Increased use of weather modifying technology" "0-3 Years " 2 "Increased use of weather modifying technology" "3-7 Years " 2 "Climate activism expanding" "3-7 Years " 3 "Climate activism expanding" "3-7 Years " 3 "Ever-stronger AI" "7-10 Years " 3 "Increasingly digital lives" "3-7 Years " 3 "Growth in metaverse users" "0-3 Years " 3 "Boom in breakthrough technology" "7-10 Years " 1 "Rise in social unrest" "0-3 Years " 1 "Rise in social unrest" "3-7 Years " 1 "Growing demand for new forms of governance" "3-7 Years " 1 "Growing demand for new forms of governance" "3-7 Years " 1 "Climate shocks - more intense, more frequent" "0-3 Years " 2 "New alliances for the global commons" "0-3 Years " 2 "New alliances for the global commons" "3-7 Years " 2 "Distributed energy solutions proliferate" "0-3 years " 2 "Distributed energy solutions proliferate" "3-7 Years " 2 "Inequitable distribution of technology persists" "0-3 Years " 2 "Growing concern for privacy" "0-3 Years " 3 "Race for scarce resources" "0-3 Years " 3 "Race for scarce resources" "0-3 years " 3 "Growing youth bulge in many developing countries" "0-3 Years " 3 "Growing youth bulge in many developing countries" "3-7 Years " 3 "Developing countries assert themselves" "3-7 Years " 1 "Increasing polarization" "7-10 Years " 1 "Growing concern for future generations" "0-3 Years " 1 "Democratic backsliding" "7-10 years " 1 "Democratic backsliding" "0-3 years " 1 "Shifting nature of work" "3-7 Years " 2 "Mental health under stress" "0-3 years " 2 "You don't speak for me" "0-3 Years " 2 "You don't speak for me" "0-3 years " 2 "Growing inequalities" "3-7 Years " 2 "Social contracts under pressure" "0-3 years " 2 "Multilateral fragmentation" "3-7 years " 3 "Multilateral fragmentation" "3-7 Years " 3 "Increase in green tax incentives in developed countries" "3-7 Years " 3 "Democratic backsliding" "3-7 Years " 3 "You don't speak for me" "0-3 Years " 3 "Distributed energy solutions proliferate" "3-7 Years " 1 "Growing inequalities" "3-7 Years " 1 end
Listed 64 out of 64 observations
Thank you in advance.
Comment