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
39b10f05b9
Merge pull request #2625 from daschw/unsupported
...
Add option to suppress `warn_on_unsupported`
2020-04-24 20:52:15 +02:00
Daniel Schwabeneder
5739acd044
Merge pull request #2624 from daschw/default
...
don't reset defaults with backend()
2020-04-24 20:28:55 +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
Simon Christ
64f7dc1aed
Issue templates ( #2623 )
...
* Create bug.md
* Rename .github/ISSUE_TEMPLATES/bug.md to .github/ISSUE_TEMPLATE/bug.md
* Create feature request
* Rename feature request to feature request.md
* add inspectdr
2020-04-24 14:17:39 +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
d9efbbcf5b
Merge pull request #2622 from daschw/errorbar
...
fix errorbars with string axes
2020-04-23 21:07:37 +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
Daniel Schwabeneder
2fc6f9220d
Merge pull request #2614 from jamblejoe/patch-1
...
Add documentation for legend=(x,y)
2020-04-23 08:44:53 +02: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
08c0f6d9a3
Merge pull request #2612 from daschw/savefig
...
fix savefig extensions
v1.0.14
2020-04-23 00:01:58 +02: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
8b5fc95443
bump version
2020-04-22 19:30:02 +02:00
Daniel Schwabeneder
4e877a206e
fix double extensions in savefig
2020-04-22 19:28:12 +02:00
Daniel Schwabeneder
c428dcdb3e
Merge pull request #2611 from daschw/default
...
Fix `default()`
2020-04-22 19:01:24 +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
8ae8d74c42
bump version
...
[skip ci]
v1.0.13
2020-04-21 18:53:52 +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
Daniel Schwabeneder
d1938c5e94
Merge pull request #2608 from isentropic/isen-dev2
...
Make the legendbox square as in GR in pyplot
2020-04-21 16:53:28 +02:00
Zh
3dbe5cc3a2
Make the legendbox square as in GR
2020-04-21 21:35:37 +09:00
Daniel Schwabeneder
7a6617efe3
Merge pull request #2605 from isentropic/isen-dev
...
Tick marks now scale according to thickness_scaling
2020-04-20 19:30:32 +02:00
Zh
123eb15434
Merge remote-tracking branch 'origin/isen-dev' into isen-dev
2020-04-21 01:35:07 +09:00
Zh
df13011bd3
Tick marks now scale properly with thickness_scaling
2020-04-21 01:34:11 +09:00
Zh
3368fd2c98
Tick marks now scale properly with thickness_scaling
2020-04-21 01:33:52 +09:00
Daniel Schwabeneder
5a78c492bc
Merge pull request #2602 from daschw/release
...
bump version
v1.0.12
2020-04-19 23:01:33 +02:00
Daniel Schwabeneder
8e98d1dfde
bump version [skip ci]
2020-04-19 23:00:24 +02: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
fe0858ebcf
Merge pull request #2597 from daschw/annotations
...
fix annotate! shorthands
2020-04-18 19:26:31 +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
v1.0.11
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