Releases: JuliaPlots/Plots.jl
Releases · JuliaPlots/Plots.jl
v0.12.2
- fix an issue with Juno/PlotlyJS compatibility on new installations
- fix markers not showing up in seriesrecipes using :scatter
- don't use pywrap in the pyplot backend
- improve the bottom margin for the gr backend
v0.12.1
- fix deprecation warnings
- switch from FixedSizeArrays to StaticArrays.FixedSizeArrays
- drop FactCheck in tests
- remove julia 0.5 compliant uses of transpose operator
- fix GR heatmap bugs
- fix GR guide padding
- improve legend markers in GR
- add surface alpha for Plotly(JS)
- add fillrange to Plotly(JS)
- allow usage of Matplotlib 1.5 with PyPlot
- fix GLVisualize for julia 0.6
- conform to changes in InspectDR
v0.11.4
Remove diagnostic "best" statement from gr
v0.12.0
Requires JuliaLang/METADATA.jl#9747 to pass Travis tests
Drop support of julia 0.5.
Fix most 0.6 deprecations.
Moves @Shorthands and @userplot to RecipesBase.
v0.11.3
- add HDF5 backend
- GR replaces PyPlot as first-choice backend
- support for legend position in GR
- smaller markers in GR
- better viewport size in GR
- fix glvisualize support
- remove bug with three-argument method of
text
legendtitle
attribute added- add test for
spy
v0.11.2
Switch off precompilation
v0.11.1
Small edits, and minor version numbers for dependencies
v0.11.0
- julia 0.6 compatibility
- matplotlib 0.2.0 compatibility
- add inspectdr backend
- improved histogram functionality:
- added a
:stephist
and:scatterhist
series type as well as ``:barhist` (the default) - support for log scale axes with histograms
- support for plotting
StatsBase.Histogram
- allowing bins to be specified as
:sturges
,:rice
,:scott
or :fd - allow
normalization
to be specified as :density (for unequal bins) or :pdf (sum to 1) - add a
plotattr
function to access documentation for Plots attribute - add colorbar_title to plotlyjs
- enable standalone window for plotlyjs
- improved support for pgfplots, ticks rotation, clims, series_annotations
- restore colorbars for GR
- better axis labels for heatmap in GR
- better marker sizes in GR
- fix color representation in GR
- update GR legend
- fix image bug on GR
- fix glvisualize dependencies
- set dotted grid lines for pyplot
- several improvements to inspectdr
- improved tick positions for TimeType x axes
- support for improved color gradient capability in PlotUtils
- add a showlibrary recipe to display color libraries
- add a showgradient recipe to display color gradients
- add
vectorfield
as an alias forquiver
- use
PlotUtils.adaptedgrid
for functions