Skip to content
Snippets Groups Projects
Commit 7b48a6ce authored by Hu Zhao's avatar Hu Zhao
Browse files

docs: change thumbnail figure

parent 55652b10
Branches
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@ plt.tight_layout()
nsamples = 5
samples = emulator.sample(testing_input, nsamples=nsamples)
# sphinx_gallery_thumbnail_number = 3
for i in range(nsamples):
plt.plot(testing_input, samples[:,i], '--', label=f'sample{i+1}')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment