Commit Graph

47 Commits (e36516f76699d9df18344df92f73d62ca681538a)

Author SHA1 Message Date
Stéphane Adjemian (Charybdis) ddd95361ba Cosmetic changes. Added isoctave function to replace exist('OCTAVE_VERSION'). 2013-11-04 10:54:45 +01:00
Houtan Bastani 82e45f67aa reporting: @graph: new option xTickLabels 2013-07-22 13:17:26 -04:00
Houtan Bastani a961069a66 reporting: @graph: add new option graphSize 2013-07-22 12:41:41 -04:00
Houtan Bastani 1a6f8753d1 reporting: in windows, replace native filesep with forward slash for inclusion in tex file 2013-06-11 17:12:16 +02:00
Houtan Bastani 9d8c135f59 reporting: use matlab2tikz when using Octave w OS X 2013-05-16 14:31:49 +02:00
Houtan Bastani 965f54884d reporting: @seriesElements: rename numElements to numSeriesElements to conform with other numClass methods 2013-05-16 14:31:40 +02:00
Houtan Bastani df0749d166 reporting: change zeroline to showZeroline 2013-05-13 18:48:43 +02:00
Houtan Bastani 788b7e3d11 reporting: bug fix: only assign a tempname to figname when one doesn't already exist 2013-05-13 18:19:16 +02:00
Houtan Bastani 9fa99b5337 reporting: make option names uniform by removing underscores to conform with Matlab style options
Conflicts:
	matlab/reports/@series/series.m
	matlab/reports/@series/write.m
2013-05-13 18:16:52 +02:00
Houtan Bastani 333d515fe9 reporting: change legend_boxoff to showLegendBox 2013-05-13 18:16:52 +02:00
Houtan Bastani 80c9bf6c4c reporting: change legend to showLegend 2013-05-13 18:16:52 +02:00
Houtan Bastani 89b0bd0904 reporting: change grid option to showGrid 2013-05-13 18:16:52 +02:00
Houtan Bastani eebdfd623c reporting: fix xticklabels 2013-05-03 14:44:30 +02:00
Houtan Bastani 6243c71ea7 reporting: cosmetic changes 2013-05-03 08:05:09 +02:00
Houtan Bastani 249cd9646e reporting: for octave, use octave tikz conversion as opposed to matlab2tikz 2013-05-03 07:37:12 +02:00
Houtan Bastani cc923e5315 reporting: @graph: add shade_color option 2013-04-25 18:40:02 +02:00
Houtan Bastani e3bb2760cf reporting: @graph: add option shade_opacity 2013-04-25 18:40:02 +02:00
Houtan Bastani efaa3c71c5 reporting: @graph: add option to turn legend box on or off 2013-04-24 18:12:11 +02:00
Houtan Bastani e65ee25883 reporting: @graph: avoid legend crash on octave 2013-04-24 17:59:45 +02:00
Houtan Bastani 41b11709e8 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 ac47e81fb1 reporting: @graph: set prettier spacing of xticklabels 2013-04-18 17:19:48 +02:00
Houtan Bastani 17c7c3f0d2 reporting: add more info to stdout during processing/writing 2013-04-10 14:55:19 +02:00
Houtan Bastani c8a888729d reporting: @graph: keep line handles for use with legend 2013-04-09 17:37:54 +02:00
Houtan Bastani 7ea21ca765 reporting: @graph: legend uses tex 2013-04-09 17:37:54 +02:00
Houtan Bastani 87102cbdea reporting: @graph: ensure xlim is not larger than actual xlimits 2013-04-09 17:37:54 +02:00
Houtan Bastani 8468a1bc04 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 a3cf461bea reporting: @graph: if shading, move to bottom 2013-04-09 11:16:30 +02:00
Houtan Bastani e672d88d7a reporting: @graph: uistack fix for octave & move zeroline writing up 2013-04-09 11:16:01 +02:00
Houtan Bastani f944dde89a reporting: @graph: push zeroline to bottom 2013-04-05 13:15:00 +02:00
Houtan Bastani 0cb0a23ec1 reporting: @graph: add zeroline option 2013-04-05 11:48:56 +02:00
Houtan Bastani 1006b849de reporting: factorize max range code for eventual use with @table 2013-03-29 17:25:04 +01:00
Houtan Bastani 340be3329e reporting: @graph: code cleanup 2013-03-29 15:55:27 +01:00
Houtan Bastani 5f0746aafe reporting: @graph: issue warning if no series to plot 2013-03-29 15:55:27 +01:00
Houtan Bastani 077f98445b reporting: numel -> numElements, numPages 2013-03-29 10:16:16 +01:00
Houtan Bastani 430f7b538f reporting: @graph, @series, support syntax simplification 2013-03-28 18:08:16 +01:00
Houtan Bastani 664f94afbc reporting: @table, @graph: require data to be dynSeries, simplify checks 2013-03-20 15:42:56 +01:00
Houtan Bastani 8185ee9729 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 1d70daa3d9 reporting: @graph: support multiple data sets in one graph 2013-03-15 18:56:03 +01:00
Houtan Bastani d8ae22cebd reporting: cosmetic changes 2013-03-15 18:56:03 +01:00
Houtan Bastani e8e9b2416a reporting: @graph: check user input 2013-03-15 18:56:02 +01:00
Houtan Bastani 2116ab0f4c reporting: xrange & yrange 2013-03-14 18:37:31 +01:00
Houtan Bastani b1abf17050 reporting: change way to create temporary file 2013-03-14 14:46:32 +01:00
Houtan Bastani 46e965f3ec reporting: code cleanup 2013-03-14 11:26:33 +01:00
Houtan Bastani 18ed9daafe reporting: make errors more clear 2013-03-08 19:25:24 +01:00
Houtan Bastani 8d36cc802c reporting: table 2013-03-08 18:59:26 +01:00
Houtan Bastani 578368954e reporting (WIP) 2013-03-07 16:40:12 +01:00
Houtan Bastani 0219301e23 reporting (WIP) 2013-02-27 13:18:53 +01:00