Skip to content

Commit

Permalink
Another doc fix
Browse files Browse the repository at this point in the history
Makie related?
  • Loading branch information
moyner committed Feb 9, 2024
1 parent 36b98e2 commit d865979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ using GeoEnergyIO, Jutul, CairoMakie
pth = GeoEnergyIO.test_input_file_path("grdecl", "model3_5_5_5.txt", base = missing)
grdecl = parse_grdecl_file(pth)
g = mesh_from_grid_section(grdecl)
ix = 1:number_of_cells(g)
ix = collect(1:number_of_cells(g))
fig = Figure()
ax = Axis3(fig[1,1], zreversed = true, azimuth = 2.0)
plot_cell_data!(ax, g, ix, shading = NoShading, rasterize = true, colormap = :seaborn_icefire_gradient)
Expand Down

0 comments on commit d865979

Please sign in to comment.