File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ """
2+ Demo of defining curvilinear coordinate using GridHelperCurveLinear and Transformation.
3+ In curvelinear_test1: Use GridHelper class
4+ * User provides two transformtions function between curved coordinate and rectlinear coordinate
5+ * Calling GridHelperCurveLinear on those two functions.
6+ * Setting a subplot positioned by the given gird definition
7+ In curvelinear_test2: Use Affine2D transform
8+ * Calling PolerTransform
9+ * Setting the range of coordinate using Extream Finder
10+ * Locate the coordinate with LocatorDMS and format them with FormatterDMS
11+ * Calling GridHelperCurveLinear
12+ * Setting a subplot positioned by the given gird definition
13+ """
14+
115import numpy as np
216
317import matplotlib .pyplot as plt
Original file line number Diff line number Diff line change 1+ """
2+ Demo of defining curvilinear coordinate using GridHelper.
3+ """
4+
5+
16import numpy as np
27import matplotlib .pyplot as plt
38
You can’t perform that action at this time.
0 commit comments