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.4.tar.gz
(8.1 kB
view details)
Built Distribution
File details
Details for the file fast_fig-0.5.4.tar.gz
.
File metadata
- Download URL: fast_fig-0.5.4.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.6 Darwin/24.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fd04340a116974348d99e391d8e42b7297f46eec3b0a391558bc5e54508b44e |
|
MD5 | 14287efe276defb316dbfcba1941c47d |
|
BLAKE2b-256 | 8aa448c8e988d2ebb9bb86ef8174a2bf34458db46b7da94803f4ba634f31b1db |
File details
Details for the file fast_fig-0.5.4-py3-none-any.whl
.
File metadata
- Download URL: fast_fig-0.5.4-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.6 Darwin/24.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 353b9d8d6ae1f3c5b886a70030a18964c5fc9053fcfae964cacea862755d35e0 |
|
MD5 | 7ff02f49db6b4b6626e9dc1ba6edb52b |
|
BLAKE2b-256 | c67fb4af3b4571868c57b593a7061af3e1497880be6217c2a5c95f5f7b4e057f |