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
Daniel Schwabeneder
0456ddfe3a
Merge pull request #2594 from isentropic/isen-dev2
...
[pyplot] marker adjustments in the legend
2020-04-19 10:33:35 +02:00
Daniel Schwabeneder
6bc38eaea3
fix annotate! shorthands
2020-04-18 19:01:42 +02:00
Zh
43456b09f6
[pyplot] marker adjustments
2020-04-18 14:20:24 +09:00
Daniel Schwabeneder
fae1cb4884
Merge pull request #2588 from daschw/webio
...
fix WebIO error for PlotlyJS
2020-04-16 16:54:40 +02:00
Simon Christ
9b4c66be9a
adjust markersize ( #2589 )
...
* fix px to pt conversion for markers
* fix test
* bump version [skip ci]
@JuliaRegistrator register
2020-04-16 15:13:21 +02:00
Daniel Schwabeneder
2d29ab7017
fix WebIO error for PlotlyJS
2020-04-16 13:22:36 +02:00
Daniel Schwabeneder
3b3a09302f
Merge pull request #2584 from isentropic/isen-dev2
...
Isen dev2
2020-04-16 09:59:29 +02:00
Simon Christ
fe92a384b7
fix point meta for colorbars ( #2586 )
2020-04-16 00:09:28 +02:00
Daniel Schwabeneder
befe20700a
Merge pull request #2585 from daschw/span
...
fix vspan and hspan
2020-04-15 22:07:01 +02:00
Daniel Schwabeneder
41b34e59c7
fix vspan and hspan (copy in shape_data)
2020-04-15 19:53:31 +02:00
Zh
c01ee17d88
pyplot markercolor
2020-04-16 01:21:05 +09:00
Zh
8c9422f470
py_get<component>color removal;
...
marker stroke, adjustments
2020-04-16 00:32:33 +09:00
Josef Heinen
d00920ca0e
Update gr.jl
2020-04-15 15:16:00 +02:00
Daniel Schwabeneder
9c1b30f774
add legendtitle for pgfplotsx
2020-04-15 10:35:29 +02:00
Zh
d8c4210e8f
fixing default guidefontrotation direction for pyplot
2020-04-14 20:10:39 +09:00
Anshul Singhvi
d04bb42f7b
Check finiteness of upper and lower limit in minor ticks
2020-04-13 14:49:23 +05:30
Daniel Schwabeneder
95157004b6
fix pyplot shape markers
2020-04-12 17:20:46 +02:00
Zh
41a32f7782
guidefontrotation fix for pyplot
2020-04-12 16:01:52 +09:00
Daniel Schwabeneder
d942660f91
fix scale_func for plotly
2020-04-11 17:01:23 +02:00
Josef Heinen
c238d42e83
gr: added initial support for GR vector fonts
2020-04-11 09:50:59 +02:00
Mats
4a5c82ec7f
Fix error when setting minor ticks
...
Fix type error when specifying number of minor ticks for PGFPlotsX backend.
2020-04-10 22:44:31 +02:00
Daniel Schwabeneder
848b53e7d7
fix 3d plots
2020-04-10 19:45:11 +02:00
Daniel Schwabeneder
987456760c
update precompiles
2020-04-10 19:22:45 +02:00
Daniel Schwabeneder
4c43f0ea2f
be explicit about RecipesPipeline imports
2020-04-10 19:06:53 +02:00
Daniel Schwabeneder
92d8bd7836
move some recipes to recipepipeline
2020-04-10 16:09:49 +02:00
Sebastian Micluța-Câmpeanu
2a88ab7726
Rename to RecipesPipeline
2020-04-10 16:09:49 +02:00
Daniel Schwabeneder
b6139e2403
remove include
2020-04-10 16:09:49 +02:00
Daniel Schwabeneder
80ec6f03b4
depend on RecipePipeline
2020-04-10 16:09:49 +02:00
Daniel Schwabeneder
330739298c
update and enable precompiles
2020-04-10 16:09:49 +02:00
Daniel Schwabeneder
bd9cd64e7a
move remaining user recipes in series.jl to recipes.jl
2020-04-10 16:09:49 +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
bbdf1dcc0e
fix axis agruments in PLOTS_DEFAULTS
2020-04-10 16:04:17 +02:00
Daniel Schwabeneder
5f524d039f
fix axis limits with GR framestyle border
2020-04-10 15:15:36 +02:00
Daniel Schwabeneder
3ef9fe142c
fix box and semi framestyle for GR
2020-04-10 08:05:36 +02:00
Daniel Schwabeneder
4bf0c496d8
Merge pull request #2553 from daschw/pgfplotsx
...
minorgrid, minorticks and framestyle zerolines fix for pgfplotsx
2020-04-09 21:37:52 +02:00
Daniel Schwabeneder
9bf4bda852
fix zerolines framestyle and don't draw tick marks for zerolines and grid framestyle
2020-04-09 18:13:28 +02:00
Daniel Schwabeneder
fa7f10a6e9
implement minorgrid for pgfplotsx
2020-04-09 17:56:54 +02:00
Simon Christ
483e45db8a
fix topleft
2020-04-09 16:11:02 +02:00
Simon Christ
e6097f4534
all the legend positions ( #2550 )
...
* all the legend positions
* fix default
2020-04-09 14:18:15 +02:00
Daniel Schwabeneder
2fa4a63f02
fix webio error for plotlyjs
2020-04-09 10:55:33 +02:00
Simon Christ
5a416e51d2
fix warning
2020-04-08 10:09:06 +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
c8e6b967e5
add errorbar test example
2020-04-07 16:27:02 +02:00
Daniel Schwabeneder
819e91aa37
add zerror recipe
2020-04-07 16:06:12 +02:00