Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aacb002

Browse files
committed
Removed extra files got commited
1 parent b1bab75 commit aacb002

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

examples/axisartist/demo_curvelinear_grid.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
import numpy as np
216

317
import matplotlib.pyplot as plt

examples/axisartist/demo_curvelinear_grid2.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""
2+
Demo of defining curvilinear coordinate using GridHelper.
3+
"""
4+
5+
16
import numpy as np
27
import matplotlib.pyplot as plt
38

0 commit comments

Comments
 (0)