diff --git a/docs/blogposts/v0.20/index.html b/docs/blogposts/v0.20/index.html index 220ace8..db24840 100644 --- a/docs/blogposts/v0.20/index.html +++ b/docs/blogposts/v0.20/index.html @@ -13,7 +13,7 @@ - +
@@ -131,7 +131,7 @@

Experimental declarative API ( spec_row = S.GridLayout([spec_column_vector spec_matrix], colsizes = [Auto(), Auto(4)]) f, ax, pl = plot(S.GridLayout(spec_row); figure = (; fontsize = 10)) - +

We had been thinking for quite a while about a more declarative API which can describe complex plots as nested dicts without any Observables. A major issue has been how to keep performant animations part of such an API. The @@ -217,7 +217,7 @@

Usage in plot(f[1, 1], PlotGrid((1, 1)); color=Cycled(1)) plot(f[1, 2], PlotGrid((2, 2)); color=Cycled(2)) f - +

You can find more examples in the docs. Note that especially the convert_argument integration is @@ -756,103 +756,104 @@

Deprecations

ContinuousSurface and DiscreteSurface) in favor of CellBasedGrid, - VertexBasedGrid and `ImageLike + VertexBasedGrid and + ImageLike

-

Old deprecations that got removed

-

If you haven't run Makie with - julia --depwarn=true previously, you may run into errors with these deprecations which are now longer graceful: +

Old deprecations that got removed

+

If you haven't run Makie with + julia --depwarn=true previously, you may run into errors with these deprecations which are now longer graceful:

-