Skip to content

This is a repository with a collection of some of the fancy* plotting functions I use to plot data.

Notifications You must be signed in to change notification settings

AkshayPatil1994/fancyPlots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Fancy Plots

I wrote these routines to make life a little bit easy and have publication ready plots using python without using any other fancy wrappers around as I like to keep my plotting routines simple and effective.

The main function I use is fixPlot which basically does everything for me. The way to use the function is

fixPlot()               # Call fixPlot before you call plt.figure()
plt.figure(1) 
<Your plots go here>
plt.show()

If you have suggestions or recommendations, please reach out. Thanks!

  • AP

About

This is a repository with a collection of some of the fancy* plotting functions I use to plot data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages