Skip to content

Collection of basic stats functions and graph generation using matplotlib

Notifications You must be signed in to change notification settings

nishrs/python-data-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

figs_base has a bunch of functions that can be used to create figures suitable for IEEE and ACM papers.

Easiest to import as

import figs_base as fg

Or you might want to write a figs.py with your figure code. In this, use

from figs_base import *

This is easier as several of the figs_base functions are intended to be called from other functions which compute specific figures for specific needs...

stats has some basic statistics functions.

About

Collection of basic stats functions and graph generation using matplotlib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages