Skip to main content
10 events
when toggle format what by license comment
Apr 13, 2017 at 12:55 history edited CommunityBot
replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/
Oct 6, 2015 at 23:56 comment added Taiki OK. Thanks for the explanation. I'll go back to Jens's solution then...
Oct 6, 2015 at 21:53 comment added Verbeia @Taiki - MultiPanelGraph is the function; MultiPanel is an option that it then passes to the underlying plotting function (which are custom versions of DateListPlot etc, that take this option) to tell it to do multi-panel specific things like move what was the Title (custom option for defining the PlotLabel) into the plotting area as an Inset text in the Prolog, and depending on the specific option value, which FrameTicks to turn off. Unfortunately the rest of the package is proprietary so I can't share the whole thing.
Oct 6, 2015 at 17:49 comment added Taiki How do I use this? Jens's answer doesn't seem to work in my use case... And in OptionsPattern, is the first element of the list there MultiPanel instead of MultiPanelGraph?
Nov 21, 2013 at 21:02 comment added Verbeia Using Table also meant I was subsequently able to extend this code to handle SpanFromLeft and SpanFromAbove cases.
Jun 30, 2012 at 22:00 vote accept Verbeia
Jun 30, 2012 at 6:58 comment added Mr.Wizard Okay. :-) I'm a compulsive code compactor.
Jun 30, 2012 at 6:47 comment added Verbeia @Mr.Wizard I agree yours was neater, but in the context of the actual application, this approach worked better with what I already had. The total package is about 120kb and there were things I didn't want to mess too much with. The real version also has footnotes, source notes, titles and subtitles, and pulls the title and subtitle for each subgraph and moves it inside the plot are as Inset text in the Prolog option. Huge amounts of complexity. I also had to allow for the fact that, if my version is ever used by others in my firm, they have to be able to follow it.
Jun 30, 2012 at 6:43 comment added Mr.Wizard I still think this code could be a lot cleaner without all the Table stuff as I tried to show in my answer to the referenced question.
Jun 30, 2012 at 5:53 history answered Verbeia CC BY-SA 3.0