Commit Graph

429 Commits (e9ffb16ec62b8e6cba2ca1dc84e8c4c65d8a45f0)

Author SHA1 Message Date
Houtan Bastani 515ee0d9af fix typo 2013-04-26 15:04:56 +02:00
Houtan Bastani 74a8e9bcc1 reporting: @graph: add shade_color option 2013-04-25 18:40:02 +02:00
Houtan Bastani a8c9f2afdd reporting: @graph: add option shade_opacity 2013-04-25 18:40:02 +02:00
Houtan Bastani 12c94e6881 reporting: @graph: add option to turn legend box on or off 2013-04-24 18:12:11 +02:00
Houtan Bastani 17a2c4000d reporting: @graph: avoid legend crash on octave 2013-04-24 17:59:45 +02:00
Houtan Bastani 85ea29e1a8 reporting: @graph: write title directly in latex file (as opposed to Matlab plot).
If you don't do this, the title will be centered over the plot (not including YTickLabel width) as opposed to within the cell. This can be weird if you have one table in the section as the plot title will not center with the page title.
2013-04-19 18:24:01 +02:00
Houtan Bastani 91162e9eb0 reporting: @section: adjust spacing 2013-04-19 18:24:01 +02:00
Houtan Bastani 9143a805fa reporting: @reporting: open pdf file after compilation (Matlab only) 2013-04-18 17:28:59 +02:00
Houtan Bastani 2cb40a658d reporting: @graph: set prettier spacing of xticklabels 2013-04-18 17:19:48 +02:00
Houtan Bastani 8947c52c1f reporting: @report: add compile method 2013-04-10 18:08:14 +02:00
Houtan Bastani ef7bb4f04f reporting: add more info to stdout during processing/writing 2013-04-10 14:55:19 +02:00
Houtan Bastani 60ee6c08b3 reporting: comment cleanup 2013-04-10 13:01:22 +02:00
Houtan Bastani 90b164d288 reporting: allow for manual height adjustment of sections 2013-04-10 12:53:41 +02:00
Houtan Bastani 628f1fef43 reporting: @graph: keep line handles for use with legend 2013-04-09 17:37:54 +02:00
Houtan Bastani ad2b5fed3e reporting: @graph: legend uses tex 2013-04-09 17:37:54 +02:00
Houtan Bastani 4841f700eb reporting: @graph: ensure xlim is not larger than actual xlimits 2013-04-09 17:37:54 +02:00
Houtan Bastani 22962be7c1 reporting: @graph: use green shading which is easier to see because 'FaceAlpha' doesn't work on octave (at least on os x) 2013-04-09 11:49:16 +02:00
Houtan Bastani dd987523c8 reporting: @graph: if shading, move to bottom 2013-04-09 11:16:30 +02:00
Houtan Bastani ec0dc6148c reporting: @graph: uistack fix for octave & move zeroline writing up 2013-04-09 11:16:01 +02:00
Houtan Bastani 540c59ee85 reporting: @graph: push zeroline to bottom 2013-04-05 13:15:00 +02:00
Houtan Bastani 2921f91ca3 reporting: @graph: add zeroline option 2013-04-05 11:48:56 +02:00
Houtan Bastani 11e90492df reporting: @report: simplified syntax for adding vspace 2013-04-04 08:50:49 +02:00
Houtan Bastani cec93b6b37 reporting: @elements: add end.m 2013-04-04 08:48:24 +02:00
Houtan Bastani d1b4a10ffe reporting: @table: fix display 2013-04-04 08:42:41 +02:00
Houtan Bastani c983d99169 reporting: fix typo 2013-04-04 07:35:54 +02:00
Houtan Bastani 8ac9ac6f68 reporting: @series: write tex name to table 2013-04-03 19:13:32 +02:00
Houtan Bastani d78e491278 reporting: @series: add align_right option 2013-04-03 16:28:17 +02:00
Houtan Bastani cc6d29c5fc reporting: @table: add vline_after option 2013-04-03 14:40:06 +02:00
Houtan Bastani d0be97c4e4 reporting: @table: allow control of title font size 2013-04-03 11:37:19 +02:00
Houtan Bastani ee7f2fb7d0 reporting: @series support writing colors/marking table rows 2013-04-02 15:00:27 +02:00
Houtan Bastani 57c10f5ff8 reporting: @seriesElements: bug fix 2013-04-02 15:00:27 +02:00
Houtan Bastani 7280ec13a7 reporting: fix typo 2013-04-02 15:00:27 +02:00
Houtan Bastani 7b14bdafe9 reporting: @series: use graph_* to precede graph-specific options 2013-04-02 15:00:27 +02:00
Houtan Bastani 7068bc4f80 dynDates: add end keyword 2013-04-02 11:12:00 +02:00
Houtan Bastani 33e80b5816 reporting: @table: use @series 2013-04-02 11:08:23 +02:00
Houtan Bastani c94f1b98b1 reporting: @graph: bug fix 2013-03-29 17:58:54 +01:00
Houtan Bastani 1f988bcdf4 reporting: factorize max range code for eventual use with @table 2013-03-29 17:25:04 +01:00
Houtan Bastani 0d33a12d5b reporting: simplifying syntax at report object level for series 2013-03-29 17:25:04 +01:00
Houtan Bastani 922c0066c7 reporting: use end keyword in simplified syntax 2013-03-29 17:25:04 +01:00
Houtan Bastani 03e306785c reporting: @series use size instead of numel 2013-03-29 15:55:28 +01:00
Houtan Bastani 6e9be0feb4 reporting: support end keyword for indexing 2013-03-29 15:55:28 +01:00
Houtan Bastani 953dab0358 reporting: @graph: code cleanup 2013-03-29 15:55:27 +01:00
Houtan Bastani 2529b12660 reporting: @graph: issue warning if no series to plot 2013-03-29 15:55:27 +01:00
Houtan Bastani 258acc58ad reporting: numel -> numElements, numPages 2013-03-29 10:16:16 +01:00
Houtan Bastani 1b25e97051 reporting: @section: remove unsupported field 2013-03-28 18:08:16 +01:00
Houtan Bastani 7c7ff24ebe reporting: fix typo 2013-03-28 18:08:16 +01:00
Houtan Bastani 6b3b92d7dd reporting: @graph, @series, support syntax simplification 2013-03-28 18:08:16 +01:00
Houtan Bastani edf643af6b reporting: rename numElements as numel 2013-03-28 18:08:15 +01:00
Houtan Bastani a9ff5c74d3 reporting: @series class 2013-03-28 18:08:15 +01:00
Houtan Bastani 85d4bd69a3 reporting: @vspace 2013-03-20 18:17:36 +01:00
Houtan Bastani 5c82fcc87f reporting: spacing cleanup 2013-03-20 16:07:06 +01:00
Houtan Bastani 3ba1dcd408 reporting: @table, @graph: require data to be dynSeries, simplify checks 2013-03-20 15:42:56 +01:00
Houtan Bastani 6d0cd7ba5a reporting: @table: vlines 2013-03-20 12:56:49 +01:00
Houtan Bastani 1f73c74211 reporting: @table: only print given date range 2013-03-19 14:35:05 +01:00
Houtan Bastani 59ef4b9e68 reporting: add centering 2013-03-19 14:34:56 +01:00
Houtan Bastani ce65626a68 reporting: @table: simplify code 2013-03-19 12:51:02 +01:00
Houtan Bastani 5d5f394eb1 reporting: @page: allow for multiple titles, title_format, first args can be provided as strings or cellstr, multiple args as cellstr 2013-03-19 12:50:07 +01:00
Houtan Bastani 94c37bcf96 reporting: @graph: accept dynDate ranges for shade and xrange and float lower/upper bound for yrange 2013-03-15 18:56:03 +01:00
Houtan Bastani d905c6ad84 reporting: @graph: support multiple data sets in one graph 2013-03-15 18:56:03 +01:00
Houtan Bastani faf2d3be3f reporting: cosmetic changes 2013-03-15 18:56:03 +01:00
Houtan Bastani c09f1d02d0 reporting: @section: check user input 2013-03-15 18:56:02 +01:00
Houtan Bastani 9158ad5b8e reporting: @page: check user input 2013-03-15 18:56:02 +01:00
Houtan Bastani 13d82d94ed reporting: @report: check user input 2013-03-15 18:56:02 +01:00
Houtan Bastani 7efaaea364 reporting: @graph: check user input 2013-03-15 18:56:02 +01:00
Houtan Bastani 59a190a282 reporting: @table: user input bug fix 2013-03-15 17:23:21 +01:00
Houtan Bastani fb8cf54f08 reporting: check user input for table class 2013-03-14 19:15:00 +01:00
Houtan Bastani 33b76367ab reporting: allow selection of series in table 2013-03-14 18:45:10 +01:00
Houtan Bastani 263c84e985 reporting: xrange & yrange 2013-03-14 18:37:31 +01:00
Houtan Bastani b400fea376 reporting: change way to create temporary file 2013-03-14 14:46:32 +01:00
Houtan Bastani 2230380a35 reporting: code cleanup 2013-03-14 11:26:33 +01:00
Houtan Bastani 1d8fdfd31d reporting: simplified commands 2013-03-14 11:26:33 +01:00
Stéphane Adjemian (Ulysses) 3b8b6f82cf Moved shiftS function. 2013-03-14 11:08:34 +01:00
Houtan Bastani fbf807ad0f reporting: make errors more clear 2013-03-08 19:25:24 +01:00
Houtan Bastani 51f83a118d reporting: table 2013-03-08 18:59:26 +01:00
Houtan Bastani 16aebf892c reporting (WIP) 2013-03-07 16:40:12 +01:00
Houtan Bastani 1c371389df reporting (WIP) 2013-02-27 13:18:53 +01:00
Houtan Bastani ff4a155f07 reporting (WIP) 2013-02-18 18:16:44 +01:00
Houtan Bastani 95e2dd079e reporting (WIP) 2013-02-14 18:14:44 +01:00
Houtan Bastani 218c1655a1 reporting (WIP) 2013-02-12 14:53:36 +01:00