v1.1.0
v1.1.0 (2019-07-15)
Closed issues:
- Guide.ytick should accept a range (#1293)
- Plot to browser does not work once
Cairo
andFontconfig
are imported (#1291) - Bugs in histogram when the x-axis are strings (#1289)
- Relax dependency versions? (#1287)
- Gadfly's Project.toml (#1282)
- random color (#1274)
- Geom.boxplot does not render correctly for certain data (#1273)
- Simple opacity setting (#1270)
- Horizontal Geom.bar not working (#1266)
- Error after update (#1261)
- Adopt git-flow workflow for a stable master branch (#1248)
- svgjs, hstack and opacity (#1242)
- Docs aren't getting deployed? (#1241)
- ENH: Add standard errors to Geom.smooth? (#1238)
- Histogram binning issue? (#1235)
- How do I omit the Shapekey? (#1233)
- display() (#1230)
- draw SVG does not work (#1227)
- opacity in the color scale (#1226)
- Line break not working in color key title (#1225)
- spy does not plot (#1216)
- ERROR: LoadError: UndefVarError: pangolayout not defined (#1206)
- Order dependent incorrect handling of NaN in Geom.ribbon (#1167)
histogram\(density = true\)
andx\_discrete\(labels = ...\)
incompatible ? (#1163)- Gadfly can't plot Unitful.jl Quantities (#1104)
- Inexact error for
histogram2d
(#965) - Misplaced label with multibar charts (#733)
- Gradient Scale and color (#723)
- Order of colors in dodged bar plot? (#588)
- Trouble using Scale.continuous_scale_partial with the color aesthetic (#573)
- Geom.ribbon in does not accept Int vectors as input when used with Geom.smooth (#559)
- Geom.bar(position=:dodge) and Geom.errobar (#525)
- Order of Geom.subplot_grid (#496)
- Better support the color aesthetic on boxplots (#482)
- Choose range in Geom.histogram (#347)
Merged pull requests:
- add Showoff 0.3 (#1298) (bjarthur)
- Accept ranges in xticks, yticks (#1295) (cmcaine)
- add compat with distributions v0.20 (#1288) (tlnagy)
- get docs to build again (#1283) (bjarthur)
- fix box plot colors for certain data (#1281) (bjarthur)
- Make testscript date_bar.jl deterministic wrt date run (#1279) (non-Jedi)
- Add Project.toml for new Julia Registrator package flow (#1277) (non-Jedi)
- Remove usage of fieldnames function at runtime where possible (#1276) (non-Jedi)
- add AOT instructions to docs (#1265) (bjarthur)
- fix tests on julia 0.7 (#1260) (bjarthur)
- put only a single copy of gadfly.js and snap.svg-min.js in text/html output (#1259) (bjarthur)
- Scale.alpha_continuous & Scale.alpha_discrete (#1257) (Mattriks)
- fix help screen and cross hair (#1251) (bjarthur)
- Scale.color_continuous limits (#1250) (Mattriks)
- Stat.histogram(limits=()) (#1249) (Mattriks)
- Scale.{xy}group documentation (#1247) (Mattriks)
- Boxplot dodging (#1246) (Mattriks)
- Expand Scale sections in the Tutorial (#1245) (Mattriks)
- Stat.dodge (#1240) (Mattriks)
- Stat.histogram2d update (#1237) (Mattriks)
- Stat.histogram update (#1236) (Mattriks)
- Stat.ellipse and Geom.polygon updates (#1234) (Mattriks)
- support TerminalExtensions.jl (#1232) (bjarthur)
- Stat.smooth() confidence bands (#1231) (Mattriks)
- Tweak mapping to improve plotting performance (#1229) (non-Jedi)
- Enable plotting of Unitful values (#1105) (non-Jedi)