Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1a)Create another two similar vertical bar charts for both the X and the Y dimensions of Dataset 2 by using D3.js. You should apply the

1a)Create another two similar vertical bar charts for both the X and the Y dimensions of Dataset 2 by using D3.js. You should apply the knowledge of selection, data join, append

1)Create a line chart for both, the X and the Y dimensions of the data by writing the SVG manually. Your y-axis should have 0 at the bottom. Create the line chart for the X dimension out of a path element, and the line chart for the Y dimension out of SVG line elements.

2)Create a similar line chart for either the dimensions of either dataset by using d3. path API

3)A scatterplot shows how two dimensions relate to each other. Plot the X dimension along the x-axis, and the Y dimension along the y-axis.

1. Frame your scatterplot for Dataset 1 by writing the SVG manually.

2. Apply the knowledge of selection, data join, append enter, update and exit to draw a scatterplot for Dataset 2 with d3.js

dataset1

X=100 , 80, 130,90,110,140,60,40,120,70,50

DATASET1

Y=74.6,67.7,124.4,71.1,78.1,88.4,69.8,53.9,81.5,64.2,57.3

Dataset2

X=80,80,80,80,80,80,80,190,80,80,80,80

dataset2

Y=65.8,57.6,77.1,88.4,84.7,70.4,52.5,125,55.6,79.1,68.9

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data, Mining, And Analytics Components Of Strategic Decision Making

Authors: Stephan Kudyba

1st Edition

1466568704, 9781466568709

More Books

Students also viewed these Databases questions