O₂sclpy: v0.929¶
O₂sclpy is both a python interface to the C++ library,
O2scl, and a high-level plotting script, o2graph
,
for quick matplotlib or yt plots from the command line. Some parts of
this python library are still experimental.
Contents¶
- Installation and Requirements
- Licensing
- Using the C++ interface
- Examples
- O₂graph script
- Basic usage
- Integration with O₂scl
- First plot example
- Density plot and contour line example
- Agg backend example
- ‘plotv’ example
- Scatter plot example
- Region plot example
- Error bars example
- plot-color example
- Modifying axis example
- Textbox example
- Subplot example 1
- Subplot example 2
- Subplot example 3
- Colormap and transparency example
- KDE plot example
- Internal structure
- yt integration
- Reference for C++ interface
- Reference for Python objects
- Todo list