Skip to content

Commit 9517f65

Browse files
author
Lukas Lang
committed
Added documentation to PlotGrid
1 parent 4d0b687 commit 9517f65

4 files changed

Lines changed: 382 additions & 2 deletions

File tree

ForScience/PacletInfo.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Name -> "ForScience",
55
Description -> "Contains various utility functions and styling to make it easier to use MMA for scientific plots",
66
Creator -> "Lukas Lang & Marc Lehner",
7-
Version -> "0.87.73",
7+
Version -> "0.87.74",
88
MathematicaVersion -> "11.1+",
99
Extensions -> {
1010
{ "Documentation", Language -> "English"},

ForScience/PlotUtils.wl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ BeginPackage["ForScience`PlotUtils`",{"ForScience`PacletUtils`","ForScience`Util
2020
<<`CustomTicksDoc`;
2121
<<`CombinePlotsDoc`;
2222
<<`GraphicsInformationDoc`;
23+
<<`PlotGridDoc`;
2324

2425

2526
EndPackage[]

ForScience/PlotUtils/PlotGrid.wl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(* ::Package:: *)
22

3-
Usage[PlotGrid]="PlotGrid[{{plt_{*1,1*},\[Ellipsis]},\[Ellipsis]}] arranges the given matrix of plots into a grid where adjacent plots share the frame ticks.";
3+
PlotGrid;
44

55

66
Begin["`Private`"]

0 commit comments

Comments
 (0)