These examples assume you have a h5m file called dagmc.h5m in the same folder that the Python script is being run from. The plot_axis_slice method allows simple axis aligned plots to be made with ...
Note: All of these methods require a Soundslice API key. Follow the instructions here to get one. Each method uses a Client object, which requires your API info: "scorehash" "nyfcn" The slice’s ...
Python string slicing is a concise way to extract parts of a string without loops, using start, end, and step values. You can also use negative indices to work from the end or reverse strings in one ...