Make subplot proportion slightly larger

backup_asyncify_input_modes
Tyler Goodlet 2021-06-23 10:07:41 -04:00
parent 95e8d8c3a2
commit 3dea1834de
2 changed files with 3 additions and 1 deletions

View File

@ -25,9 +25,11 @@ import numpy as np
def mk_marker( def mk_marker(
style, style,
size: float = 20.0, size: float = 20.0,
use_qgpath: bool = True, use_qgpath: bool = True,
) -> QGraphicsPathItem: ) -> QGraphicsPathItem:
"""Add a marker to be displayed on the line wrapped in a ``QGraphicsPathItem`` """Add a marker to be displayed on the line wrapped in a ``QGraphicsPathItem``
ready to be placed using scene coordinates (not view). ready to be placed using scene coordinates (not view).

View File

@ -297,7 +297,7 @@ class LinkedSplits(QtGui.QWidget):
def set_split_sizes( def set_split_sizes(
self, self,
prop: float = 0.28 # proportion allocated to consumer subcharts prop: float = 0.375 # proportion allocated to consumer subcharts
) -> None: ) -> None:
"""Set the proportion of space allocated for linked subcharts. """Set the proportion of space allocated for linked subcharts.
""" """