Plot Arguments ================================= The following arguments can be applied in the :file:`plot.json` and have the same sense, while other arguments will describe in corresponding sub-topic. .. list-table:: :widths: 15 30 :header-rows: 1 * - Argument - Description * - width - set the width of the figure (number, default=8) * - height - set the height of the figure (number, default=6) * - bwidth - set the width of the border (number, default=1) * - linewidth - set the width of the line (number, default=2) * - twidth - set the width of the ticks (number, default=2) * - tlength - set the length of the ticks (number, default=5) * - family - set the font (string, default="Arial") * - weight - set the weight of the font globally (string, default="regular") * - fontsize - set the fontsize (number, default=20) * - xlim/ylim - set the range of the x(y)-axis (list) * - xlabel/ylabel - set the label of the x(y)-axis (string)