Skip to content

Instantly share code, notes, and snippets.

@PaladhiDinesh
Last active June 26, 2016 22:01
Show Gist options
  • Save PaladhiDinesh/cdda9b8cb3547946d94f to your computer and use it in GitHub Desktop.
Save PaladhiDinesh/cdda9b8cb3547946d94f to your computer and use it in GitHub Desktop.
VI8
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<h1>Visualization Implementation 8 </h1>
<body>
<h3>Scatter plot for question 1.a can be seen here</h3>
<a href="http://www.cs.odu.edu/~dpaladhi/VI8/1_a.html">Question 1.a</a><br>
<h3>Scatter plot for question 1.b can be seen here</h3>
<a href="http://www.cs.odu.edu/~dpaladhi/VI8/1_b.html">Question 1.b</a><br>
<h3>Scatter plot for question 1.c can be seen here</h3>
<a href="http://www.cs.odu.edu/~dpaladhi/VI8/1_c.html">Question 1.c</a><br>
<h3>Scatter plot for question 2.a can be seen here</h3>
<a href="http://www.cs.odu.edu/~dpaladhi/VI8/2_a.html">Question 2.a</a><br><br>
<h3>Solution for 2.b can be seen here <br></h3>
<p>
<h4>No.When we plot QB's from schools in the Big Five conferences,we cannot do a color-blind safe or photocopy safe version.
This is because the number of conferences in Big Five are 5 and to plot a color-blind safe graph we can have a maximum of 4 colors. So,
here we have 5 colors for 5 conferences and so color-blind safe is not possible.
Similarly, photocopy safe needs a maximum of 3 colors and so it is also not possible.</h4>
</p>
<h3>Scatter plot for question 3.a can be seen here</h3>
<a href="http://www.cs.odu.edu/~dpaladhi/VI8/3_a.html">Question 3.a</a><br>
<h3>Scatter plot for question 3.b can be seen here</h3>
<a href="http://www.cs.odu.edu/~dpaladhi/VI8/3_b.html">Question 3.b</a><br>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment