Skip to content

Commit

Permalink
Merge branches 'hmc_dev' and 'master_elisa' of https://github.com/cgr…
Browse files Browse the repository at this point in the history
…e-aachen/gempy into hmc_dev
  • Loading branch information
Leguark committed Sep 11, 2019
2 parents 4c28191 + 273b7c3 commit 0204d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gempy/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def plot_section_by_name(model, section_name, show_faults=True, show_topo=True,
show_data=show_data, show_all_data=show_all_data)

def plot_section(model, cell_number=13, block=None, direction="y", interpolation='none',
show_data=False, show_faults=True, show_topo = False, block_type=None, ve=1,
show_data=True, show_faults=True, show_topo = False, block_type=None, ve=1,
show_all_data=False, show_legend=True, **kwargs):
"""
Plot a section of the block model
Expand Down

0 comments on commit 0204d52

Please sign in to comment.