aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/scalam/plotting
Commit message (Expand)AuthorAgeFilesLines
* fix legend always showingJakob Odersky2012-11-211-1/+1
* add axis scale supportJakob Odersky2012-11-064-8/+26
* add m-script dependant style code, move font size to be effectiveJakob Odersky2012-11-061-1/+2
* add self-type to plotter to allow flexible compositionJakob Odersky2012-11-061-14/+2
* refactor style package structureJakob Odersky2012-11-067-23/+14
* fix Saveables saving only last rowJakob Odersky2012-11-061-5/+4
* remove left-over save() method from DataSetJakob Odersky2012-11-051-6/+0
* add alternative constructors to DataSetJakob Odersky2012-11-041-0/+4
* rewrite implicit conversions to Saveable (it was unecessarily complicated)Jakob Odersky2012-11-022-2/+4
* add generic I/O support for plots and remove old save() methodJakob Odersky2012-11-012-40/+19
* make I/O specific to paths (to enable saving of resources across multiple files)Jakob Odersky2012-11-011-2/+2
* add generic I/O supportJakob Odersky2012-11-011-4/+13
* add default dataset name checkJakob Odersky2012-11-012-5/+12
* temporary fix: DataSets labels are validatedJakob Odersky2012-10-301-1/+1
* temporarily re-enable save() and run() in plots for testing purposesJakob Odersky2012-10-301-10/+31
* modify plotter to support new plotJakob Odersky2012-10-301-1/+1
* re-implement Plot (hopefully in a cleaner way)Jakob Odersky2012-10-301-57/+95
* less restrictive style element definitionJakob Odersky2012-10-301-2/+2
* remove save and run capability from plotsJakob Odersky2012-10-301-21/+0
* move interpreters to seperate packageJakob Odersky2012-10-301-1/+3
* adaptions required by ast refactoringJakob Odersky2012-10-302-20/+17
* add documentationJakob Odersky2012-10-301-1/+1
* *move DataSet to plotting packageJakob Odersky2012-10-309-13/+25
* delete unused package objectJakob Odersky2012-10-301-7/+0
* clean up font sizeJakob Odersky2012-10-301-4/+5
* lots of changes:Jakob Odersky2012-10-1811-68/+131
* move charting to plottingJakob Odersky2012-10-153-4/+6
* refactor style supportJakob Odersky2012-10-096-104/+133
* *refactor treeJakob Odersky2012-10-082-51/+97
* add initial filesJakob Odersky2012-10-062-0/+150