source: issm/trunk-jpl/src/m/plot

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17822   11 years cborstad CHG: added some options to define plot grid
(edit) @17820   11 years cborstad CHG: call applyoptions even if data is none
(edit) @17819   11 years cborstad BUG: coerce ncols and nrows as ints
(edit) @17786   11 years Mathieu Morlighem BUG: fixed plot_section for given layer
(edit) @17785   11 years Mathieu Morlighem BUG: fixed plot_section for given layer
(edit) @17778   11 years cborstad CHG: better handling of multiple subplots in python plotmodel, now …
(edit) @17756   11 years cborstad working on python plotmodel, added plot_contour
(edit) @17718   11 years bdef NEW:adding a plotmodel option to plot the values at a point function …
(edit) @17717   11 years Mathieu Morlighem CHG: fixed plot_vertexnumbering.m for tetras
(edit) @17716   11 years cborstad CHG: changed colorlevels for consistency with colormap
(edit) @17708   11 years hongjuy CHG: using domaintype to choose axis options in plotmodel
(edit) @17706   11 years cborstad BUG: don't try to set default clim when data is empty, such as for a …
(edit) @17698   11 years cborstad CHG: misc changes for dealing with nan's when plotting in python
(edit) @17696   11 years cborstad BUG: create copy so that original data is not overwritten by processdata
(edit) @17691   11 years cborstad BUG: forgot to assign cmap in element plot
(edit) @17687   11 years Mathieu Morlighem CHG: replacing some meshtype by meshdimension
(edit) @17686   11 years Mathieu Morlighem CHG: following Chris' suggestions, we adopt the following convention …
(edit) @17674   11 years Mathieu Morlighem CHG: renamed meshtype->meshxdim (Extended Dimension) and added meshdim …
(edit) @17657   11 years cborstad BUG: ensure result of max is a float
(edit) @17656   11 years cborstad CHG: check whether geotiff is a 3-band rgb raster; if so, convert to …
(edit) @17654   11 years cborstad NEW: overlay plotting capability in python
(edit) @17649   11 years cborstad NEW: module for modifying matplotlib colormaps, for now just contains …
(edit) @17643   11 years cborstad CHG: minor, index for colorbar saturation not needed here
(edit) @17640   11 years cborstad CHG: better handling of colormap and clim, added options to specify …
(edit) @17635   11 years cborstad CHG: better default handling of colormap in python plots
(edit) @17618   11 years cborstad better default fill value for nan's
(edit) @17617   11 years cborstad CHG: fill nan's by default since matplotlib doesn't handle them
(edit) @17597   11 years cborstad BUG: some fixes for new mesh handling
(edit) @17590   11 years Mathieu Morlighem CHG: WARNING: md.geometry.bed is now md.geometry.base and bathymetry is bed
(edit) @17581   11 years cborstad BUG: missed import of MatlabFuncs
(edit) @17578   11 years Eric.Larour CHG: fixed simple name bug.
(edit) @17577   11 years Mathieu Morlighem BUG: fixed processmesh for 2d meshes
(edit) @17576   11 years Mathieu Morlighem BUG: fixed processmesh for 2d meshes
(edit) @17568   11 years Eric.Larour CHG: added marker size option
(edit) @17559   11 years Mathieu Morlighem CHG: changing some md.mesh.dimension
(edit) @17502   11 years cborstad BUG: instantiation of pairoptions in plotoptions
(edit) @17497   11 years cborstad CHG: cleaning up import * statements, caught a few missing modules
(edit) @17482   11 years Mathieu Morlighem CHG: preparing plot for tetras
(edit) @17474   11 years Mathieu Morlighem CHG: some changes to display results on tetra mesh, stop looking for …
(edit) @17402   11 years cborstad CHG: clear any previous plot window for re-plotting
(edit) @17367   11 years cborstad CHG: added a model field to choose the type of scalar equivalent …
(edit) @17262   11 years cborstad BUG: wrong sign for ice_levelset in BC plot
(edit) @17256   11 years jbondzio BUG: plotmodel sets ylim, zlim as xlim
(edit) @17230   11 years jbondzio revert to r17226
(edit) @17227   11 years jbondzio CHG: backup dump - to be reverted
(edit) @17224   11 years Mathieu Morlighem NEW: enableing landsat image overlay, and commented out imadjust, …
(edit) @17203   11 years cborstad CHG: enable support for edgecolor for python plots
(edit) @17202   11 years cborstad CHG: reverting previous commit, adding temporary mesh overlay to plots …
(edit) @17201   11 years cborstad CHG: use tripcolor to enable edgecolors for mesh overlay
(edit) @17160   11 years cborstad BUG: missed some import statements for specifying colorbar limits
(edit) @17117   12 years Mathieu Morlighem BUG: fixing highlight elements in 3d
(edit) @16953   12 years cborstad CHG: adding section median and standard deviation if sectionmean requested
(edit) @16733   12 years cborstad added an option to print the mean value of data along a section in …
(edit) @16592   12 years bdef Adding a slope computation for the EPL head
(edit) @16488   12 years Mathieu Morlighem CHG: no need to check whether data is empty
(edit) @16477   12 years Mathieu Morlighem BUG: fixed typo
(edit) @16470   12 years Mathieu Morlighem NEW: merging thermal_core with enthalpy_core (removing …
(edit) @16437   12 years cborstad NEW: overlay_adjust parameters added for better tuning of brightness …
(edit) @16418   12 years cborstad BUG: linewidth can be passed as a cell
(edit) @16349   12 years Mathieu Morlighem CHG: fixed undefined map
(edit) @16325   12 years Mathieu Morlighem NEW: plotting capabilities for mesh2d vertical
(edit) @16319   12 years Mathieu Morlighem CHG: minor improvements
(edit) @16162   12 years cborstad CHG: working toward damage class implementation. As long as …
(edit) @16097   12 years cborstad BUG: disable colorbar for mesh plot
(edit) @16095   12 years Mathieu Morlighem CHG: added try so that python port works when matplotlib is not installed
(edit) @16053   12 years Mathieu Morlighem NEW: automatically disseminate data, depending on cutoff value
(edit) @16052   12 years Mathieu Morlighem NEW: scaleruler now takes into account units
(edit) @16051   12 years Mathieu Morlighem CHG: do not loook for expfile if expdisp not provided
(edit) @15946   12 years Mathieu Morlighem CG: renaming icelevelset ice_levelset
(edit) @15917   12 years Mathieu Morlighem CHG: updating path of showregion
(edit) @15771   12 years Mathieu Morlighem CHG: Diagnostic is now Stressbalance
(edit) @15748   12 years Mathieu Morlighem BUG: fixed front for 3d models
(edit) @15643   12 years Mathieu Morlighem CHG: cosmetics, removed double blank lines
(edit) @15619   12 years Mathieu Morlighem BUG: numbering for layers did not work
(edit) @15612   12 years seroussi CHG: updated plot of BC for new front
(edit) @15567   12 years Mathieu Morlighem CHG: MacAyeal -> SSA
(edit) @15564   12 years Mathieu Morlighem CHG: hutter-> SIA macayeal->SSA pattyn->HO stokes->FS
(edit) @15512   12 years cborstad CHG: minor change to help text
(edit) @15502   12 years Mathieu Morlighem NEW: added some features, including log colorbar
(edit) @15501   12 years seroussi FIX: changed path of antarctica and greenland exp if showregion
(edit) @15490   12 years cborstad need to call show() for plotmodel calls in scripts (e.g. runme files)
(edit) @15400   12 years Mathieu Morlighem CHG: default color should be white
(edit) @15399   12 years Mathieu Morlighem CHG: always force colormap when plot_gridded is on, and do not add white
(edit) @15211   12 years cborstad don't return to main axes if showregion is used, it covers up the …
(edit) @15210   12 years Mathieu Morlighem CHG: minor
(edit) @15209   12 years Mathieu Morlighem CHG: minor
(edit) @15208   12 years Mathieu Morlighem CHG: better consistency with bottom
(edit) @15207   12 years Mathieu Morlighem CHG: reverting to bottom=120
(edit) @15206   12 years Mathieu Morlighem CHG: translated from italian
(edit) @15178   12 years Mathieu Morlighem CHG: minor, use strfind instead of strncmp
(edit) @15176   12 years Mathieu Morlighem CHG: minor
(edit) @15175   12 years Mathieu Morlighem CHG: case when proj.4 not installed
(edit) @15172   12 years Mathieu Morlighem CHG: if gdal is not installed
(edit) @15169   12 years Mathieu Morlighem CHG: faster interpolation since we have a grid
(edit) @15160   12 years Mathieu Morlighem CHG: rotate Google map image so that we usethe same projection …
(edit) @15155   12 years Mathieu Morlighem CHG: also works for Antarctica now (rotation needed though...)
(edit) @15149   12 years Mathieu Morlighem CHG: some fixed
(edit) @15148   12 years Mathieu Morlighem CHG: separated plot_googlemaps.m and googlemaps.m
(edit) @15146   12 years Mathieu Morlighem CHG: moved plot_googleearth.m to plot_googlemaps.m
(edit) @15145   12 years Mathieu Morlighem CHG: now use ll2mercator
Note: See TracRevisionLog for help on using the revision log.