O₂sclpy: v0.931¶
O₂sclpy is a combination of three things:
a python interface to the C++ library, O2scl,
a high-level plotting script,
o2graph, for quick matplotlib plots, yt plots, or GLTF files,and a set of simple machine learning classes for interpolation, classification, and generating probability distributions.
Some parts of this python library are still experimental.
Contents¶
- Installation and Requirements
- Licensing
- Using the C++ interface
- 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
- Arrows example
- Object properties example
- Colormap and transparency example
- KDE plot example
- Internal structure
- Machine learning classes
- yt integration
- GLTF and Blender integration
- Reference for C++ interface
- Reference for Python objects
- Todo list