Documentation for pysymlog
- Version:
1.0
Contents:
- pysymlog
- Changelog
- Examples
- API Reference
inverse_symmetric_logarithm()make_inverse_symmetric_logarithm()make_symmetric_logarithm()register_mpl()register_plotly()symlogbin_histogram()symlogbin_histogram2d()symmetric_log_decades()symmetric_log_decades_from_array()symmetric_logarithm()symmetric_logspace()symmetric_logspace_from_array()
Examples Notebook:
- Overview and examples of pysymlog usage
- Table of Contents
- Overview
- Using pysymlog with matplotlib
- Register the pysymlog utilities within matplotlib
- Comparing to matplotlib’s built-in “symlog” scale
- The shift parameter for plotting
- The thresh parameter for handling ticks
- Error bars in symmetric log plots
- Histogram plots
- 2D plots
- Colorbar and cmap normalization
- 2D histograms with symmetric log scaling
- Locators and Formatters - controlling ticks
- Using pysymlog with plotly