OEDrawIridiumData¶
Attention
This API is currently available in C++ and Python.
bool OEDrawIridiumData(OEDepict::OEImageBase &image,
const OEBio::OEDesignUnit &du)
bool OEDrawIridiumData(OEDepict::OEImageBase &image,
const OEBio::OEIridiumData &iridium)
Renders the Iridium data into an easily interpretable graph.
- image
The image on which the Iridium data graph is drawn.
- du
The OEDesignUnit object of which Iridium data is being rendered.
- iridium
The OEIridiumData object that is being rendered.
hover cursor over graph
Example of using the OEDrawIridiumData function
Note
When generating .svg
image, the output will be interactive.
With any other image file format it will be static.
See also Generating Interactive SVG Images chapter in OEDepict TK manual.
See also
Iridium chapter in OESpruce TK manual
OEDesignUnit class
OEIridiumData class