Simon Christ
|
1740d5a38a
|
fix tests
|
2020-04-29 10:10:03 +02:00 |
|
Simon Christ
|
803f2645b6
|
it even works
|
2020-04-28 23:42:08 +02:00 |
|
Simon Christ
|
6bb5b7831f
|
change to dict
|
2020-04-28 23:42:08 +02:00 |
|
Simon Christ
|
1b393d13f1
|
add test
|
2020-04-28 23:42:08 +02:00 |
|
Simon Christ
|
25f3fa6b2d
|
turn extra_kwargs into Dict of Dicts
|
2020-04-28 23:42:08 +02:00 |
|
Simon Christ
|
6744917e69
|
make extra_kwargs a series kw.
|
2020-04-28 23:42:08 +02:00 |
|
Simon Christ
|
60043d1252
|
extra_kwargs gets populated
|
2020-04-28 23:36:58 +02:00 |
|
Daniel Schwabeneder
|
265439fb2b
|
update colorschemes integration
|
2020-04-24 21:20:07 +02:00 |
|
Daniel Schwabeneder
|
66d2e4746a
|
implement ColorSchemes integration in PlotUtils
|
2020-04-24 21:20:07 +02:00 |
|
Daniel Schwabeneder
|
d1fb11ce97
|
add option to avoid warning on unsupported arguments
|
2020-04-24 20:10:17 +02:00 |
|
Daniel Schwabeneder
|
7c87cbb425
|
don't reset defaults with backend()
|
2020-04-24 20:01:38 +02:00 |
|
Goran Nakerst
|
5d37264487
|
changed title_location -> titlelocation
|
2020-04-23 13:48:42 +01:00 |
|
Daniel Schwabeneder
|
a1c59b7904
|
fix default
|
2020-04-22 18:20:22 +02:00 |
|
Daniel Schwabeneder
|
4c43f0ea2f
|
be explicit about RecipesPipeline imports
|
2020-04-10 19:06:53 +02:00 |
|
Daniel Schwabeneder
|
f73b281996
|
extract the recipe pipeline into separate submodule
|
2020-04-10 16:09:49 +02:00 |
|
Daniel Schwabeneder
|
f180c666d2
|
rename some functions
|
2020-04-10 16:09:49 +02:00 |
|
Daniel Schwabeneder
|
67ba06cd77
|
Merge pull request #2548 from daschw/surface
Implement zerror and surface type recipe fixes
|
2020-04-07 17:50:32 +02:00 |
|
Daniel Schwabeneder
|
819e91aa37
|
add zerror recipe
|
2020-04-07 16:06:12 +02:00 |
|
Daniel Schwabeneder
|
7f835cf7cb
|
Merge pull request #2546 from isentropic/isen-dev
new aliases
|
2020-04-07 13:51:10 +02:00 |
|
Zhanibek
|
9fdcf0db74
|
new aliases
|
2020-04-07 17:23:05 +09:00 |
|
Daniel Schwabeneder
|
0daed24020
|
fix link
|
2020-04-06 14:12:46 +02:00 |
|
Daniel Schwabeneder
|
bf98db67a3
|
fix type recipes for other backends
|
2020-04-01 17:32:31 +02:00 |
|
Michael Krabbe Borregaard
|
f230dee72c
|
Merge pull request #2521 from wfrgra/inline_legend
Add ability to place series legend labels next to final series datapoint in GR
|
2020-03-31 12:01:06 +02:00 |
|
wfrgra
|
2a4b74d0ff
|
renamed new legend setting from :label to :inline
|
2020-03-31 19:38:47 +11:00 |
|
wfrgra
|
ae009cd53f
|
Add ability to place legend label next to final datapoint in GR via legend=:label
|
2020-03-30 20:02:06 +11:00 |
|
Daniel Schwabeneder
|
076de033fd
|
fix default with axis args
|
2020-03-29 15:39:44 +02:00 |
|
Daniel Schwabeneder
|
e9ef5c852b
|
fix magic axis args for recipes
|
2020-03-27 17:09:07 +01:00 |
|
Daniel Schwabeneder
|
8594926b67
|
move replaceAliases! back to preprocessArgs!
|
2020-03-27 16:31:06 +01:00 |
|
Daniel Schwabeneder
|
0c2d80841c
|
warn on recipe aliases
|
2020-03-27 13:44:39 +01:00 |
|
Daniel Schwabeneder
|
932d0da73d
|
move replaceAliases! out of recipe processing
|
2020-03-26 15:09:31 +01:00 |
|
Daniel Schwabeneder
|
345f5654a3
|
use equal aspect ratio by default for images
|
2020-03-01 01:37:34 +01:00 |
|
Daniel Schwabeneder
|
31f5490517
|
fix typo
|
2020-02-08 23:57:48 +01:00 |
|
Daniel Schwabeneder
|
70d0d786e2
|
fix fg_color
|
2020-02-08 23:48:35 +01:00 |
|
Daniel Schwabeneder
|
5af5ec7313
|
more AKWs
|
2020-02-08 23:29:09 +01:00 |
|
Michael Krabbe Borregaard
|
fbe8dcaf78
|
Merge pull request #2373 from yha/attr-defaults
Implement plotattributes with defaults. Fixes "-->" in series recipes.
|
2020-02-06 12:01:30 +01:00 |
|
yha
|
366d598ff0
|
Implement plotattributes with defaults. Fixes "-->" in series recipes.
|
2020-01-29 01:25:04 +02:00 |
|
daschw
|
8011c9f675
|
Allow label = nothing, :none, false
|
2020-01-27 21:30:05 +01:00 |
|
Simon Christ
|
7a521ef21f
|
basic tuple implementation
|
2020-01-08 14:38:18 +01:00 |
|
Michael Kraus
|
044daf08d4
|
generalized array fixes replacing length() and size() with eachindex() and axes(), etc.
|
2019-12-05 10:09:07 +01:00 |
|
daschw
|
653e0b80b2
|
Merge branch 'show-empty-bins' of https://github.com/yha/Plots.jl into yha-show-empty-bins
|
2019-10-13 19:53:39 +02:00 |
|
Daniel Schwabeneder
|
dd645bcd9f
|
swap x/y formatters for vline
|
2019-09-02 00:04:11 +02:00 |
|
Daniel Schwabeneder
|
3fdf87a955
|
add legendtitlefont attributes
|
2019-08-26 10:37:07 +02:00 |
|
Chris Rackauckas
|
82dd5bf3eb
|
!= nothing -> !== nothing
|
2019-08-17 14:45:54 -04:00 |
|
Chris Rackauckas
|
f12f6db310
|
use === nothing
Should decrease compile times
|
2019-08-17 14:17:27 -04:00 |
|
yha
|
9a6e0b3a54
|
remove aliases :showzeros, :show_zeros
|
2019-06-13 17:01:39 +03:00 |
|
yha
|
f75ae01c16
|
Series attribute to show empty bins as 0.
|
2019-06-13 16:30:21 +03:00 |
|
Daniel Schwabeneder
|
8342da1ea2
|
allow row vector of arrows
|
2019-06-11 23:15:59 +02:00 |
|
Daniel Schwabeneder
|
c32b9029d1
|
Merge pull request #2016 from H-M-H/pgf_axis_arrows
Add attribute draw_arrow for axes.
|
2019-05-06 22:20:52 +02:00 |
|
Daniel Schwabeneder
|
03325533bf
|
outer legend positions for pyplot
|
2019-05-01 12:08:35 +02:00 |
|
HMH
|
710123aab4
|
Add attribute draw_arrow for axes.
The draw_arrow attribute enables drawing an arrow at the end of an axis.
Currently supported only by the PGFPlots backend.
|
2019-05-01 00:27:20 +02:00 |
|