Basics ====== This explains how to get started with **fivecentplots** including the following topics: * installation * basic construction of figures and the `Element` object approach that defines the various components inside a figure * definition and styling of `Element` attributes using keyword arguments * mechanisms to group data by legend and or various subplot types * common attributes of all plot axes areas like data ranges and ticks .. toctree:: :maxdepth: 2 :hidden: install.rst layout.rst keyword.rst grouping.ipynb styles.ipynb ranges.ipynb ticks.ipynb