Daniel Schwabeneder
e5cb36af7a
fix legend linewidth
2020-04-28 20:46:44 +02:00
Daniel Schwabeneder
cdaa10be27
update precompile file
2020-04-28 19:40:30 +02:00
Daniel Schwabeneder
fe3813b5af
scale GR markers with thickness_scaling
2020-04-28 19:20:18 +02:00
Daniel Schwabeneder
311bbdc99b
scale GR legend markers and lines with legend fontsize
2020-04-28 19:15:42 +02:00
Daniel Schwabeneder
04c1c6c0ed
fix inspectdr
2020-04-27 15:17:41 +02:00
Daniel Schwabeneder
fe2d46d1eb
fix pgfx_get_ functions
2020-04-26 21:43:55 +02:00
Daniel Schwabeneder
a0ba0e232e
remove unused dict
2020-04-26 21:25:49 +02:00
Daniel Schwabeneder
6565515446
update precompiles
2020-04-26 20:59:56 +02:00
Daniel Schwabeneder
65b0f44626
move missing hdf5 type to backends
2020-04-26 20:57:56 +02:00
Daniel Schwabeneder
b80ba99100
move remaining const to backends.jl
2020-04-26 20:49:02 +02:00
Daniel Schwabeneder
60980f7f7f
remove const in pyplot
2020-04-26 20:25:38 +02:00
Daniel Schwabeneder
5132bebc7f
remove const in plotlyjs
2020-04-26 20:16:31 +02:00
Daniel Schwabeneder
275738e7ea
remove const in plotly
2020-04-26 20:15:14 +02:00
Daniel Schwabeneder
5759fd61ea
remove const in pgfplotsx - 1 more left
2020-04-26 20:03:19 +02:00
Daniel Schwabeneder
577acbdeb6
remove const in ORCA
2020-04-26 19:38:47 +02:00
Daniel Schwabeneder
4d94725797
remove const in inspectdr
2020-04-26 19:37:20 +02:00
Daniel Schwabeneder
ad4f92e36d
remove some const in hdf5 - 4 more left
2020-04-26 19:30:22 +02:00
Daniel Schwabeneder
577ac33826
remove some const in gr
2020-04-26 19:15:16 +02:00
Simon Christ
3275719f12
fix topleft legend
2020-04-26 15:20:00 +02:00
Daniel Schwabeneder
d64ba707e9
fix _as_gradient(::Colorant)
2020-04-25 10:43:09 +02:00
Daniel Schwabeneder
e7f79e9144
fix vector of colors as gradient
2020-04-24 21:32:25 +02:00
Daniel Schwabeneder
79fd7f282d
generate precompiles
2020-04-24 21:21:23 +02:00
Daniel Schwabeneder
3078a44fce
fix nonuniform heatmap in GR
2020-04-24 21:21:23 +02:00
Daniel Schwabeneder
ba4f2665e0
fix range on julia 1.0
2020-04-24 21:21:23 +02:00
Daniel Schwabeneder
5504f59098
remove ColorSchemes dep and bump version
2020-04-24 21:21:12 +02:00
Daniel Schwabeneder
265439fb2b
update colorschemes integration
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
450b36bdde
small cleanup in utils
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
f1e7e3a4de
integrate colorpalettes in pgfplotsx
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
becfa33ee8
pyplot and plotly integration of ColorPalettes
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
ec5fa44f2a
fix plotly ColorSchemes integration
2020-04-24 21:20:07 +02:00
Daniel Schwabeneder
3152d4b4fe
fix tests for gr
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
aa46f584b6
don't warn on unsupported args for unicodeplots
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
isentropic
09de2ebc0e
Minorgrid and minorticks for pyplot ( #2621 )
...
* Minor grids for pyplot
* Minorgrid and minorticks setup for pyplot
2020-04-24 17:15:00 +02:00
Daniel Schwabeneder
122b4d91a8
Merge pull request #2619 from jamblejoe/patch-titlelocation
...
changed title_location -> titlelocation
2020-04-23 21:08:39 +02:00
Daniel Schwabeneder
d3629f3cfe
remove show
2020-04-23 20:37:02 +02:00
Daniel Schwabeneder
a9c659aa21
fix errorbars with string axes
2020-04-23 20:35:32 +02:00
Goran Nakerst
5d37264487
changed title_location -> titlelocation
2020-04-23 13:48:42 +01:00
jamblejoe
c976a6de83
Add documentation for legend=(x,y)
...
Added documentation in arg_desc.jl for placing legends via legend=(x,y) where x,y are Real.
2020-04-23 00:07:28 +01:00
Daniel Schwabeneder
fafb0d9510
format code to tab length of 4
2020-04-22 23:43:38 +02:00
Daniel Schwabeneder
df6fa6fd68
fix double extensions in savefig
2020-04-22 23:37:31 +02:00
Daniel Schwabeneder
4e877a206e
fix double extensions in savefig
2020-04-22 19:28:12 +02:00
Daniel Schwabeneder
77b5951037
fix savefig for .tex extension
2020-04-22 19:00:20 +02:00
Daniel Schwabeneder
a1c59b7904
fix default
2020-04-22 18:20:22 +02:00
Simon Christ
eba4d2442c
don't add .tex to .tikz ( #2607 )
...
* don't add .tex to .tikz
If we reach this point, we already checked if the extension is existent.
This used to append `.tex` if saving as `.tikz` file, which is unwanted.
* Update output.jl
* convert symbol to string
2020-04-21 17:47:28 +02:00
Zh
3dbe5cc3a2
Make the legendbox square as in GR
2020-04-21 21:35:37 +09:00
Zh
df13011bd3
Tick marks now scale properly with thickness_scaling
2020-04-21 01:34:11 +09:00
Simon Christ
2373dda3c4
allow :auto as limit ( #2599 )
2020-04-19 17:05:04 +02:00