Skip to main content

A platform agnostic way to conveniently preserve scientific graphs.

Project description


So what is it?

GrAF is a file format which allows you to save graphs, including the data and format settings.

Where does this fit compared to other formats?

There are certainly other formats for saving graphs. One on end of the spectrum, you have 'visual' mechanisms for storing the graph such as PNGs or other bitmap formats. These formats guarantee an accurate representation of your graph, including perfect representation of the styling, however it does not contain the raw data. If you want to access the data later, you'll have to visually infer what the points are.

On the other end of the spectrum, you have the GrAF format. GrAF does not guarantee that the graph will look exactly the same; fonts, line sizes, etc can vary between platforms. However, the core promise of GrAF is that the key aspects of the graph for scientific communication will be retained. The data will be saved as a list of floats in a way that's easy to access, and formatting parameters critical to the visual language of data expression such as graph limits, line types and marker selection, will all be retained. In other words, the data will be accessible, the message of the graph will be preserved, and the formatting can be easily adjusted to match your needs of the day. You can open multiple graf files from previous publications and quickly restyle them to offer a cohesive theme for a new presentation. Or you can quickly merge the data from multiple plots into one, or change the plot type to better convey your point.

(Mention how SVG sits inbetween bitmaps and GrAF; preserves formatting kinda, is editable, but loses the data.) (Mention how Pickled figs are great in Python (perfect formatting and data!) but are complex to access due to their formatting sophistication and cannot easily be read in other languages ) (Mention how MATLAB figs are similar to Pklfigs in that they have perfect formatting and store data, but once again, are not easily cross platform and so complex quickly merging files is not trivial. )

(TODO: Add a function to spit out the X and Y data as variables in ipython and/or print to screen.)

The key promise of GrAF is that it will retain the graph data in a way that's easy to access

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

graf_format-0.0.0.dev2.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

graf_format-0.0.0.dev2-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file graf_format-0.0.0.dev2.tar.gz.

File metadata

  • Download URL: graf_format-0.0.0.dev2.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.1

File hashes

Hashes for graf_format-0.0.0.dev2.tar.gz
Algorithm Hash digest
SHA256 30fd1b1d242a45642d6fd892b3430fe2eede7902cfe726f08ebb741ebe458caf
MD5 7f502401df96e256adf0b1b331046782
BLAKE2b-256 5096fb5ff8bf382b6d5cf4971e681e0469d7288a2c4500e75bebe563e6a05bc6

See more details on using hashes here.

File details

Details for the file graf_format-0.0.0.dev2-py3-none-any.whl.

File metadata

File hashes

Hashes for graf_format-0.0.0.dev2-py3-none-any.whl
Algorithm Hash digest
SHA256 344f72c8cc6bb9e82ac02b790f136fbd87fd61399e3c2b88812c9d2c3c7b3e16
MD5 d71589e207ad44885f6785c0b32c0b57
BLAKE2b-256 fdd3fbb916a3bec62358f027f320c455a49367bca8b40e65e44a4472b021e15c

See more details on using hashes here.

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