Skip to content

Commit 1200764

Browse files
authored
Do not call 'bar' in worload because juliaup is bugged on Windows and breaks here. (#1949)
1 parent 2e0496c commit 1200764

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/GMT.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export
138138
sunsetrise, spectrum1d, sphdistance, sphinterpolate,
139139
sphtriangulate, surface, ternary, ternary!, text, text!, text_record, trend1d, trend2d, triangulate, gmtsplit,
140140
decorated, vector_attrib, wiggle, wiggle!, xyz2grd, gmtbegin, gmtend, gmthelp, subplot, gmtfig, inset, showfig,
141-
earthtide, gmt2grd, gravfft, gmtgravmag3d, gravmag3d, grdgravmag3d, gravprisms, grdseamount, parkermag, parkergrav,
141+
earthtide, gmt2grd, gravfft, gmtgravmag3d, gravmag3d, grdgravmag3d, gravprisms, grdseamount, parkermag, parkergrav, ppdrc,
142142
pscoupe, pscoupe!, coupe, coupe!, psmeca, psmeca!, meca, meca!, psvelo, psvelo!, sac, sac!, velo, velo!, gmtisf, getbyattrib,
143143
inpolygon, inwhichpolygon, pcolor, pcolor!, triplot, triplot!, trisurf, trisurf!, grdrotater, imagesc, upGMT, boxes,
144144
segy, segy!, segyz, segyz!, segy2grd, stereonet, stereonet!, add_opt, isgeog, numel, scan_opt, extrema_nan, parse_RIr,
@@ -416,7 +416,7 @@ using .Laszip
416416
grdtrack(Glix, [1 1])
417417
rescale(mat2img(rand(UInt16, 16,16,3)))
418418
plot(rand(5, 2))
419-
bar(1:5, (20, 35, 30, 35, 27), width=0.5, color=:lightblue, limits=(0.5,5.5,0,40))
419+
#bar(1:5, (20, 35, 30, 35, 27), width=0.5, color=:lightblue, limits=(0.5,5.5,0,40))
420420
sample1d([0 0; 4 1], inc=0.5);
421421
#gridit(rand(10,3), preproc=true, I=0.1);
422422
#earthregions("PT", Vd=2);

0 commit comments

Comments
 (0)