Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 6.59 KB

README.md

File metadata and controls

81 lines (48 loc) · 6.59 KB

Data Visualization Project

The Museum of Modern Art (MoMA) Collection

Data

The data I used to visualize for my project is MoMA Artwork Collection from https://github.com/MuseumofModernArt/collection. I love going to art museums, and I always found it difficult to see what types of artworks museums have. I would love to create visualizations that would help visitors filter artworks by the medium used, department, period, etc to provide an easier way to find what they are looking for/interested in when visiting museums. https://gist.github.com/IeKimI/6f1a577dd746202d359a30053805d7ed

Questions & Tasks

I aimed to answer the following tasks and questions. The decisions while creating/editing the visualizations and interactions in this project were driven by the following:

  • Which mediums were used the most?
  • How did the use of medium change over time?
  • What is the percentage of each department category - Photography, Drawing, Painting, etc?
  • What is the percentage of artworks classified as Print, Design, Architecture, Book, etc?
  • How many artworks are there from this particular artist?
  • What artworks were made/painted/etc by this particular artist?

Sketches

Before implementing the visualizations, I sketched my ideas based on research I did regarding the visualization types for different data types as well as the lecture videos and the textbook.

image

This is the first sketch of ideas I had for this project. The categorical columns such as classification or department are displayed in pie chart. For visualizations that are meant to display the frequency or count, I decided to sketch them in a histogram/bar chart format. Lastly, to display artworks by time, I thought it would be helpful to display it in a timeline format. The goal is to make these visualizations interactive. For example, when a user clicks on a bar, update or filter other graphs depending on user input/interest. This way, it would be easier for users to understand the data better since it can display a lot of data in a clean and organized manner and make the visualization more engaging.

image

This is the iterated design. I modified two visualizations from the previous sketch. The first is a stacked bar. I think this shows how the medium changed over time as well as which medium was most popular at a certain period. This can be done for other category types such as classification, department, etc. The second idea is to assign different colors or sizes for each category.

Prototypes

After working on sketches, I started creating the visualizations using the dataset and skills learned in D3.

image (https://vizhub.com/IeKimI/fe22591fde004f0191b1e44c4acc1b9a)

Using the top 10 most used mediums, I created a stacked bar chart for the first 20 dates (years) available in the dataset. As shown in the label on top, each color represents a different medium.

image (https://vizhub.com/IeKimI/094ee16f51e3488496fcfd6ee85cd7df)

I decided to change my stacked bar chart to a streamgraph for the iteration. Streamgraphs are often used to show changes in different categories over time when there are many categories and when they start and stop at different times. I decided to use this graph because the purpose of this visualization is to show the trend and patterns of changes in the medium used in artworks over time. I think this graph type shows the trend better as it gives a nice flow of each category/medium.

Results

This is a visualization of artworks by Artist. There is a dropdown menu of artists and once an artist is selected, two buttons are displayed. "View Gallery" and "View Histogram". "View Gallery" directs to another tab with all the artworks created by the selected artist. "View Histogram" shows the number of artworks the artist created over time.

Screen Shot 2023-04-26 at 7 20 28 PM (https://vizhub.com/IeKimI/6ab4774a0c784f66a3d4c90ea8d5e9a6)

This is a streamgraph that showws the medium most used over time. I filled in the missing values that were creating white gaps and applied smoothing. Using d3-area-label, I added labels and for labels that are too small, color legend is available. I also added a hover effect so when you hover an area, it is outlined with a white border and filled with higher opacity. Screen Shot 2023-04-26 at 7 20 53 PM (https://vizhub.com/IeKimI/d53fd658b3614a9ca281cd3153701018)

This is a tree map showing artists' nationality. There are artworks that were created by Americans the most, and German, French, and British respectively. When you hover over an area, a tool tip shows up with the nationality and the number of artists with the same nationality. Screen Shot 2023-04-26 at 7 21 04 PM (https://vizhub.com/IeKimI/e4286b8b782648de9f4871dc7bdb7212)

I combined a tree and two pie charts that were created using Department and Classification columns in the MoMA dataset. I also changed the color scheme to categorize different nodes and their children better. By looking at the visualization, you can see that there are more artworks from the Architecture & Design department and Design takes up the most pie chart on the left side, which means that there are artworks that are classified as "Design". Screen Shot 2023-04-26 at 7 21 15 PM (https://vizhub.com/IeKimI/19352f8c88a1407ba2ec27940469a1a2)

After working on different kinds of visualizations, I combined them all in this visualization. I decided to have a frame effect for each visualization, since this is about MoMA artworks dataset. When you click on the frame, the clicked visualization is expanded, and to put it back to the origianl size, you can click the frame again or click the "Back to Home" button. Screen Shot 2023-04-26 at 7 21 33 PM (https://vizhub.com/IeKimI/0a26c26c18e2447ea6a0462ea1a8f9ee)