Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 258 Bytes

File metadata and controls

12 lines (8 loc) · 258 Bytes

GR

GR is the default backend for Plots. To explicitly specify the GR backend, you can use:

using Plots
gr()

The demos are generated from Plots._examples. Empty demos are features that this backend does not support.

{{{democards}}}