We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TBD
The proposed data structure, to be fed over the wire to the plotting engine, is as follows: in JSON,
plottable_data = { 'counts': [ [1, 2], [3, 4] ], 'title': 'This is the title', 'xmax': 1.0, 'xmin': 0.0, 'ymin': 0.0, 'ymax': 12.0, 'xdim': 608, 'ydim': 512, 'xlabel': 'This is my x-axis label', 'ylabel': 'This is my y-axis label', };