- Add
OctantCanvas.
- Rename
compacttocompact_labels.
- Add
compactoption for labels and padding + margins removal forwidth=:auto.
- Make
FreeTypeExtthread-safe.
- Support
Termextension, exportgridplot.
- Swap
Functionorder inlineplot.
- Support
IntervalSetsthrough weak dependencies (package extensions).
- Rework conditional glue dependencies (
Unitful,FreeType,FileIO) through weak deps to improve latency.
- Group digits on integer values (thousands) for readability (configured using
thousands_separator).
- Consistent left and right padding (avoids duplicate label & cbar paddings, symmetry).
- Colorbar limits labels moved to top and bottom, to save right space.
- Change
imageplotborders to default:corners. - Fix
sixelencoding inimageplot. - Simplify floating point repr.
- Removed labels in
3dplots by default. - Fix default
contourplotcolorbar limits. - Change
surfaceplotdefault aspect.
- Add
imageplot(ansiorsixel). - Sixel support in
ImageGraphics.
- Support multiple series (
Matrixcolumns) onlineplotandscatterplot(and mutating versions). - Support
width = :autoandheight = :autofor creating a plot based on the current terminal size. - Add
arraykeyword to heatmap for matrix display in array convention. - Add
dscalesupport fordensityplot(e.g. peak damping). - Add
ColorSchemes.jldependency following colormaps removal. - Add
xflipandyflipfor reversing/flipping the axes. - Add
head_tail_fracforlineplotusinghead_tail. - Support
vline!andhline!. - Buffering
i/o(performance). - Add
CHANGELOG.mdfile.
- Swap
widthandheightof internalgridandcolorsbuffer. - Rename
printrowtoprint_row. - Change
spydefault title.
- Reduce number of exported symbols (canvas related).
- Marked deprecated functions, keywords and tests.
- Hard-coded colormap tables (replaced by
ColorSchemes). - Functor
scalesupport.
- Lazily load
FreeTypeAbstraction.
polarplot.- Support vertical histogram through
verticalargument.
savefigsupports exporting topngfiles throughFreeTypeAbstraction.- Add support for
24bit(true colors).
- Add
Unitfulsupport forlineplotandscatterplot. - Add
xticksandyticksto disable drawing ticks.
- Add
head_tailin order to mimic an arrow using colors. - Add
surfaceplotandisosurface(3D plots).
- Support vector of colors
barplot,boxplot. - Enhance
surfaceplotinterpolation & performance.
- Crayons
4.1.
- Support for julia
1.0.
- Add
contourplot.
- Rework documentation, automate generation of docstrings and
README.md. - Fix
heatmapandspyaspect ratios.
- Allow showing zero pattern in
spy.
- Defaults to unicode exponent on non-identity scales.
- Rename
xyscaletoxyfact.
- Add support for text annotations on an existing plot.
- Add
compactfor saving plot space. - Add marker support.
- Fix incorrect braille canvas spacing.
- Support
xandyaxes scaling (e.g.log-logplots).
- Enhance resolution of histogram.
- Move
UnicodePlotsto theJuliaPlotsorganization.
Datessupport.- Basic
savefigfor.txtfiles.
- Bring back CI and support julia
1.6. - Avoid drawing pixels out of canvas bounds.
- Switch to
compactrepr for floats. - Support
cooinspy.
- Travis CI.