Last change
on this file since 1170 was
1029,
checked in by aslmd, 11 years ago
|
UTIL PYTHON planetoplot_v2
- added keywords nxticks nyticks xp yp missing for improved plot settings
- added function to print contents of pp object
- added to ppplot a function figureref to easily set a figure of given size
- bug fix affecting .ppobj objects containing fields with missing values
- bug fix when size of z coordinate do not match field
- bug fix for Ls time coordinates (added changetime=correctls)
- bug fix if not connected to internet
- tidying up examples
|
-
Property svn:executable set to
*
|
File size:
251 bytes
|
Line | |
---|
1 | #! /usr/bin/env python |
---|
2 | from ppclass import pp |
---|
3 | import matplotlib.pyplot as mpl |
---|
4 | import numpy as np |
---|
5 | |
---|
6 | icetot = pp(file="/home/aymeric/Big_Data/DATAPLOT/diagfired.nc",var="icetot",t="0.5,2.5",compute="nothing").getf() |
---|
7 | mpl.hist(np.ravel(icetot)) |
---|
8 | mpl.show() |
---|
Note: See
TracBrowser
for help on using the repository browser.