striplog.hatches module#

Custom hatches for matplotlib. They have a geological flavour.

See https://github.com/agile-geoscience/striplog/issues/7 for details.

copyright

2016 Agile Geoscience

license

Apache 2.0

class striplog.hatches.Bricks(hatch, density)#

Bases: matplotlib.hatch.Shapes

Attempt at USGS pattern 627

class striplog.hatches.Crosses(hatch, density)#

Bases: matplotlib.hatch.Shapes

Attempt at USGS pattern 712

class striplog.hatches.Dashes(hatch, density)#

Bases: matplotlib.hatch.Shapes

Attempt at USGS pattern 620

class striplog.hatches.Ells(hatch, density)#

Bases: matplotlib.hatch.Shapes

Attempt at USGS pattern 412

class striplog.hatches.InvertedVees(hatch, density)#

Bases: matplotlib.hatch.Shapes

Inverted version of Vees.

class striplog.hatches.Pluses(hatch, density)#

Bases: matplotlib.hatch.Shapes

Attempt at USGS pattern 721, 327

class striplog.hatches.SlantBricks(hatch, density)#

Bases: matplotlib.hatch.Shapes

Slanted version of Bricks.

class striplog.hatches.Ticks(hatch, density)#

Bases: matplotlib.hatch.Shapes

Attempt at USGS pattern 230

class striplog.hatches.Triangles(hatch, density)#

Bases: matplotlib.hatch.Shapes

Triangles.

class striplog.hatches.Vees(hatch, density)#

Bases: matplotlib.hatch.Shapes

Attempt at USGS pattern 731