Package xppy.utils.plot
Classes |
class | Surf |
Functions |
def | plotDiag |
def | plotLC |
Detailed Description
This file is part of XPPy.
XPPy is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
XPPy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with XPPy. If not, see <http://www.gnu.org/licenses/>.
Function Documentation
def xppy.utils.plot.plotLC |
( |
|
data, |
|
|
|
cols = [0 , |
|
|
|
axes = None , |
|
|
|
colormap = None | |
|
) |
| | |
Function plots data from selected two columns in form of Line Collection
using selected colormap. If no axes is given, function create new axes.