Ignore:
Timestamp:
03/08/18 13:05:02 (6 years ago)
Author:
dubos
Message:

devel/unstructured : piecewise-constant vertical remapping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/dynamico/meshes.py

    r682 r687  
    294294        return ucov 
    295295    def plot(self, tri,data, **kwargs): 
    296         plt.figure(figsize=(12,4)) 
     296        plt.figure(figsize=(10,4)) 
    297297        plt.gca().set_aspect('equal') 
    298298        plt.tricontourf(tri, data, 20, **kwargs) 
Note: See TracChangeset for help on using the changeset viewer.