NiBAx.core.plotcanvas

contact: software@cbica.upenn.edu Copyright (c) 2018 University of Pennsylvania. All rights reserved. Use of this source code is governed by license located in license file: https://github.com/CBICA/BrainChart/blob/main/LICENSE

Module Contents

Classes

PlotCanvas

A generic Plotting class that derives from FigureCanvasQTAgg

class NiBAx.core.plotcanvas.PlotCanvas(parent=None, width=5, height=4, dpi=100)[source]

Bases: PyQt5.QtWidgets.QWidget

A generic Plotting class that derives from FigureCanvasQTAgg and plots data as per different options

getFigure()[source]
draw()[source]