Creating a Portable Package for Visualizing Categorical Time-series Data

Student Author Information

Daniel MillerFollow

Location

Room 232, Schewel Hall

Access Type

Campus Access Only

Start Date

4-17-2024 10:15 AM

End Date

4-17-2024 10:30 AM

College

Lynchburg College of Arts and Sciences

Department

Computer Science

Keywords

graph, categorical data, histogram, mass evolution, ScottPlot, series, n-gram, time-series, Windows Forms, C#

Abstract

Many tools for visualizing large datasets require the use of specific hardware and software. The aim for this project is to create software for visualizing large datasets without having to worry about specific hardware. We document our work building a portable package for visualizing large categorical time-series data sets. The package is built in C# utilizing the ScottPlot library on the Windows Forms framework. We have implemented a number of visualizations in this tool and will demonstrate our prototype system. The visualizations are created by processing files into a “series” that is used to generate the proper data which can then be fed to a number of graphs to draw different types of visualizations. The tool contains graphs that display total instance counts of characters in a dataset, frequency counts of characters in a dataset, and comparisons of character sequences between parts of a dataset.

Faculty Mentor(s)

Dr. Randy Ribler

Rights Statement

The right to download or print any portion of this material is granted by the copyright owner only for personal or educational use. The author/creator retains all proprietary rights, including copyright ownership. Any editing, other reproduction or other use of this material by any means requires the express written permission of the copyright owner. Except as provided above, or for any other use that is allowed by fair use (Title 17, §107 U.S.C.), you may not reproduce, republish, post, transmit or distribute any material from this web site in any physical or digital form without the permission of the copyright owner of the material.

This document is currently not available here.

Share

COinS
 
Apr 17th, 10:15 AM Apr 17th, 10:30 AM

Creating a Portable Package for Visualizing Categorical Time-series Data

Room 232, Schewel Hall

Many tools for visualizing large datasets require the use of specific hardware and software. The aim for this project is to create software for visualizing large datasets without having to worry about specific hardware. We document our work building a portable package for visualizing large categorical time-series data sets. The package is built in C# utilizing the ScottPlot library on the Windows Forms framework. We have implemented a number of visualizations in this tool and will demonstrate our prototype system. The visualizations are created by processing files into a “series” that is used to generate the proper data which can then be fed to a number of graphs to draw different types of visualizations. The tool contains graphs that display total instance counts of characters in a dataset, frequency counts of characters in a dataset, and comparisons of character sequences between parts of a dataset.