PlotsGallery.jl icon indicating copy to clipboard operation
PlotsGallery.jl copied to clipboard

Plots Gallery

This site is an unofficial Plots.jl Gallery site. It is inspired by MATLAB Plot Gallery.

jupyter notebook version

Docker

docker-compose build
docker-compose up

Example

Line Plot 2D 1 Line Plot 2D 2 Datetime Plot Simple Fn
small_line_plot_2d_1.png small_line_plot_2d_2.png small_datetime_plot.png small_simple_fn.png
View source View source View source View source

Parametric2D Parametric3D Semilogy Semilogx
small_parametric2d.png small_parametric3d.png small_semilogy.png small_semilogx.png
View source View source View source View source

Loglog Vertical Bar Plot Stacked Bar Plot Horizontal Bar Plot
small_loglog.png small_vertical_bar_plot.png small_stacked_bar_plot.png small_horizontal_bar_plot.png
View source View source View source View source

Histogram Plot Categorical Histogram Plot Boxplot Boxplot2
small_histogram_plot.png small_categorical_histogram_plot.png small_boxplot.png small_boxplot2.png
View source View source View source View source

Heatmap Pie Contour Plot Fn Contour Plot
small_heatmap.png small_pie.png small_contour_plot.png small_fn_contour_plot.png
View source View source View source View source

Polar Rose Scatter2D Scatter3D
small_polar.png small_rose.png small_scatter2d.png small_scatter3d.png
View source View source View source View source

Stem Stairstep Error Bar Two Y Axis
small_stem.png small_stairstep.png small_error_bar.png small_two_y_axis.png
View source View source View source View source

Subplot1 Subplot2 Subplot3 Quiver
small_subplot1.png small_subplot2.png small_subplot3.png small_quiver.png
View source View source View source View source

Surface Surface2 Surface3 Standard Line Colors
small_surface.png small_surface2.png small_surface3.png small_standard_line_colors.png
View source View source View source View source

Line Style Latex1 Latex2 Axis
small_line_style.png small_latex1.png small_latex2.png small_axis.png
View source View source View source View source

No Axis Ticks Formatter Axis Range
small_no_axis.png small_ticks.png small_formatter.png small_axis_range.png
View source View source View source View source

Aspect Ratio Axis Flip Font
small_aspect_ratio.png small_axis_flip.png small_font.png
View source View source View source

Contributing

I appreciate all kinds of help. Please feel free to open an issue.

(For me) Generate notebook and site contents

docker-compose run ijulia site

Reference

Speed up plotting by PackageCompiler