Skip to content

Commit

Permalink
Fixed graphs D&D dataviz
Browse files Browse the repository at this point in the history
  • Loading branch information
imuniyat committed Mar 21, 2024
1 parent 4a61816 commit 0c611ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/dataviz/dungeons-and-dragons/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ date: 2023-04-18
<p><strong>Visualizing the data</strong></p>
<p>In DnD, players take on the roles of adventurers who battle fearsome foes and overcome challenges, all while following a story crafted by a skilled Dungeon Master (DM). Players create and control a unique character from a variety of classes and/or races, each with their own strengths, weaknesses, and personalities.</p>
<p><iframe loading="lazy" id="igraph" class="post-img-shadow" style="border: none;" src="https://callysto.github.io/data-files/data-viz-of-the-week//dungeons-dragons/img/classes.html" width="100%" height="500 " scrolling="no" seamless="seamless"></iframe></p>
<p><iframe loading="lazy" id="igraph" class="post-img-shadow" style="border: none;" src="./How to create the best Dungeons &amp; Dragons character – Callysto_files/races.html" width="100%" height="500 " scrolling="no" seamless="seamless"></iframe></p>
<p><iframe loading="lazy" id="igraph" class="post-img-shadow" style="border: none;" src="https://callysto.github.io/data-files/data-viz-of-the-week//dungeons-dragons/img/races.html" width="100%" height="500 " scrolling="no" seamless="seamless"></iframe></p>
<p>In the above visualization, we've plotted the most popular classes chosen by players in our dataset, along with their frequency of selection. The Fighter class stands out as the most commonly chosen one, closely followed by Rogue and Cleric. Hover your mouse over the plot to see the exact number of times each class was chosen.</p>
<p>In the second graph, we explored the most popular DnD races. As it turns out, Humans are the most frequently chosen race of all when it comes to character creation.</p>

<p>Next, we looked at the most popular combination of races and classes in our dataset. The largest number of players chose a combination of the Human race and Fighter class, followed by Human/Cleric, and Human/Rogue.</p>
<p><iframe loading="lazy" id="igraph" class="post-img-shadow" style="border: none;" src="https://callysto.github.io/data-files/data-viz-of-the-week//dungeons-dragons/img/races.html" width="100%" height="700" scrolling="no" seamless="seamless"></iframe></p>
<p><iframe loading="lazy" id="igraph" class="post-img-shadow" style="border: none;" src="https://callysto.github.io/data-files/data-viz-of-the-week//dungeons-dragons/img/heatmap2.html" width="100%" height="700" scrolling="no" seamless="seamless"></iframe></p>
<p>The choice of races and classes determines a character’s abilities and how they interact with the world. In the next plot, we examined the distribution of strength (STR) ability among different race/class combinations.</p>
<p><iframe loading="lazy" id="igraph" class="post-img-shadow" style="border: none;" src="./How to create the best Dungeons &amp; Dragons character – Callysto_files/abilities.html" width="100%" height="800" scrolling="no" seamless="seamless"></iframe></p>
<p><iframe loading="lazy" id="igraph" class="post-img-shadow" style="border: none;" src="https://callysto.github.io/data-files/data-viz-of-the-week//dungeons-dragons/img/abilities.html" width="100%" height="800" scrolling="no" seamless="seamless"></iframe></p>
<p>In this interactive plot, you can toggle class names and view their respective data. When comparing race/class combinations with the Fighter class, for example, we notice that Human/Fighter has a lower strength ability score than Orc/Fighter or Minotaur/Fighter. Check out our Dungeons &amp; Dragons <a href="https://hub.callysto.ca/jupyter/hub/user-redirect/git-pull?repo=https://github.com/callysto/data-viz-of-the-week&amp;branch=main&amp;urlpath=notebooks/data-viz-of-the-week/dungeons-dragons/dungeons-and-dragons.ipynb&amp;depth=1" target="_blank" rel="noopener">Jupyter Notebook</a> for similar plots on all six ability scores used in DnD. It also includes a section on using data science for character creation.</p>
<p>Whether you are a seasoned player or just starting out, this data may surprise you and guide you to create your next character.</p>

Expand Down

0 comments on commit 0c611ef

Please sign in to comment.