-
Notifications
You must be signed in to change notification settings - Fork 3
florisvb/FlyPlotLib
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a library with various plotting functions.
INSTALLING:
from inside the main FlyPlotLib directory run:
>> python setup.py install
Note: you may wish to do this inside a virtual environment
########################################################################################################
EXAMPLES:
>> cd example_plots
>> python ./make_example_plots.py
#########################################################################################################
NOTE on SAVING to PDF:
Install the following: texlive, ghostscript, dvipng, texlive-latex-extra
Then, do the following BEFORE importing matplotlib.pyplot (and thus fly_plot_lib.plot)
>> import fly_plot_lib
>> fly_plot_lib.set_params.pdf()
You can specify some parameters you wish to use like so:
>> params = {'figure.figsize': (8,8)}
>> fly_plot_lib.set_params.pdf(params)
About
matplotlib plotting functions for making awesome plots
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published