Skip to main content

FaSt_Fig is a wrapper for matplotlib with templates.

Project description

FaSt_Fig

FaSt_Fig is a wrapper for matplotlib that provides a simple interface for fast and easy plotting.

Written by Fabian Stutzki, fast@fast-apps.de

licensed under MIT

Usage

The package has to be imported:

from fast_fig import FFig

A very simple example is:

fig = FFig()
fig.plot()
fig.show()

FaSt_Fig allows for more complex behavior with multiple subplots, legend, grid and saving to multiple files at once.

fig = FFig('PPT',nrows=2) # create figure
fig.plot([1,2,3,1,2,3,4,1,1]) # plot first data set
fig.title('First data set') # set title for subplot
fig.subplot() # set focus to next subplot/axis
fig.plot([0,1,2,3,4],[0,1,1,2,3],label="random") # plot second data set
fig.legend() # generate legend
fig.grid() # show translucent grid to highlight major ticks
fig.xlabel('Data') # create xlabel for second axis
fig.save('test_fig1.png','pdf') # save figure to png and pdf

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fast_fig-0.5.1.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

fast_fig-0.5.1-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page