Skip to content

AlwaysOfflineSoftware/PygameGraphingLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pygame Graphing Library

A simple to use graphing library for Pygame_ce, using pure Pygame_ce and Python!

Library Functions

  • Draw Pie Chart: Creates a pie chart with a list of values, providing a visual representation of proportional data.
  • Draw Progress Bar: Displays a simple bar indicating a value out of a maximum value, ideal for tracking progress or indicating a value's position within a range.
  • Draw Line Chart: Visualizes a series of coordinates as a progression across a grid, allowing for the analysis of trends and patterns over time.
  • Draw Bar Chart: Compares a series of simple values by displaying them on a chart, facilitating easy comparison and identification of differences.
  • Draw Scatter Plot: Displays a series of points to visualize trends or loosely connected data, enabling the identification of relationships and patterns.
  • Draw Value Display: Presents a simple display of a value to emphasize its importance with accompanying labels, making it easy to understand and interpret.
  • Demo Charts: Creates a demo to showcase all charts, providing a comprehensive example of each chart type. Example below.

image

To Do:

  • Add title options to all charts

  • Add legends options to all charts

  • Add value display on hover options to all charts

About

A simple to use graphing library for Pygame

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages