Skip to content
Tatiana Burek edited this page Jun 11, 2021 · 10 revisions

Limitations of Matplotlib with respect to providing support for customizing plots generated in METviewer, with underlying R-scripting of plots

  • x-tick and y-tick positioning cannot be specified by x- and y-coordinates

  • can only specify the horizontal (left-right) positioning of the plot title via loc='left', loc='right', with default behavior of centered text

  • vertical (up-down) position of the plot title is automatically chosen to avoid labels and ticks on the topmost x-axis (i.e. user cannot specify the distance of the plot title from the topmost x-axis)

Limitations of Plotly with respect to providing support for customizing plots generated in METviewer, with underlying R-scripting of plots

  • Axis Margin Line parameters: mgp_title, mgp_labels, mgp_line
  • x-axis limits: x1_lim_min, x1_lim_max
  • axis values formatting - Perpendicular offset, Frequency, Horizontal align

Limitations of Plotly with respect to providing support for the Line plot specific functionalities

  • add 'show significant' - individual CI intervals can't have custom formatting

Limitations of Plotly with respect to providing support for the Box plot specific functionalities

  • can't set the box width
Clone this wiki locally