Skip to content

BlueAlmost/zzplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zzplot

zig package for data visualization/plotting (makes use of nanovg-zig, and openGL). Package name is a befuddling fusion of ggplot (which this package really does not resemble) and a reference to "that little ol' band from Texas".

Features

  • lines plots , with/without markers
  • colors
  • titles, labels, annotations
  • smart tick marks
  • multiple plots per axes
  • multiple axes per window
  • multiple windows
  • ability to display framerate (providing feeback for code speed optimization)

To run:

  • clone repository to local disk
  • cd examples
  • zig build creates handful of executables in the bin directory
  • zig build run will run all executables simultaneously

Gallery of figures produced by files in examples directory:

barebones

simple_with_labels

multiple_plots_multiple_axes

coloring_and_aesthetics_options

layout_guide_information

layout_guide_information_unequal

multiple_windows_1_of_2

multiple_windows_2_of_2

sine_movie

About

data visualization/plotting written in zig (using openGL and nanovg-zig)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages