Trees | Indices | Help |
|
---|
|
Tools for using matplotlib charts.
Copyright Schrodinger, LLC. All rights reserved.
|
|||
SliderPlot A chart that contains four lines the user can slide to select a region of the chart. |
|||
SlidableLine A line on a matplotlib plot that can be grabbed and moved by the user |
|||
SlidableHLine A horizontal line on a matplotlib plot that can be grabbed and moved by the user |
|||
SlidableVLine A vertical line on a matplotlib plot that can be grabbed and moved by the user |
|
|||
|
|
|||
COLOR_NAME =
|
|||
MARKER_TRANSLATION =
|
|||
app = QtWidgets.QApplication([])
|
|||
lines = open(sys.argv [1], "r").read().split("\n")
|
|||
x = []
|
|||
y = []
|
|||
y_err = []
|
|||
frame = SliderPlot(x, y, x_label= "time (ps)", y_label= 'Y val
|
|||
__package__ =
|
|
Given a canvas that contains a figure that contains at least one axes instance, checks the x-axis tick labels to make sure they don't overlap. If they do, the number of ticks is reduced until there is no overlap.
|
|
COLOR_NAME
|
MARKER_TRANSLATION
|
frame
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:22 2016 | http://epydoc.sourceforge.net |