Charts

  1. Before a chart can be created using matplotlib.pyplot and numpy. Click "Add output file" to insert it in the Python code like: "plt.savefig("::OutputFilePng1")"
  2. Placeholder ::OutputFilePng1 will be replaced with a temporary file path
  3. If you uncheck the "Enclose" checkbox only the placeholder will be pasted into the Python code

  1. The charts will be displayed on top before the text generated by the Python code
  2. To arrange charts using HTML, open options and for "Output type" select "HTML and Output files". Click "Tag" button to insert the chart image tag into your HTML code like:
  3. "<table border=1 width=100 cellspacing=0 cellpadding=5>"
    "<tr><td>::OutputTagPng1</td><td>::OutputTagPng2</td></tr>"
    "<tr><td>::OutputTagPng3</td><td>::OutputTagPng4</td></tr>"
    "</table>"