Skip to content

Commit

Permalink
Added documentation to PlotGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Lang committed Feb 24, 2019
1 parent 4d0b687 commit 9517f65
Show file tree
Hide file tree
Showing 4 changed files with 382 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ForScience/PacletInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Name -> "ForScience",
Description -> "Contains various utility functions and styling to make it easier to use MMA for scientific plots",
Creator -> "Lukas Lang & Marc Lehner",
Version -> "0.87.73",
Version -> "0.87.74",
MathematicaVersion -> "11.1+",
Extensions -> {
{ "Documentation", Language -> "English"},
Expand Down
1 change: 1 addition & 0 deletions ForScience/PlotUtils.wl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ BeginPackage["ForScience`PlotUtils`",{"ForScience`PacletUtils`","ForScience`Util
<<`CustomTicksDoc`;
<<`CombinePlotsDoc`;
<<`GraphicsInformationDoc`;
<<`PlotGridDoc`;


EndPackage[]
2 changes: 1 addition & 1 deletion ForScience/PlotUtils/PlotGrid.wl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* ::Package:: *)

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


Begin["`Private`"]
Expand Down
Loading

0 comments on commit 9517f65

Please sign in to comment.