Daniel Schwabeneder
4c1c092234
reactivate precompilation
2017-08-18 00:46:02 +02:00
Daniel Schwabeneder
f02079dafe
Merge pull request #1014 from daschw/ds-tests
...
import plot! placeholder from RecipesBase
2017-08-18 00:37:14 +02:00
Daniel Schwabeneder
4be0093a8a
prepare release
2017-08-18 00:34:15 +02:00
Daniel Schwabeneder
130eb778d3
Merge pull request #1006 from daschw/ds-grid-axis
...
grid should be axis attribute (fix #675 )
2017-08-17 23:57:59 +02:00
Daniel Schwabeneder
be177e0f80
Merge pull request #1015 from daschw/ds-marker-z
...
only flip colorbar for marker_z on gr
2017-08-17 23:45:35 +02:00
Daniel Schwabeneder
42f54b8df9
remove Bools from _allGridArgs
2017-08-17 14:10:04 +02:00
Daniel Schwabeneder
4b60b05f75
update grid defaults and modify grid example
2017-08-17 13:42:54 +02:00
Michael Krabbe Borregaard
6afd0f9f82
Merge pull request #1011 from martinbiel/enforce-plotorder
...
Enforce plot order in user recipes
2017-08-17 09:10:01 +02:00
Daniel Schwabeneder
8288e85c25
only flip colorbar for marker_z
2017-08-16 22:32:00 +02:00
Daniel Schwabeneder
bb2f4ff16b
import inplace plot placeholder from RecipesBase
2017-08-16 21:05:05 +02:00
Daniel Schwabeneder
682ba1f764
allow non-boolean args for xgrid function
2017-08-16 19:41:13 +02:00
Daniel Schwabeneder
e0c679f5ee
magic grid argument
2017-08-16 17:45:32 +02:00
Martin Biel
a1d0d028b6
Updated error text in _process_userrecipes, now uses correct variable
2017-08-16 10:16:37 +02:00
JackDevine
7741872578
Comma in the wrong place
2017-08-16 11:20:04 +12:00
JackDevine
d1dcd536f5
I forgot a comma
2017-08-16 10:41:19 +12:00
JackDevine
177d380092
Added suggestions
...
Changed the interface to stride, which is a tuple. Also added aliases and a docstring in arg_desc.
2017-08-16 10:18:26 +12:00
Martin Biel
33a15f1e93
Process user recipes depth-first rather than breadth-first to enforce the plot order given in the recipe
2017-08-15 18:03:57 +02:00
JackDevine
ad2eaf7aef
Add stride to wireframe/surface
...
I only have this for PyPlot at the moment, I would be more than happy
to add other backends if people find it useful. Also, if people have
any ideas for aliases, then I would be happy to do that too.
2017-08-15 20:10:02 +12:00
Daniel Schwabeneder
23ae99b97e
undo support for foreground_color_grid and foreground_color_axis attributes in plotly(js)
2017-08-11 12:57:11 +02:00
Daniel Schwabeneder
3c37de152d
fix testimage 16 error - only add grid segments when ticks are defined
2017-08-10 22:54:45 +02:00
Daniel Schwabeneder
2dd99d053a
make it work on all backends
2017-08-10 20:49:03 +02:00
Daniel Schwabeneder
c60d66d94a
make it work for gr, pyplot and plotly(js)
2017-08-10 17:46:11 +02:00
Daniel Schwabeneder
6b814b8dca
initial commit mostly a copy of #695
2017-08-10 16:32:24 +02:00
Josef Heinen
11c71d7a5d
Merge pull request #1005 from jheinen/master
...
gr: use correct gradient labels for scatter plot
2017-08-10 09:47:57 +02:00
Josef Heinen
d90b2e6142
gr: use correct gradient labels for scatter plot
2017-08-10 09:31:54 +02:00
Josef Heinen
2ab7f3c767
Merge pull request #1003 from jheinen/master
...
gr: no longer handle '_' and '^' in text
2017-08-09 11:03:55 +02:00
Josef Heinen
a937fa0ef8
gr: no longer handle '_' and '^' in text
2017-08-09 10:46:23 +02:00
Michael Krabbe Borregaard
bc36749f6d
Merge pull request #1002 from mkborregaard/mkb-precompile
...
allow precompilation
2017-08-09 08:12:45 +02:00
Michael K. Borregaard
88d1735380
allow precompilation
2017-08-09 08:12:22 +02:00
Michael K. Borregaard
92672ffddf
Update news.md
v0.12.2
2017-08-09 08:10:04 +02:00
Michael Krabbe Borregaard
2ccfa9b4fa
Merge pull request #1001 from mkborregaard/mkb-release
...
disable precompilation for release
2017-08-09 08:05:45 +02:00
Michael K. Borregaard
1f07be6ae0
disable precompilation for release
2017-08-09 08:05:21 +02:00
Michael Krabbe Borregaard
9a8c7b290f
Merge pull request #1000 from mkborregaard/fix-993
...
Move when output is included
2017-08-09 08:03:41 +02:00
Michael K. Borregaard
2e3bc15d2b
Move when output is included
2017-08-08 20:24:17 +02:00
john verzani
9f0117d914
Update README.md
...
add appveyor badge. (But how does appveyor get run, as it doesn't seem to be current)
2017-08-01 15:48:12 -04:00
Michael Krabbe Borregaard
5e5412887c
Merge pull request #989 from mkborregaard/fix-markershape-recipes
...
RFC: fix markershape in recipes
2017-07-29 08:51:51 +02:00
Josef Heinen
b2efd5150b
Merge pull request #992 from jheinen/master
...
gr: improved calculation of bottom margin
2017-07-28 05:37:09 -05:00
Josef Heinen
50ec31a7a3
gr: improved calculation of bottom margin
2017-07-28 12:17:47 +02:00
Daniel Schwabeneder
20bd9d6160
Merge pull request #988 from stevengj/nopywrap
...
don't use pywrap
2017-07-28 10:11:30 +02:00
john verzani
8c3c07acb7
Update appveyor.yml
...
remove v0.5 testing from appveyor
2017-07-27 16:56:17 -04:00
john verzani
26a56c3105
Update appveyor.yml
...
add testing on v0.6 with 32 and 64 bit.
2017-07-27 15:48:52 -04:00
Steven G. Johnson
d0070c72fd
whoops, forgot to commit these pywrap fixes
2017-07-27 14:15:48 -04:00
Michael K. Borregaard
780f3c49e9
Add test for markershape
2017-07-27 16:37:55 +02:00
Steven G. Johnson
2c191dbdbf
don't use pywrap ( closes #983 )
2017-07-26 16:34:03 -04:00
Daniel Schwabeneder
4b617f96a3
Merge pull request #987 from daschw/ds-precompile
...
reactivate precompilation
2017-07-26 15:43:47 +02:00
Daniel Schwabeneder
dabc3f998b
reactivate precompilation
2017-07-26 15:14:07 +02:00
Daniel Schwabeneder
23a22102c5
Merge pull request #986 from daschw/ds-release
...
prepare v0.12.1 release
v0.12.1
2017-07-26 15:09:33 +02:00
Daniel Schwabeneder
8d9ff7af11
prepare v0.12.1 release
2017-07-26 14:50:57 +02:00
Josef Heinen
fdcb6086d1
Merge pull request #985 from jheinen/master
...
gr: fixed padding for guides
2017-07-26 03:02:03 -05:00
Josef Heinen
00e05efd7c
gr: fixed padding for guides
2017-07-26 09:44:34 +02:00