Commit Graph

147 Commits (664fa0d5e8259af6a4cc1cf364fd5163449234a4)

Author SHA1 Message Date
Houtan Bastani 664fa0d5e8 reporting: replace getDatesCellStringArray with strings 2013-11-22 17:21:53 +01:00
Houtan Bastani ab2fa28ea6 reporting: replace .time with .dates 2013-11-22 17:14:29 +01:00
Houtan Bastani 913612e604 reporting: replace occurrences of dynDate with dates 2013-11-22 17:11:57 +01:00
Stéphane Adjemian (Charybdis) d4e903e665 Cosmetic changes. Added isoctave function to replace exist('OCTAVE_VERSION'). 2013-11-04 10:54:45 +01:00
Stéphane Adjemian (Charybdis) 2174190e49 Merge branch 'master' into remove-dynDate-class
Conflicts:
	matlab/reports/@report_series/getLine.m
	matlab/reports/@report_series/write.m
	matlab/reports/@report_table/report_table.m
	matlab/reports/@report_table/write.m
2013-10-28 15:04:21 +01:00
Stéphane Adjemian (Charybdis) cb9732a609 Renamed dynSeries class as dseries. 2013-10-18 17:38:43 +02:00
Houtan Bastani 64a5ab28a9 reporting: change series class name to report_series to avoid conflict with control systems toolbox function series 2013-10-18 15:20:44 +02:00
Houtan Bastani 1e62b4e77e reporting: fix typo 2013-10-18 15:20:44 +02:00
Houtan Bastani 4cef528e56 reporting: change table class name to report_table to avoid conflict with matlab function table 2013-10-18 15:20:38 +02:00
Stéphane Adjemian (Charybdis) 2bb645ec70 Renamed dynDates class as dates. 2013-10-15 15:36:21 +02:00
Houtan Bastani 3dbb9bd6a2 reporting: fix syntax for dynSeries change 2013-10-09 14:43:43 +02:00
Houtan Bastani 151c3c328b reporting: make tableSubSectionHeader prettier when vlineAfterEndOfPeriod is true 2013-09-27 11:14:00 +02:00
Houtan Bastani 376c605499 reporting: annualAverages option for addTable 2013-09-26 16:34:36 +02:00
Houtan Bastani f10dbf60c6 reporting: fix hline for table 2013-09-26 16:08:13 +02:00
Houtan Bastani 43504f9d64 reporting: table: remove unused variable 2013-09-26 15:21:08 +02:00
Houtan Bastani 07fc0307ab reporting: series: tableRowColor add missing check 2013-09-26 14:48:59 +02:00
Houtan Bastani 5fd2a4755c reporting: series: fix spacing of table cell separators and eol's 2013-09-26 14:45:46 +02:00
Houtan Bastani d22ebccf2c reporting: add new series option tableSubSectionHeader 2013-09-26 14:43:13 +02:00
Houtan Bastani 493525e14a reporting: new table option vlineAfterEndOfPeriod 2013-09-25 15:28:34 +02:00
Houtan Bastani c4540358db reporting: default value bug fix 2013-09-25 15:28:34 +02:00
Houtan Bastani 56a79d353d reporting: add series option tableRowColor 2013-09-25 14:11:58 +02:00
Houtan Bastani 9b2a8d12e0 reporting: @series: add zerotol option 2013-07-24 10:40:01 -04:00
Houtan Bastani df05b5204e reporting: @graph: new option xTickLabels 2013-07-22 13:17:26 -04:00
Houtan Bastani 704e72a0f2 reporting: @graph: add new option graphSize 2013-07-22 12:41:41 -04:00
Houtan Bastani b8d4650074 reporting: bug fix in echo for octave 2013-06-24 17:00:59 +02:00
Houtan Bastani f1c8147d91 reporting: fix typo 2013-06-24 12:12:26 +02:00
Houtan Bastani a96b3d5074 reporting: in windows, replace native filesep with forward slash for inclusion in tex file 2013-06-11 17:12:16 +02:00
Houtan Bastani 8ece1f1245 reporting: search for pdflatex.exe on windows 2013-06-11 17:11:48 +02:00
Houtan Bastani 17081da6e1 reporting: fix echo command in system searches for pdflatex 2013-06-11 17:11:15 +02:00
Houtan Bastani 68e4b22348 reporting: @series: add new option tableMarkerLimit 2013-05-17 14:02:59 +02:00
Houtan Bastani 48e5541bce reporting: @series: fix comment 2013-05-17 13:50:43 +02:00
Houtan Bastani 184167b404 reporting: @series: fix coloring 2013-05-17 13:49:45 +02:00
Houtan Bastani 7a56e7ab7a reporting: @report: bug fix: test for os x on octave 2013-05-16 14:31:50 +02:00
Houtan Bastani dc3792f8b3 reporting: @report: simplify test for os x 2013-05-16 14:31:49 +02:00
Houtan Bastani 35f1724f42 reporting: use matlab2tikz when using Octave w OS X 2013-05-16 14:31:49 +02:00
Houtan Bastani 5981d2a9d6 reporting: centralize/automate display.m 2013-05-16 14:31:40 +02:00
Houtan Bastani cc5a6f0ff0 reporting: @seriesElements: rename numElements to numSeriesElements to conform with other numClass methods 2013-05-16 14:31:40 +02:00
Houtan Bastani f4ae8dbeab reporting: @objArray: change numObjs to numObjArray to conform with other numClass methods 2013-05-16 14:31:40 +02:00
Houtan Bastani 9b67b92ece reporting: remove footnote option 2013-05-15 16:28:32 +02:00
Houtan Bastani 3d0b2f49e3 reporting: remove config option 2013-05-15 16:23:58 +02:00
Houtan Bastani c1f73901b5 reporting: aesthetic change 2013-05-15 13:05:33 +02:00
Houtan Bastani 01f1474c56 reporting: @report: add compiler option to compile() as alternative method to pass compiler information 2013-05-15 13:05:33 +02:00
Houtan Bastani b0ea699799 reporting: @report: throw explicit error if user has not passed compiler option on Windows 2013-05-15 13:05:26 +02:00
Houtan Bastani 12a5950394 reporting: @graph: only take string representation of color 2013-05-14 18:36:01 +02:00
Houtan Bastani c4b529ce2b reporting: on error reading user options, print actual option passed not lowercase version of it 2013-05-14 17:24:41 +02:00
Houtan Bastani 2e3326b3b4 reporting: @series: fix display 2013-05-14 16:52:09 +02:00
Houtan Bastani 201178d7e0 reporting: @series: change showTableMarkers to tableShowMarkers 2013-05-14 16:52:09 +02:00
Houtan Bastani f9f9d7de0d reporting: @series: change lineWidth to graphLineWidth 2013-05-14 16:52:09 +02:00
Houtan Bastani 0f48b7dce3 reporting: @series: rename lineStyle as graphLineStyle 2013-05-14 16:52:08 +02:00
Houtan Bastani 7b97c358f3 reporting: change color to graphLineColor 2013-05-14 16:52:08 +02:00