File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
tutorials/a_getting_started Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 37
37
pyvista .set_error_output_file ('errors.txt' )
38
38
pyvista .OFF_SCREEN = True # Not necessary - simply an insurance policy. Ensure that offscreen rendering is used for docs generation
39
39
pyvista .set_plot_theme ('document' ) # Preferred plotting style for documentation
40
- # pyvista.rcParams['window_size'] = np.array([1024, 768]) * 2
41
40
pyvista .FIGURE_PATH = os .path .join (os .path .abspath ('_images/' ), 'auto-generated/' ) # Save figures in specified directory
42
41
pyvista .BUILDING_GALLERY = True
43
42
if not os .path .exists (pyvista .FIGURE_PATH ):
Original file line number Diff line number Diff line change
1
+ """
2
+ Alesmodel: Plotting Sections and Maps
3
+ ======================================
4
+ """
5
+
1
6
# %% md
2
7
# <img src="https://docs.gempy.org/_static/logos/gempy.png" alt="drawing" width="400"/>
3
8
#
Original file line number Diff line number Diff line change
1
+
2
+ """
3
+ Getting Started
4
+ ===============
5
+
6
+ """
1
7
#%% md
2
8
# <img src="https://docs.gempy.org/_static/logos/gempy.png" alt="drawing" width="400"/>
3
9
#
You can’t perform that action at this time.
0 commit comments