-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Tatiana Burek edited this page Nov 19, 2020
·
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
- x-axis limits :x1_lim_min, x1_lim_max
- axis values formatting - Perpendicular offset, Frequency, Horizontal align
- add 'show significant' - individual CI intervals can't have custom formatting