TO FIND THE NEXT OR DIFFERENT PROJECT CLICK ON THE SEARCH BUTTON ON THE TOP RIGHT MENU AND SEARCH USING COURSE CODE OR PROJECT TITLE.

Starting from:
$40

$26

SOLVED CS/INFO 3300; INFO 5100 Homework 3

 Goals: Practice using d3 to create SVG elements and set their aesthetic properties. Recognize the effect of data transformations through direct data changes and through scale functions. Practice working with color scales. Your work should be in the form of an HTML file called index.html with oneelement per problem. Wrap any SVG code for each problem in a  element following the

element. For this homework we will be using d3.js. In thesection of your file, please import d3 using this tag:  Create a zip archive containing your HTML file and all associated data files (such as diamonds.json) and upload it to CMS before the deadline. Submissions that do not include data files may be penalized. Your submission will be graded using a Python web server run in a parent directory containing your zip file contents (e.g. server started in ~/student_hw, with your homework at ~/student_hw/your_netid/hw3/index.htm) – be sure that it works. 1. In your HTML, please create a 300x300 pixel SVG element. Then, select it using d3.select() in the