Skip to content

Fix gridspec.Gridspec: check ratios for consistency with rows and columns #5891

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 839 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
839 commits
Select commit Hold shift + click to select a range
5a2f962
Simplify -- use nbins == None to indicate auto
mdboom Dec 2, 2015
5b75d0b
Use 'auto' instead of None
mdboom Dec 2, 2015
6137ecc
Bugfix
mdboom Dec 2, 2015
97e0d9f
Add get_tick_space to _DummyAxis
mdboom Dec 5, 2015
b4aa340
Update test image
mdboom Dec 6, 2015
7163922
Update test image
mdboom Dec 10, 2015
1c14132
fix #5495. Combine two tests to prevent race cond
mdboom Dec 10, 2015
bdb8450
Merge pull request #5656 from mdboom/imread-bug
jenshnielsen Dec 11, 2015
3289825
OrderedDict instead of sorting
ksemb Dec 6, 2015
016406a
Change `savefig.dpi` and `figure.dpi` defaults
jmehne Dec 10, 2015
c95e64d
Merge pull request #5651 from mdboom/shorter-svg-files
efiring Dec 11, 2015
157621b
Fix #5660. No FileNotFoundError on Py2
mdboom Dec 11, 2015
a56d588
Merge pull request #4921 from thisch/quit_all
fariza Dec 11, 2015
22062d6
Bugfix for Python 2
mdboom Dec 11, 2015
cd99b5b
Low-hanging performance improvements
mdboom Dec 11, 2015
f9216a6
Merge pull request #5661 from mdboom/filenotfound-py2
tacaswell Dec 13, 2015
c679326
Merge pull request #5662 from mdboom/test-triage-py2
tacaswell Dec 13, 2015
6333526
Merge pull request #5659 from three-comrades/fix_305_2
efiring Dec 13, 2015
d981e2b
Nicer axes names in selector for figure options.
anntzer Dec 13, 2015
dbb2029
Merge remote-tracking branch 'ksemb/master' into deterministic-svg
mdboom Dec 14, 2015
0c64cd5
Merge branch 'v2.0.x'
mdboom Dec 14, 2015
36ce4a7
Fix #5670. No double endpoints in Path.to_polygon
mdboom Dec 14, 2015
eafa79b
Fix backward compatibility on MaxNLocator
mdboom Dec 14, 2015
66a4f88
Fix unit tests
mdboom Dec 14, 2015
d0e7a36
Merge pull request #5671 from mdboom/deterministic-svg
mdboom Dec 14, 2015
1299528
Fix pickling
mdboom Dec 12, 2015
0364847
Fix comment
mdboom Dec 14, 2015
bf230fd
PEP8
mdboom Dec 14, 2015
7a29ad1
Merge pull request #5588 from mdboom/dynamic-ticking
efiring Dec 14, 2015
b7c7c5e
Merge branch 'v2.0.x'
mdboom Dec 14, 2015
c6dda2d
Merge pull request #5594 from tacaswell/fix_logformatterexponent
mdboom Dec 14, 2015
7414cf0
Merge pull request #5594 from tacaswell/fix_logformatterexponent
mdboom Dec 14, 2015
0d47b5b
Fix errorbar extension arrows
mdboom Nov 25, 2015
2b34996
PEP8
mdboom Nov 30, 2015
5904e2f
Merge pull request #5553 from efiring/qtontop
mdboom Dec 14, 2015
1c7fb5b
Merge pull request #5553 from efiring/qtontop
mdboom Dec 14, 2015
3dfeeee
Fix #5646: bump the font manager version
mdboom Dec 14, 2015
559b59e
Merge pull request #5073 from tacaswell/doc_update_deps
jenshnielsen Sep 15, 2015
43c66e1
Fix #5573: Use SVG in docs
mdboom Dec 14, 2015
a82ca89
Merge pull request #5672 from mdboom/double-endpoints
tacaswell Dec 15, 2015
ef9bbe2
Merge pull request #5667 from anntzer/friendlier-axes-selector
tacaswell Dec 15, 2015
ca93a06
Merge pull request #5653 from mdboom/update-logo
tacaswell Dec 15, 2015
957cc90
Merge pull request #5586 from mdboom/errorbar-extension-arrows
jenshnielsen Dec 15, 2015
ebf81db
Merge pull request #5586 from mdboom/errorbar-extension-arrows
jenshnielsen Dec 15, 2015
7b0f9b0
Merge branch 'v1.5.x' into v2.0.x
mdboom Dec 15, 2015
3baf47f
Merge branch 'v2.0.x'
mdboom Dec 15, 2015
e789a70
Merge pull request #5434 from jenshnielsen/nosetuptest
tacaswell Dec 15, 2015
f6b15c5
Fix format parsing
mdboom Dec 15, 2015
49f77ad
Fix pickling
mdboom Dec 15, 2015
26d3e25
Fix pickle
mdboom Dec 15, 2015
5e1ee64
Fix pickling
mdboom Dec 15, 2015
46ae4d9
Include outward ticks in bounding box
mdboom Dec 15, 2015
62804e8
Correct comment
mdboom Dec 15, 2015
4573e1e
Merge pull request #4864 from sargas/document_inset_locator
tacaswell Dec 16, 2015
b692d02
Remove banner about updating styles in 2.0
mdboom Dec 16, 2015
efb3f5a
Cleanup axes_grid1.anchored_artists
sargas Aug 5, 2015
c27633c
Add documentation to axes_grid1.anchored_artists.AnchoredSizeBar
sargas Aug 6, 2015
e8579de
Add documentation to axes_grid1.anchored_artists.AnchoredEllipse
sargas Aug 6, 2015
8ee8707
Add attributes doc for AnchoredSizeBar and AnchoredEllipse in axes_grid1
sargas Aug 6, 2015
c574197
Add documentation for axes_grid1's AnchoredAuxTransformBox
sargas Aug 6, 2015
ba12801
Add documentation for axes_grid1's AnchoredDrawingArea
sargas Aug 6, 2015
838fa1f
Merge pull request #5677 from mdboom/docs-svg
tacaswell Dec 16, 2015
abed7b6
Change incorrect import in simple_anchored_artists example
sargas Dec 16, 2015
e45e946
Set image cmap from figure options.
anntzer Nov 12, 2015
52e7549
Build documentation for axes_grid1.anchored_artists
sargas Dec 16, 2015
34d1937
Readd six import in axes_grid1.anchored_artists for consistency
sargas Dec 16, 2015
590f042
Merge pull request #5469 from anntzer/image-options
mdboom Dec 16, 2015
a9f5070
Improved documentation for FuncFormatter formatter class
cimarronm Dec 17, 2015
23bc09d
Merge pull request #5688 from cimarronm/FuncFormatterDoc
tacaswell Dec 17, 2015
97b3985
Address comments in PR
mdboom Dec 17, 2015
0bf73c1
Add test
mdboom Dec 16, 2015
0a4b52e
Handle case where there are no ticks
mdboom Dec 17, 2015
b530062
Merge branch 'v1.5.x' into v2.0.x
mdboom Dec 17, 2015
9f6bb90
Merge branch 'v2.0.x'
mdboom Dec 17, 2015
793accd
Fix #5687: Don't pass unicode to QApplication()
Dec 18, 2015
b5506dc
Toolbars keep history if axes change
KevKeating Oct 26, 2015
08fc864
Merge pull request #5683 from mdboom/tight-ticks
tacaswell Dec 19, 2015
63179a4
TST: add missing decorator
tacaswell Dec 19, 2015
a10964a
Merge pull request #5697 from tacaswell/tst_missing_decorator
tacaswell Dec 19, 2015
ce55dfe
str.formatter invalid
jayvdb Dec 20, 2015
b16caa1
BUG: handle colorbar ticks with boundaries and NoNorm; closes #5673
efiring Dec 20, 2015
f2fb5ff
Add missing substitution value
jayvdb Dec 20, 2015
1616f67
Update 2 baseline images.
efiring Dec 20, 2015
bce5f91
Merge pull request #5701 from jayvdb/str.formatter
tacaswell Dec 20, 2015
81b8ced
Merge pull request #5702 from jayvdb/runtime-error-str-format
tacaswell Dec 20, 2015
497ffa8
Merge pull request #5700 from efiring/colorbar_tick_trim
tacaswell Dec 20, 2015
fa592e9
Fix SyntaxError on Python 3
jayvdb Dec 21, 2015
b8f127b
Fix string format substitution key missing error
jayvdb Dec 21, 2015
f7f16fe
Just added a few lines to make the dependence of the different parame…
devashishd12 Dec 21, 2015
f413b78
Merge pull request #5706 from jayvdb/unit-threading_test-invalid-syntax
tacaswell Dec 21, 2015
8b2d58f
Reduced no of characters to <80
devashishd12 Dec 21, 2015
f255c33
Fix #5572: Allow passing empty range to broken_barh
mdboom Dec 1, 2015
76d681b
Use iterator rather than index
mdboom Dec 2, 2015
d6ed8eb
Merge pull request #5707 from jayvdb/missing-string-format-key
tacaswell Dec 21, 2015
fd83789
Merge pull request #5690 from pankajp/patch-1
tacaswell Dec 22, 2015
fceb695
Removed default value for xy, added details for param use.
devashishd12 Dec 22, 2015
2f97019
eliminated trailing whitespace. Changed the text a bit.
devashishd12 Dec 22, 2015
637b273
Replaced ` with * emphasis
devashishd12 Dec 22, 2015
0a62378
Fix #5715. Fix minor error
devashishd12 Dec 22, 2015
c4f464d
Merge pull request #5716 from dsquareindia/link-rep
tacaswell Dec 22, 2015
8a69511
PEP8
mdboom Dec 22, 2015
115fca7
Fix typo
mdboom Dec 22, 2015
d0834e3
Fix #5693: Implemented is_sorted in C
mdboom Dec 22, 2015
89bf37c
Remove unused broken doc example axes_zoom_effect
jayvdb Dec 22, 2015
7868f0b
Merge pull request #5709 from dsquareindia/param-fix
tacaswell Dec 22, 2015
50ce5ff
Merge pull request #5664 from mdboom/performance
tacaswell Dec 22, 2015
5c4f237
Handle more types directly
mdboom Dec 22, 2015
4d81e2c
Merge pull request #5721 from jayvdb/issue_5705
tacaswell Dec 22, 2015
c1c639a
Use custom RNG for sketch path
mdboom Dec 23, 2015
9bce658
Fix constants
mdboom Dec 23, 2015
f656043
fix comment
mdboom Dec 23, 2015
b447284
Fix sign of seed
mdboom Dec 23, 2015
de35cc2
Update test images
mdboom Dec 23, 2015
aab6cfd
Merge pull request #5719 from mdboom/sorting-check
tacaswell Dec 23, 2015
c32bb0d
Merge branch 'v2.x'
tacaswell Dec 23, 2015
987edb9
Merge pull request #5676 from mdboom/version-font-cache
tacaswell Dec 23, 2015
63117b4
Merge pull request #5686 from mdboom/remove-banner
tacaswell Dec 23, 2015
6e684d1
Merge pull request #5640 from notmatthancock/master
tacaswell Dec 23, 2015
43cebd6
RF: fix annoying parens bug
matthew-brett Nov 1, 2015
898891f
Merge branch 'v2.x'
tacaswell Dec 23, 2015
d9c9c55
Correct regex in filterwarnings
jenshnielsen Dec 23, 2015
6979fe5
Change error message to reflect the name of the method
jenshnielsen Dec 23, 2015
6df722f
Merge pull request #5735 from jenshnielsen/fixfilterwarnings
tacaswell Dec 23, 2015
123807d
Merge pull request #5732 from matthew-brett/plot-directive-fixes
tacaswell Dec 23, 2015
c418918
Change labeled data to not use colorspec in data
jenshnielsen Dec 24, 2015
a84ba8f
Improve labed data warning to display the relevant arg
jenshnielsen Dec 24, 2015
0e1be8e
Actually catch MatplotlibDeprecationWarning in cycles test
jenshnielsen Dec 24, 2015
05ea5ff
Make sure font file is closed in test
jenshnielsen Dec 23, 2015
a1e1fc2
Merge pull request #5739 from jenshnielsen/labelformatwarning
tacaswell Dec 24, 2015
9ab39e4
Merge branch 'v2.x'
tacaswell Dec 24, 2015
966d255
Clarify that easy_install may be used
jenshnielsen Dec 25, 2015
f279e5b
Merge pull request #5746 from jenshnielsen/setupclarifyeasyinstall
tacaswell Dec 25, 2015
b6a79ac
Merge pull request #4874 from sargas/cleanup-anchored-artists
jenshnielsen Dec 26, 2015
e7c51dc
Merge pull request #5600 from mdboom/empty-ranges
efiring Dec 28, 2015
723d015
Merge branch 'v2.x'
tacaswell Dec 28, 2015
01c21a0
MAINT: Create an abstract base class for movie writers.
WarrenWeckesser Nov 10, 2015
3954691
TST: Add unit tests for AbstractMovieWriter.
WarrenWeckesser Nov 10, 2015
6bae745
DOC: Add a whats_new entry for the new AbstractMovieWriter class.
WarrenWeckesser Nov 30, 2015
a4aebe3
Merge pull request #5454 from WarrenWeckesser/abstract-movie-writer
jenshnielsen Dec 29, 2015
adafb96
Use 1LL to avoid overflow
mdboom Dec 29, 2015
1446c69
Merge pull request #5728 from mdboom/local-random
tacaswell Dec 29, 2015
1858e65
Don't fallback to old ipython_console_highlighting
mdboom Dec 29, 2015
9a63e51
Merge remote-tracking branch 'matplotlib/v2.x'
tacaswell Dec 29, 2015
edad75d
BUG: make clabel obey fontsize kwarg
efiring Dec 29, 2015
dad692f
Merge pull request #5762 from mdboom/no-fallback-extension
tacaswell Dec 29, 2015
ef00f56
Deterministic SVG LaTeX text
ksemb Dec 30, 2015
c708029
Merge pull request #5766 from ksemb/master
WeatherGod Dec 30, 2015
d9d1671
Don't apply blacklisted params from default style
mdboom Dec 30, 2015
8e4f36a
Remove no longer used Scikit image code
jenshnielsen Dec 31, 2015
64836c0
Merge pull request #5771 from jenshnielsen/removeskimagecode
mdboom Dec 31, 2015
ce0bd39
Merge pull request #5764 from efiring/clabel_fontsize
tacaswell Dec 31, 2015
8decc8c
Merge pull request #5440 from mdboom/blacklist-style-params
efiring Dec 31, 2015
0899658
PEP8: wrap line
tacaswell Dec 31, 2015
0abca30
Merge pull request #5773 from tacaswell/fix_eb_rasterize
WeatherGod Dec 31, 2015
98453ae
Add .noseids to .gitignore.
anntzer Jan 1, 2016
21b129f
Fix #5777. Don't warn when applying default style
mdboom Jan 1, 2016
c210b0d
Merge pull request #5776 from anntzer/gitignore-update
tacaswell Jan 1, 2016
4d45592
Choose offset text from ticks, not axes limits.
anntzer Jan 1, 2016
5e04ca4
Merge remote-tracking branch 'matplotlib/v2.x'
tacaswell Jan 1, 2016
9c690ed
Merge pull request #5780 from anntzer/offsettext-uses-ticks-not-axes-…
tacaswell Jan 1, 2016
a2abf55
MNT: remove reference to deleted example
cgohlke Jan 2, 2016
deea685
Merge pull request #5783 from cgohlke/patch-1
efiring Jan 2, 2016
02c1c3a
Fix ImportError: No module named 'StringIO' on Python 3
cgohlke Jan 3, 2016
e951bd6
Fix ImportError: No module named 'StringIO' on Python 3
cgohlke Jan 3, 2016
4c3bf8e
Fix ImportError: No module named 'StringIO' on Python 3
cgohlke Jan 3, 2016
6461fd9
Fix ImportError: No module named 'StringIO' on Python 3
cgohlke Jan 3, 2016
4c9fc07
Index.html Only insert snippet if found
jenshnielsen Jan 3, 2016
f6fca8a
Merge pull request #5789 from jenshnielsen/indexfallback
tacaswell Jan 3, 2016
55b69af
Fix ImportError: No module named 'Tkinter' on Python 3
cgohlke Jan 4, 2016
7646324
Merge pull request #5790 from cgohlke/patch-2
jenshnielsen Jan 4, 2016
0a35fe4
Don't use catch_warnings
mdboom Jan 4, 2016
c515a9d
Fix warning during test
mdboom Jan 4, 2016
c849398
Merge pull request #4857 from KevKeating/iss2511-cmb
fariza Jan 4, 2016
fe701e3
Merge pull request #5778 from mdboom/blacklist-warning
jenshnielsen Jan 5, 2016
a984380
Build docs on Python 3.5
mdboom Oct 28, 2015
5edf56f
Run linkchecker with python 2
jenshnielsen Jan 5, 2016
999786f
Move axesgrid1 api docs to axesgrid1
jenshnielsen Dec 26, 2015
8f461a2
Move non bundled packages from toolkits to resources
jenshnielsen Dec 26, 2015
b72e97a
Split documentation in axisartist and axes_grid1
jenshnielsen Dec 26, 2015
786c389
Move axisartist userguide to axisartist
jenshnielsen Dec 26, 2015
e9a9cc8
Remove warning
jenshnielsen Dec 26, 2015
a8ae5aa
Split axes_grid1 and axisartist examples
jenshnielsen Dec 26, 2015
60a8b7f
Correct links to examples
jenshnielsen Dec 26, 2015
535eb24
Correct links in whatsnew
jenshnielsen Dec 26, 2015
d49bbce
Correct links to gallery
jenshnielsen Dec 26, 2015
047ccb2
Split figures in axisartist and axisgrid1
jenshnielsen Dec 26, 2015
b1798b6
Correct links to figures
jenshnielsen Dec 26, 2015
138a6c1
Move axisartist docs
jenshnielsen Dec 26, 2015
ef84b93
Move overview docs up one level
jenshnielsen Dec 26, 2015
b41caa4
Clarify index
jenshnielsen Dec 28, 2015
44fb5ea
Update axes_grid1 overview
jenshnielsen Dec 29, 2015
9862d43
Update axes_grid1 some more
jenshnielsen Dec 29, 2015
a2d8009
update axisartist
jenshnielsen Dec 29, 2015
69705a7
Copy all remaing functionality from axes_grid to axisartist
jenshnielsen Dec 29, 2015
b17e5d6
Deprecate mpl_toolkits.axes_grid
jenshnielsen Dec 29, 2015
74da787
Move third party packages to its own toplevel index
jenshnielsen Dec 29, 2015
f6a4c78
Correct module name for axisartist
jenshnielsen Dec 29, 2015
3446e2c
Correct links on front page
jenshnielsen Dec 29, 2015
dd8a782
Update examples readme
jenshnielsen Dec 29, 2015
0635dfe
Remove the use of axes_grid from plotting userguide
jenshnielsen Dec 29, 2015
3b52513
remove pre python26 workaround
jenshnielsen Dec 29, 2015
5846f77
axes_grid to axes_grid1 in whatsnew
jenshnielsen Dec 29, 2015
6e805cf
Don't mention axes_grid in the annotation guide
jenshnielsen Dec 29, 2015
969982e
Remove toc trees
jenshnielsen Dec 30, 2015
00cdd55
Add note about the Matplotlib github org
jenshnielsen Dec 30, 2015
e47e071
Correct typos found by mdboom
jenshnielsen Dec 30, 2015
e817d39
Add api changes about deprecating axes_grid
jenshnielsen Dec 30, 2015
301980c
Correct typos found by @WeatherGod
jenshnielsen Jan 5, 2016
e035cf9
Merge pull request #5797 from jenshnielsen/build-docs-on-35-linkcheck
tacaswell Jan 6, 2016
4d78ae6
STY: StringIO instead of BytesIO in svg examples
tacaswell Jan 7, 2016
cf38ed7
Merge pull request #5788 from cgohlke/patch-1
tacaswell Jan 7, 2016
73f90a2
Merge remote-tracking branch 'matplotlib/v2.x'
tacaswell Jan 8, 2016
5eec831
Merge pull request #5752 from jenshnielsen/axisgriddocs
WeatherGod Jan 8, 2016
1f156be
no space after comma in brackets
zblz Jan 8, 2016
91fcc61
add baseline images
zblz Jan 8, 2016
ec45630
Fix #5814
mdboom Jan 8, 2016
87d82ab
Add test
mdboom Jan 8, 2016
2c99e51
Remove unnecessary -1's
mdboom Jan 8, 2016
90455d8
Merge pull request #5815 from mdboom/fix-minimizing-raster-layer
tacaswell Jan 9, 2016
e190bf7
Strip spaces in properties doc after newline.
anntzer Jan 10, 2016
43c14a0
Merge pull request #5826 from anntzer/strip-spaces-in-properties-doc
tacaswell Jan 10, 2016
5df1e54
Merge remote-tracking branch 'matplotlib/v2.x'
tacaswell Jan 10, 2016
a82976f
FIX: overzealous clean up of imports
tacaswell Jan 11, 2016
acbbfff
Merge pull request #5828 from tacaswell/fix_overzealous
tacaswell Jan 11, 2016
408a9f4
Rewordings for normalizations docs.
anntzer Jan 11, 2016
27cbd34
Expand docstring to explain return value.
maxalbert Jan 13, 2016
90b8f11
Remove assertion so that @image_comparison can be used outside a 'tes…
maxalbert Jan 13, 2016
25590c8
Merge pull request #5813 from zblz/dec-comma
mdboom Jan 13, 2016
43a515f
Merge pull request #5845 from matplotlib/v2.x
jenshnielsen Jan 13, 2016
c446a64
Merge pull request #5842 from maxalbert/allow_image_comparison_outsid…
WeatherGod Jan 13, 2016
d1d59c4
Update setupext.py to solve issue #5846
khyox Jan 13, 2016
b4ad009
FIX: create _dashSeq and _dashOfset before use
tacaswell Jan 14, 2016
fe8311e
Typo: fix some typos in patches.FancyArrowPatch
Jan 14, 2016
eebf258
Merge pull request #5853 from magnunor/TYPO_fancyarrowpatch
tacaswell Jan 17, 2016
6eaa004
Merge pull request #5849 from khyox/master
tacaswell Jan 17, 2016
f2533ab
Merge pull request #5832 from anntzer/colormapnorms-doc-fixes
tacaswell Jan 17, 2016
a5aa57d
Merge pull request #5852 from tacaswell/fix_line2D_init_order
jenshnielsen Jan 17, 2016
617a61e
fix AutoHeightChars for regular text
zblz Jan 17, 2016
8bfab64
replace baseline images
zblz Jan 17, 2016
fbb9bbc
Merge pull request #5871 from zblz/fix-sized-delims
mdboom Jan 18, 2016
1e672da
added blurb about mpl-proscale package
phobson Jan 19, 2016
26a1da9
Build the docs with python 3.4 which should fix the Traitlets/IPython…
jenshnielsen Jan 19, 2016
0581c07
Merge pull request #5879 from jenshnielsen/docspython34
jenshnielsen Jan 19, 2016
950c712
Merge pull request #5877 from phobson/link-probscale
jenshnielsen Jan 19, 2016
f01fe46
Allow build_children to be executed
jenshnielsen Jan 19, 2016
5c1d125
Revert "Build the docs with python 3.4 which should fix the Traitlets…
jenshnielsen Jan 20, 2016
df5b320
Merge pull request #5886 from jenshnielsen/docspython35
tacaswell Jan 20, 2016
02f4cdb
Merge pull request #5881 from jenshnielsen/allowbuild_children
QuLogic Jan 20, 2016
3783bf3
Check for consistent height and width ratios
julianvmodesto Jan 21, 2016
d1f0191
Reference issue #5835 in docstring
julianvmodesto Jan 21, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Index.html Only insert snippet if found
  • Loading branch information
jenshnielsen committed Jan 3, 2016
commit 4c9fc07667cb15a8b836f03bef93d4d3534cada2
6 changes: 5 additions & 1 deletion doc/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
// Synchronous request, wait till we have it all
req.open('GET', url, false);
req.send(null);
element.innerHTML = req.responseText;
if (req.status == 200) {
element.innerHTML = req.responseText;
} else {
element.innerHTML = "<mark>Could not find Snippet to insert at " + url + "</mark>"
}
}
}
</script>
Expand Down