1261 Commits

Author SHA1 Message Date
Simon
dbc12bb9ba add rotations and move plotting commands to module 2016-09-09 12:34:24 +02:00
Simon
2c1f58e773 adhere to new scale primitive api 2016-09-09 12:34:24 +02:00
Thomas Breloff
2bde412fa3 xlims/ylims/zlims convenience methods 2016-09-07 12:22:06 -04:00
Thomas Breloff
03a9fc3419 is_supported refactor; removed deprecated backends 2016-09-06 14:01:39 -04:00
Tom Breloff
2ca7324a45 Merge pull request #474 from KristofferC/patch-1
forget plot if no label is provided
2016-09-06 10:00:04 -04:00
Kristoffer Carlsson
cf381880a5 forget plot if no label is provided 2016-09-06 15:48:27 +02:00
Thomas Breloff
12230f1fc9 Merge remote-tracking branch 'origin/master' into dev 2016-09-05 21:35:23 -04:00
Tom Breloff
6145214734 Merge pull request #471 from fredrikekre/fe/kw
Puts some values in the correct spot for PGFPlot
2016-09-05 08:28:04 -04:00
Tom Breloff
412801821f Merge pull request #472 from jheinen/dev
gr: added support for aspect_ratio
2016-09-05 08:26:27 -04:00
Josef Heinen
c65c7ae252 gr: added support for aspect_ratio 2016-09-05 13:23:43 +02:00
Fredrik Ekre
c3511005c7 put values in correct spot 2016-09-05 11:29:46 +02:00
Thomas Breloff
31ea149820 glvisualize: checkout packages in add_backend 2016-09-01 21:36:51 -04:00
Thomas Breloff
a0aa702725 glvisualize: checkout packages in add_backend 2016-09-01 21:26:28 -04:00
Thomas Breloff
ac1e82075c revert change to axes.jl 2016-09-01 21:10:23 -04:00
Tom Breloff
65649ade14 Merge pull request #469 from jheinen/dev
Added support for clims kwarg
2016-09-01 21:00:11 -04:00
Tom Breloff
34135f8e6b Merge pull request #374 from SimonDanisch/dev
glvisualize backend
2016-09-01 20:59:13 -04:00
Simon
31c8a04856 fix api change 2016-09-01 12:11:35 +02:00
Josef Heinen
234f9b202e Added support for clims kwarg 2016-09-01 11:59:28 +02:00
Thomas Breloff
4035c0bbe0 allow integers for colors, maps to palette index 2016-08-31 22:34:41 -04:00
Thomas Breloff
03a228fbe7 centering in bbox 2016-08-31 11:56:20 -04:00
Thomas Breloff
6e3de26477 backend_object; pgfplots _update_plot_object fix 2016-08-29 09:18:08 -04:00
Thomas Breloff
d892c57596 Atom fixes 2016-08-26 18:05:37 -04:00
Thomas Breloff
576ed7b7b3 Atom: add back PLOTS_USE_ATOM_PLOTPANE; initialize backend when backend is set and removed the println 2016-08-26 17:46:12 -04:00
Thomas Breloff
966dede6e8 Atom PlotPane finally working 2016-08-26 16:14:05 -04:00
Simon
af32590314 fix hover cam and title pos 2016-08-26 16:48:55 +02:00
Simon
475eb8f263 add GLVisualize backend 2016-08-26 15:11:47 +02:00
Thomas Breloff
8a40ac8991 added Volume with recipe, conversion, expand_extrema, and :volume type 2016-08-25 14:30:08 -04:00
Thomas Breloff
3335bf21fa bump version and NEWS 2016-08-25 13:04:58 -04:00
Thomas Breloff
011f51fbd9 recipe postprocessing for aliases and magic args v0.9.1 2016-08-19 19:04:10 -04:00
Tom Breloff
333714911c Merge pull request #452 from TotalVerb/master
Remove unnecessary `_print` extension
2016-08-19 15:49:09 -04:00
Tom Breloff
f165423527 Merge pull request #453 from maximsch2/master
add DateTime recepie
2016-08-19 15:48:56 -04:00
Maxim Grechkin
428fbb9cb9 add DateTime recepie 2016-08-19 12:43:30 -07:00
Thomas Breloff
342f9c60b2 improved twinx 2016-08-19 09:59:50 -04:00
Thomas Breloff
e13070cd6d working on twinx 2016-08-19 02:22:12 -04:00
Thomas Breloff
76bb6bab96 gr support for mirror; switch Axis.sp for sps; fixes to inset sp setup and linking 2016-08-19 01:55:55 -04:00
Fengyang Wang
ff7b147888 Remove unnecessary _print extension 2016-08-19 01:40:20 -04:00
Thomas Breloff
55a598b796 fix mirror default 2016-08-18 21:23:50 -04:00
Thomas Breloff
f63eac9a73 added mirror and implemented in pyplot 2016-08-18 21:11:03 -04:00
Thomas Breloff
8d7c4cd108 type recipe for Dates; closes #451 2016-08-18 17:33:26 -04:00
Thomas Breloff
99f608defb bar fix: reset orientation; layout fixes 2016-08-18 17:33:26 -04:00
Thomas Breloff
34596ada49 orientation extrema fix 2016-08-18 17:33:26 -04:00
Thomas Breloff
60c8f6f578 atom fix; add_backend for pyplot/plotly/plotlyjs; closes #449 2016-08-18 17:33:26 -04:00
Tom Breloff
959da6c5ae Merge pull request #450 from anriseth/anriseth/saveeps
Add eps to savefig
2016-08-18 17:32:53 -04:00
Asbjørn Nilsen Riseth
5c127f945f Add eps to savefig 2016-08-18 15:51:51 +01:00
Thomas Breloff
74ec733444 check for empty inputs; closes #448 2016-08-16 09:47:14 -04:00
Thomas Breloff
f560884436 _plotly_js_path fix 2016-08-12 11:02:14 -04:00
Thomas Breloff
f68f82e3f4 gr: fix image and alpha; switch transpose_z to use permutedims 2016-08-12 10:30:53 -04:00
Tom Breloff
56bd8006bc Merge pull request #446 from tkelman/patch-1
another Pkg.dir -> dirname(@__FILE__) replacement
2016-08-12 10:23:24 -04:00
Tony Kelman
ca062c3ce2 another Pkg.dir -> dirname(@__FILE__) replacement
ref #425
2016-08-12 02:46:33 -07:00
Thomas Breloff
90aba32ca5 fix for spurious scale warnings; closes #444 2016-08-11 13:11:22 -04:00