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 |
|
Daniel Schwabeneder
|
b6b00c843a
|
set default to :circle instead of :auto for marker = true
|
2019-04-12 09:42:19 +02:00 |
|
Daniel Schwabeneder
|
5506c0543c
|
don't let marker = true set the marker size to 1
|
2019-04-12 09:24:28 +02:00 |
|
Daniel Schwabeneder
|
7f2a1db64a
|
fix passing a vector of colors
|
2019-04-04 11:26:12 +02:00 |
|
yharel
|
78059bf825
|
Support for non-gradient colors in surface-like plots (useful for contour)
|
2019-03-28 02:28:19 +02:00 |
|
yharel
|
dd02a69e8f
|
Consistent interpretation of contour levels across PyPlot,GR,Plotly[JS] backends.
GR: fixed colorbar rendering/alignment for contour[f]. Merged colorbar
for mutiple series.
:colorbar_entry property to include series in colorbar.
|
2019-03-28 02:21:25 +02:00 |
|
Balázs Ferenc Mezei
|
c4f2de198e
|
Add option :tex_output_standalone to set the 'include_preamble' argument in the PGFPlots backend.
|
2019-03-03 00:04:05 +00:00 |
|
Michael Krabbe Borregaard
|
399a9b16f6
|
StatPlots --> StatsPlots
|
2019-01-24 23:24:17 +01:00 |
|
Godisemo
|
279ef2075f
|
Add option to change guide positions in pyplot
|
2018-09-13 11:22:49 +02:00 |
|
Michael Krabbe Borregaard
|
7ae4fae68c
|
fix bug in aliases
|
2018-08-29 09:56:44 +02:00 |
|
Michael Krabbe Borregaard
|
4f667291bd
|
remove spurious warning
|
2018-08-28 21:39:02 +02:00 |
|
Michael Krabbe Borregaard
|
10dd9b5120
|
fix errors
|
2018-08-28 10:10:13 +02:00 |
|
Michael Krabbe Borregaard
|
2873685517
|
Replace d -> plotattributes in most files
|
2018-08-28 10:10:13 +02:00 |
|