Skip to content

fgroth/PyPlotHelper.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPlotHelper.jl

Some function to help formatting plots.

Example

Simple styling of the plot can be done using

using PyPlot
using PyPlotHelper

fig = figure(figsize=(4,4))
style_plot(fig_width=4, print_columns=2)
ax = fig.add_subplot()

About

Helper to format plots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages