Michael K. Borregaard
cd9f00300c
Add correction for correlations
2017-09-05 16:02:52 +02:00
Michael K. Borregaard
d6e5b57a08
fix-2dhistogram-bins
2017-09-05 14:01:59 +02:00
Pietro Vertechi
d5e5d81ee2
Merge pull request #1062 from piever/groupedbar
...
WIP: allow to group user recipes
2017-09-05 08:53:26 +01:00
Pietro Vertechi
dee24e6f08
add kw support
2017-09-04 12:29:10 +01:00
Michael K. Borregaard
9a2a54b885
reactivate precompilation on master
2017-09-04 13:09:37 +02:00
Michael K. Borregaard
4f8fc61689
Turn off precompile for release
2017-09-04 12:02:34 +02:00
Michael Krabbe Borregaard
fb04b3d78b
Merge pull request #1069 from daschw/seriestype-error
...
Seriestype error (fix #1068 )
2017-09-04 11:50:17 +02:00
Pietro Vertechi
0f28b59c5f
added support for 1 or 3 arguments to group as matrix
2017-09-04 10:24:43 +01:00
Pietro Vertechi
e2795341d9
moved group_as_matrix to Plots
2017-09-04 09:48:49 +01:00
Michael Krabbe Borregaard
04c20b84ad
Merge pull request #1053 from mkborregaard/wand_edges
...
Make wand edges possible in statplots
2017-09-03 17:30:17 +02:00
Michael Krabbe Borregaard
04f5d7e411
Merge pull request #1064 from mkborregaard/fix-barwidth
...
Change default bar width to 0.8
2017-09-03 17:28:47 +02:00
Jack Devine
c7eb22021f
Merge branch 'master' into add-stride
2017-09-03 13:04:32 +12:00
JackDevine
654fa0426b
Remove documentation
2017-09-03 12:53:49 +12:00
Daniel Schwabeneder
ae6c1c0c66
make it even more descriptive
2017-09-02 23:19:29 +02:00
Daniel Schwabeneder
b3f5939689
make seriestype error more descriptive
2017-09-02 22:58:26 +02:00
Josef Heinen
184404beac
Merge pull request #1065 from jheinen/master
...
gr: suppress default output in Juno
2017-09-02 08:03:01 -04:00
Michael K. Borregaard
a1896d189c
Revert ordering
2017-09-01 16:31:13 +02:00
Michael K. Borregaard
e47dde9f41
simplify
...
but creates type instability
2017-09-01 16:26:49 +02:00
Michael K. Borregaard
4be19ba6d8
Make wand edges possible in statplots
2017-09-01 15:53:26 +02:00
Michael Krabbe Borregaard
73a2839e34
Merge pull request #1037 from mkborregaard/hist-description
...
changes default histogram bins
2017-09-01 13:20:12 +02:00
Michael K. Borregaard
d77be82a99
fix classic typo
2017-09-01 10:36:44 +02:00
Josef Heinen
4320c7b9fb
gr: suppress default output in Juno
2017-09-01 07:40:39 +02:00
Michael K. Borregaard
2dcf7fb3dd
Change default bar width to 0.8
2017-08-31 23:58:07 +02:00
Michael K. Borregaard
cd1913c008
Update bins description
2017-08-31 23:20:55 +02:00
Michael K. Borregaard
62694e4a93
Make Freedman-Diaconis the default
2017-08-31 23:19:00 +02:00
Michael K. Borregaard
e92fbadc3a
Update histogram normalization desc
2017-08-31 23:12:33 +02:00
Michael K. Borregaard
17c10bbe68
Reduce margin to 10 px
2017-08-31 23:01:46 +02:00
Pietro Vertechi
6c548f025e
wip groupedbar
2017-08-31 19:34:38 +01:00
Michael Krabbe Borregaard
cc15882faf
Merge pull request #1058 from mkborregaard/histogram-like
...
Make it possible for downstream users (e.g. StatPlots) to define that a seriestype is "histogram-like", "line-like" or "surface-like"
2017-08-31 08:39:16 +02:00
Josef Heinen
8beee23e21
gr: suppress default output in CI or Jupyter mode
...
_update_min_padding() is called before the backend is "started".
In GR, this triggers an automatic initialization and starts the
default output driver (X11, Quartz or GDI). This doesn't make
sense in headless testing environments (CI) or when using Plots
in Jupyter notebooks.
These patches correct this behavour - but it's unclear (to me),
why the call of _update_min_padding() can't be postponed.
2017-08-30 09:59:23 +02:00
Michael K. Borregaard
a894d377dc
add vectors to hold histogram-like seriestypes and friends
2017-08-29 23:34:07 +02:00
Daniel Schwabeneder
de32b02c75
Merge pull request #1056 from jgoldfar/fix-incorrect-escape-v0.7
...
Fix incorrect escape sequence error on Julia nightly
2017-08-29 19:33:02 +02:00
Jonathan Goldfarb
e3cba22ab7
Correct fix to warning for unknown grid argument.
2017-08-29 13:29:30 -04:00
Jonathan Goldfarb
25bcc3cbc1
Fix incorrect escape sequence error on v0.7.
2017-08-29 12:19:01 -04:00
piever
ca5310025f
Merge pull request #1033 from piever/group
...
Group now groups kw arguments as well
2017-08-29 17:16:40 +01:00
Pietro Vertechi
d594ac2f00
Accept axis with 4 ticks
2017-08-28 18:16:10 +01:00
Pietro Vertechi
5157089d87
group on a tuple of vectors
2017-08-27 18:56:10 +01:00
piever
3d0d52f82a
Merge pull request #1043 from piever/grfixes
...
readd fill for cross and xcross on GR
2017-08-26 16:35:50 +01:00
Daniel Schwabeneder
be04828d35
Merge pull request #1042 from daschw/ds-blackborder
...
make linecolor default to :auto
2017-08-26 15:58:11 +02:00
Josef Heinen
a5751895f0
gr: update padding constraints before first plot
2017-08-26 06:49:00 -04:00
Josef Heinen
78b0918216
gr: defer the calculation of padding constraints
2017-08-25 13:54:56 -04:00
Pietro Vertechi
5a7ed24078
allow tuples
2017-08-25 17:01:29 +01:00
Pietro Vertechi
509f8f6a95
readd fill for cross and xcross on GR
2017-08-25 16:46:07 +01:00
Daniel Schwabeneder
6f3301e82f
make linecolor default to auto
2017-08-25 14:16:53 +02:00
Michael Krabbe Borregaard
1fc2c511af
Merge pull request #1030 from mkborregaard/pyplot-in-ijulia
...
Turn off gui for pyplot in ijulia
2017-08-25 08:47:24 +02:00
Josef Heinen
c0f274d54b
gr: always use NDCs when inquiring text extents
2017-08-24 22:27:04 -04:00
Michael Krabbe Borregaard
7816e078b5
Merge pull request #808 from darwindarak/dd/world-age
...
Hack around world age issue PyPlot (fix #734 )
2017-08-24 22:53:04 +02:00
Daniel Schwabeneder
56bda82529
Merge pull request #1029 from daschw/ds-axes-border
...
Allow turning on/off the axes border (fix #1025 )
2017-08-24 22:38:01 +02:00
Daniel Schwabeneder
54adc34348
fix glvisualize framestyle :none ticks
2017-08-24 22:21:13 +02:00
Darwin Darakananda
a4ed700338
Use invokelatest to get around world age issue
2017-08-24 13:12:32 -07:00