- Support
Term
extension, exportgridplot
.
- Swap
Function
order inlineplot
.
- Support
IntervalSets
through 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
imageplot
borders to default:corners
. - Fix
sixel
encoding inimageplot
. - Simplify floating point repr.
- Removed labels in
3d
plots by default. - Fix default
contourplot
colorbar limits. - Change
surfaceplot
default aspect.
- Add
imageplot
(ansi
orsixel
). - Sixel support in
ImageGraphics
.
- Support multiple series (
Matrix
columns) onlineplot
andscatterplot
(and mutating versions). - Support
width = :auto
andheight = :auto
for creating a plot based on the current terminal size. - Add
array
keyword to heatmap for matrix display in array convention. - Add
dscale
support fordensityplot
(e.g. peak damping). - Add
ColorSchemes.jl
dependency following colormaps removal. - Add
xflip
andyflip
for reversing/flipping the axes. - Add
head_tail_frac
forlineplot
usinghead_tail
. - Support
vline!
andhline!
. - Buffering
i/o
(performance). - Add
CHANGELOG.md
file.
- Swap
width
andheight
of internalgrid
andcolors
buffer. - Rename
printrow
toprint_row
. - Change
spy
default title.
- Reduce number of exported symbols (canvas related).
- Marked deprecated functions, keywords and tests.
- Hard-coded colormap tables (replaced by
ColorSchemes
). - Functor
scale
support.
- Lazily load
FreeTypeAbstraction
.
polarplot
.- Support vertical histogram through
vertical
argument.
savefig
supports exporting topng
files throughFreeTypeAbstraction
.- Add support for
24bit
(true colors).
- Add
Unitful
support forlineplot
andscatterplot
. - Add
xticks
andyticks
to disable drawing ticks.
- Add
head_tail
in order to mimic an arrow using colors. - Add
surfaceplot
andisosurface
(3D plots).
- Support vector of colors
barplot
,boxplot
. - Enhance
surfaceplot
interpolation & performance.
- Crayons
4.1
.
- Support for julia
1.0
.
- Add
contourplot
.
- Rework documentation, automate generation of docstrings and
README.md
. - Fix
heatmap
andspy
aspect ratios.
- Allow showing zero pattern in
spy
.
- Defaults to unicode exponent on non-identity scales.
- Rename
xyscale
toxyfact
.
- Add support for text annotations on an existing plot.
- Add
compact
for saving plot space. - Add marker support.
- Fix incorrect braille canvas spacing.
- Support
x
andy
axes scaling (e.g.log-log
plots).
- Enhance resolution of histogram.
- Move
UnicodePlots
to theJuliaPlots
organization.
Dates
support.- Basic
savefig
for.txt
files.
- Bring back CI and support julia
1.6
. - Avoid drawing pixels out of canvas bounds.
- Switch to
compact
repr for floats. - Support
coo
inspy
.
- Travis CI.