Set up Scribe Pro workspace with Dropbox efficiently | Scribe

    Set up Scribe Pro workspace with Dropbox efficiently

    • bircan basal |
    • 136 steps |
    • 9 minutes
    1
    Navigate to <https://scottplot.net/cookbook/5.0/images/StyleClass.png?240407172904>
    2
    Click this image.
    3
    Click "ScottPlot.Plot myPlot = new();"
    4
    Click here.
    5
    Click "myPlot.Add.Signal(Generate.Sin(51));"
    6
    Click "// the Style object contains helper methods to style many items at once"
    7
    Click "myPlot.SavePng("demo.png", 400, 300);"
    8
    Right-click "myPlot.Axes.Left.Label.Text = "Vertical Axis";"
    9
    Click "ScottPlot.Plot myPlot = new();"
    10
    Click "ScottPlot.Plot myPlot = new();"
    11
    Click "myPlot.SavePng("demo.png", 400, 300);"
    12
    Right-click "myPlot.Axes.Title.Label.FontSize = 32;"
    13
    Right-click "ScottPlot.Plot myPlot = new(); myPlot.Add.Signal(Generate.Sin(51)); myPlot.Add.Signal(Generate.Cos(51)); myPlot.Axes.Title.Label.Text = "..."
    14
    Right-click "myPlot.Axes.Title.Label.ForeColor = Colors.RebeccaPurple;"
    15
    Click "ScottPlot.Plot myPlot = new();"
    16
    Click "ScottPlot.Plot myPlot = new(); // change the default palette used when adding new plottables myPlot.Add.Palette = new ScottPlot.Palettes.Nor..."
    17
    Right-click "{"
    18
    Right-click here.
    19
    Click "ScottPlot.Plot Plot = new(); // change the default palette used when adding new plottables myPlot.Add.Palette = new ScottPlot.Palettes.Nord(); for (int i = 0; i < 5; i++) { double[] data = Generate.Sin(100, phase: -i / 20.0f); var sig = myPlot.Add.Signal(data); sig.LineWidth = 3; } myPlot.SavePng("demo.png", 400, 300);"
    20
    Click "Plot"