Metadata-Version: 2.4
Name: scilayout
Version: 0.0.1b5
Summary: Create axes from top left of figure in centimetres to simplify scientific figure generation
Author: George Stuyt
License-Expression: GPL-3.0-or-later
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Dynamic: license-file

What is ``scilayout``?
======================

🚧 Under construction, and the `pip` install is non-functional at this time.

Scilayout is a Python package to make creating multi-panel scientific figures easier, faster, and maybe a little bit more fun.
The core idea is to build figures using coordinates in **centimetres from the top left** using interactive plotting.
This approach has a few main benefits:

1. The iterative process of building figures up from scratch is easier.
2. Complex layouts can be interchanged more easily.
3. Exported figure sizes are explicitly stated (in centimetres) for seamless embedding in documents.

There are many guides for Matplotlib styling for scientific publication, and there are a number of packages that make this process easier (e.g. `SciencePlots <https://github.com/garrettj403/SciencePlots>`_), but this `scilayout` supports the creation of figures which are 100% ready for embedding in documents.

For more documentation, please see https://scilayout.readthedocs.io
