pyPenred’s API¶
- pyPenred.plotResults(simObj, tallyName: str, prefix: str = '', titles: list = [], fontSize: int = 20, labelPad: int = 20, width: int = 12, height: int = 9, markerSize: int = 6, capSize: int = 5, aspect: str = 'auto', vrange: list = [], erange: list = [], grid: bool = False, show: bool = False)[source]¶
Read and plot the results from a simulation object with a finished simulation. This function requires the matplotlib module, which will be installed in the system if it is not.
- pyPenred.readConfigFile(filename)[source]¶
Read a configuration file in both, YAML or penRed internal format, and returns the associated dictionary.