zk_html/diary/2010-11-21-03:26:52.html

50 lines
3.2 KiB
HTML
Raw Normal View History

2020-04-25 06:35:06 +00:00
<!doctype html>
<html>
<head>
<title>Zk | Visualization-in-a-day</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | Visualization-in-a-day</h1>
</header>
<article class="content">
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>I woke up this morning with an idea in mind and, lo and behold, over the process of the day, <a href="http://vis.mjs-svc.com/fastats/">finished the visualization</a>.  At least, a rough draft of it.  This ones even personalizable!  Check out a sample <a href="http://vis.mjs-svc.com/fastats/?user=ranna">here</a>.</p>
<p>FurAffinity.net is a neat site full of neat artists and good community.  However, the statistics they provide for each users art are not only private, but rather lacking, being simply a list of numbers.  Sounds like a good job for visualization, though!  The numbers FA provides are views, favorites, and comments per submission.  Not only did I display those, but averaging them and normalizing for those averages gives a pretty good idea of relative popularity of each submission.  Users can view all four statistics in a steam chart, and also each alone in a bar chart.  I figured this was a good way to divide things up: trends are visible in general over time and one can explore specifics for each set.</p>
<p>Theres still some work Id like to do, and Im planning on collating the data I collect into a general graph of submissions on FA, but thats for later.  Its fall break and Im still on the job!</p>
<!-- AddThis Button BEGIN -->
<script type="text/javascript">
//<!--
var addthis_product = 'wpp-250';
var addthis_append_data = 'false';var addthis_language = 'en';
//-->
</script>
<div class="addthis_container"><a addthis:title="Visualization-in-a-day" addthis:url="http://blag.drab-makyo.com/2010/11/20/visualization-in-a-day/" class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=wp-4bb3baf90c7008fd"><img alt="Bookmark and Share" height="16" src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" style="border:0" width="125"/></a><script src="http://s7.addthis.com/js/250/addthis_widget.js#username=wp-4bb3baf90c7008fd" type="text/javascript"></script></div>
<!-- AddThis Button END -->
<p style="border: 1px solid black; padding: 3px;"><strong>Originally published at <a href="http://blag.drab-makyo.com/2010/11/20/visualization-in-a-day/">Drab Makyo</a>. Please leave any <a href="http://blag.drab-makyo.com/2010/11/20/visualization-in-a-day/#comments">comments</a> there.</strong></p
</article>
<footer>
<p>Page generated on 2010-11-21 03:26:52</p>
</footer>
</main>
2020-06-24 07:10:07 +00:00
<script type="text/javascript">
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
});
</script>
2020-04-25 06:35:06 +00:00
</body>
</html>