Skip to content

Commit 491f699

Browse files
committed
survey_graphics/graphics_for_algo_paper_face_sampling.sage: Fix lim*dense graphics
1 parent ae4d951 commit 491f699

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

survey_graphics/graphics_for_algo_paper_face_sampling.sage

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@ completion = DirectedMoveCompositionCompletion(fdms=fdms,show_plots=fname_sample
227227
completion.complete()
228228
show_plot(completion.plot(), fname_sampled, tag='completion-final', **show_kwds)
229229

230+
### Limits imply components
231+
xmax = 1
232+
ymax = 1
233+
show_kwds = copy(paper_plot_kwds)
234+
show_kwds.update({'ticks': [[], []], 'axes': False, 'frame': False})
235+
230236
name = 'lim_tau_dense'
231237
fname = destdir + name + "-%s" + ftype
232238
t = [0, 1/64, 1/32, 1/16]

0 commit comments

Comments
 (0)