sciplot.data package¶
Submodules¶
sciplot.data.bars module¶
Created on Thu Jul 7 10:30:28 2016
@author: chc
-
class
sciplot.data.bars.
BarStyle
[source]¶ Bases:
object
Style information for each data plotted (bar)
-
class
sciplot.data.bars.
DataBar
[source]¶ Bases:
sciplot.data.generic.Data
,sciplot.data.bars.BarStyle
-
model_style
¶
-
sciplot.data.generic module¶
Generic data containers
Created on Thu Jul 7 10:31:43 2016
@author: chc
-
class
sciplot.data.generic.
Data
[source]¶ Bases:
object
Contains the underlying data to be plotted
Attributes
x (ndarray (1D)) x-data (effectively, the horizontal axis data) y (ndarray (1D)) y-data (effectively, the vertical axis data) label (str) Label information, i.e., the name of the plot, graph, etc. style_dict (dict) Style information (e.g., color, linewidth, etc) mplobj (object) Object returned from the MPL plotting procedure. -
model_style
¶
-
-
class
sciplot.data.generic.
Data2D
[source]¶ Bases:
sciplot.data.generic.Data
Contains the underlying data to be imaged
-
extent
¶ Generate an extent list used for mpl.imshow [xmin, xmax, ymin, ymax]
-
sciplot.data.images module¶
Created on Fri Jul 8 13:52:57 2016
@author: chc
-
class
sciplot.data.images.
DataImages
[source]¶ Bases:
sciplot.data.generic.Data2D
,sciplot.data.images.ImageStyle
-
model_style
¶
-
sciplot.data.lines module¶
Created on Thu Jul 7 10:30:28 2016
@author: chc
-
class
sciplot.data.lines.
DataLine
[source]¶ Bases:
sciplot.data.generic.Data
,sciplot.data.lines.LineStyle
-
model_style
¶
-
sciplot.data.special module¶
Somewhat specialized data containers.
Created on Thu Jul 7 15:21:29 2016
@author: chc
-
class
sciplot.data.special.
DataFillBetween
[source]¶ Bases:
sciplot.data.generic.Data
,sciplot.data.polycollections.PolyCollectionStyle
-
model_style
¶
-
Module contents¶
Contains modules that describe the plot data for various format of plots, graphs, etc.