Stack type Mapping with Python is quite easy(Efficient solution for GeoEngineers)
Stack type Mapping with Python is quite easy.Presented description is establishing to productive conclusions as very fast for GeoEngineers;
import numpy as np
import matplotlib.pyplot as plt
x=range(1,6)
y1=[1,4,6,8,9]
y2=[15,2,7,10,12]
y3=[30,40,33,28,25]
# Basic stacked area chart.
plt.stackplot(x,y1, y2, y3, labels=['A','B','C'])
plt.legend(loc='upper left')
plt.show()
x=range(1,6)
y1=[1,2,5,6,3]
y2=[12,6,4,8,1]
y3=[15,14,19,20,5]
y4=[5,12,10,12,14]
y5=[6,7,8,7,12]
# Basic stacked area chart.
plt.stackplot(x,y1, y2, y3, y4,y5,labels=['Unit A','Unit B','Unit C','Unit D','Unit E'])
plt.legend(loc='upper right')
plt.show()
Realised of how a mathematics about Stacktype plot is a question mark for some peoples.Thus,I established a clear explanation;
And,program compiling conclusions;
Firstly,I evaluate as very useful for chapters as corelation with Geologic Data of Geophysical Measurements
Yorumlar
Yorum Gönder