Plots logo
Plots
  • Home
  • Getting Started
    • Installation
    • Basics
    • Tutorial
      • Contour Plots
      • Histograms
  • Manual
    • Input Data
    • Output
    • Attributes
    • Series Attributes
    • Plot Attributes
    • Subplot Attributes
    • Axis Attributes
    • Layouts
      • Overview
        • Home
        • Recipes Syntax
        • Recipes Types
        • Internals
        • Public API
        • Home
        • Public API
    • Colors
    • ColorSchemes
    • Animations
    • Themes
    • Backends
    • Supported Attributes
  • Learning
  • Contributing
  • Ecosystem
    • StatsPlots
      • Introduction
      • Examples
      • Attributes
      • Introduction
        • Simple
        • Plots
    • Overview
  • Advanced Topics
    • Internals
  • Gallery
    • GR
    • PyPlot
    • PlotlyJS
    • PGFPlotsX
    • UnicodePlots
    • Gaston
    • InspectDR
  • User Gallery
  • API
Version
  • Layouts, margins, label rotation, title location
  • Layouts, margins, label rotation, title location
Edit on GitHub

Layouts, margins, label rotation, title location

Source code Author Update time

using Plots
plotlyjs()
using Plots.PlotMeasures
plot(rand(100, 6), layout = @layout([a b; c]), title = ["A" "B" "C"], titlelocation = :left, left_margin = [20mm 0mm], bottom_margin = 10px, xrotation = 60)

plot


This page was generated using DemoCards.jl and Literate.jl.

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 0.27.23 on Monday 28 November 2022. Using Julia version 1.8.3.