Skip to content

Commit

Permalink
fix: issue #133
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Dec 5, 2024
1 parent add4692 commit 8472f2b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion docs/source/user_guide/changing_colours.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Using a CSV file
----------------
The easiest way to set the colour of different units in your model is to create a csv file that contains the lithological unit names in one column and the hex colour code in another, as shown below:

.. image:: _static/images/csv.png
.. image:: _static/images/csv_r.png
:width: 500

Changing colours via your Jupyter notebook
Expand Down
6 changes: 3 additions & 3 deletions docs/source/user_guide/geomodelling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This file contains point data that is used to represent orientation data (e.g. b

An example of the QGIS attribute table for simple orientation data is shown in the image below:

.. image:: _static/images/ori_attributes_table.png
.. image:: _static/images/ori_attributes_table_r.png
:width: 400

LineString Shapefile
Expand Down Expand Up @@ -131,7 +131,7 @@ This shapefile contains lineStrings that represent fault traces at the surface.

An example of the QGIS attribute table for a single fault is shown in the image below:

.. image:: _static/images/fault_attributes_table.png
.. image:: _static/images/fault_attributes_table_r.png
:width: 400


Expand Down Expand Up @@ -206,7 +206,7 @@ This contains polygons representing different lithologies and the contacts betwe

A simple example of the QGIS attribute table for lithology data is shown in the image below:

.. image:: _static/images/litho_attributes_table.png
.. image:: _static/images/litho_attributes_table_r.png
:width: 400

Tips and Trouble Shooting for QGIS map
Expand Down

0 comments on commit 8472f2b

Please sign in to comment.