Skip to content

Commit

Permalink
update image path to be url rather than local path
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanson-Hysell committed Oct 18, 2023
1 parent 57e98e6 commit f479462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/Sampling_comparison.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"\n",
"<table style=\"border-collapse: collapse; border: none;\">\n",
" <tr>\n",
" <td style=\"border: none;\"><img src=\"../figures/figure3_histogram/Figure3a.png\" width=\"500\"></td>\n",
" <td style=\"border: none;\"><img src=\"https://raw.githubusercontent.com/PolarWandering/PaleoSampling/57e98e6cc79638b28949893508981cbfcc3a1643/figures/figure3_histogram/Figure3a.png\" width=\"500\"></td>\n",
" <td style=\"border: none; vertical-align: bottom; width: 300px;\">\n",
" <b>Figure 3a:</b> Comparison between two different sampling strategies to determine a mean paleomagnetic pole position in the presence of outliers for a fixed number of total samples (n = 100). The red histograms and curve are strategy 1 where we have one sample per site (n0 = 1), one hundred sites (N = 100) and we use the Vandamme filter. The blue histograms and curve are strategy 2 where n0 = 5, (N = 20) and we filter all the outliers (perfect detection algorithm) for (a) p_outlier = 0.10.\n",
" </td>\n",
Expand Down

0 comments on commit f479462

Please sign in to comment.