equinor / xtgeoviz

Visualization of XTGeo data types (maps, grids, etc)
https://equinor.github.io/xtgeoviz/
GNU Lesser General Public License v3.0
3 stars 4 forks source link

Directly accessing `.dataframe` causes xtgeo to issue warnings against itself #38

Closed mferrera closed 2 months ago

mferrera commented 3 months ago

A few places directly access the internal dataframe which we have set a future deprecation warning for. This means using a quickplot function from xtgeo will issue an xtgeo deprecation warning. These should use the new getters and setters instead.