Plotly
GlobalChem uses a lot of different graphing libraries and it can be cumbersome to write graphing templates over again. So to alleviate that problem, we provide a class option that will take in a figure and "beautify it" before you render to the output.
The code is pretty simple but just pass your figure through the graphing template function and the template should be applied.
Apply the Template
Last updated