551 Commits

Author SHA1 Message Date
Daniel Schwabeneder
03d57e690c allow 3D plotting 2019-08-27 19:08:30 +02:00
Daniel Schwabeneder
9fd7a84b48 legendtitlefont implementation for pyplot 2019-08-26 11:59:47 +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
Daniel Schwabeneder
2f14c37c59 remove unnecessary lines 2019-06-26 13:04:14 +02:00
Daniel Schwabeneder
7f8dc486bb allow specifying the color gradient for z values in pyplot 2019-06-26 12:09:59 +02:00
Daniel Schwabeneder
cd1ee47ace
Merge pull request #2061 from daschw/ratio
don't let aspect_ratio impact subplot size
2019-06-14 17:36:54 +02:00
Daniel Schwabeneder
fadc0bf6c7 don't let aspect_ratio impact subplot size 2019-06-12 22:49:12 +02:00
yha
fd611b3647 Fix hiding of axis on PyPlot 2019-06-03 20:22:44 +03:00
Daniel Schwabeneder
3fe60b9d18
Merge pull request #2018 from daschw/legend
outer legends for gr and pyplot and guide/margin improvements for gr
2019-05-05 16:24:07 +02:00
Daniel Schwabeneder
c399092261 fix animations for pyplot 2019-05-04 20:43:49 +02:00
Daniel Schwabeneder
65173e6dd2 fix recipe error 2019-05-02 12:48:06 +02:00
Daniel Schwabeneder
903cb404c3 shorter implementation 2019-05-01 12:12:51 +02:00
Daniel Schwabeneder
03325533bf outer legend positions for pyplot 2019-05-01 12:08:35 +02:00
Daniel Schwabeneder
4742ec972b allow numeric legend positioning in pyplot 2019-04-30 15:25:08 +02:00
Daniel Schwabeneder
a6588daa3e allow negative radii in polar plots for pyplot 2019-04-26 13:17:29 +02:00
yharel
0075103ddf Proportional colorbar spacing in pyplot 2019-03-29 22:01:28 +03:00
yharel
78059bf825 Support for non-gradient colors in surface-like plots (useful for contour) 2019-03-28 02:28:19 +02:00
Daniel Schwabeneder
0e5df883d0 add warning for PyCall version 2019-03-16 10:42:45 +01:00
Daniel Schwabeneder
b79ea119ea use a.''foo'' instead of a.foo 2019-03-15 15:15:59 +01:00
Daniel Schwabeneder
b21d98affd switch to new PyCall API 2019-03-15 15:13:57 +01:00
Michael Krabbe Borregaard
a33b3cfbd8 check for pycall version 2019-02-28 23:50:06 +01:00
Michael Krabbe Borregaard
248f7cce90 update to o.show syntax 2019-02-28 23:32:57 +01:00
HMH
022c79fa95 Add LaTeX output for pyplot backend.
Actually matplotlib supports outputting LaTeX via pgf:
https://matplotlib.org/users/pgf.html
2019-02-23 00:35:52 +01:00
Daniel Schwabeneder
efc4917724
Merge pull request #1769 from djsegal/djsegal/scatter
Allow vectors of markers for pyplot scatter
2019-01-23 19:21:05 +01:00
djsegal
c8c82811b3 Fix bug where pyplot marker vec added blank legend 2019-01-22 15:07:21 -05:00
Daniel Schwabeneder
789a7fbb88 fix grayscale image in pyplot 2019-01-22 13:00:56 +01:00
Samuel S. Watson
44a6707397 Fix annotation font rotation 2019-01-16 10:28:46 -05:00
Michael Krabbe Borregaard
a882685169
Merge pull request #1857 from BoundaryValueProblems/master
vmin, vmax in KW were suppressed for :wireframe
2018-12-03 08:09:34 +01:00
Naoki Saito
b9b7edc72d vmin, vmax in KW were suppressed for :wireframe 2018-12-02 15:37:25 -08:00
Mauro
2643d493a3 Fix #1799
This may fix #1799.  Although, note, I have no deeper understanding of this code...
2018-11-28 17:07:38 +01:00
Takafumi Arakaki
f726151e6e Smuggle PyCall and LaTeXStrings through PyPlot
fix #1672
fix https://github.com/JuliaPy/PyPlot.jl/issues/389
fix https://github.com/JuliaPy/PyPlot.jl/issues/408
2018-11-08 19:23:32 -08:00
Daniel Schwabeneder
a72a23b548 move supported backend attr to backends.jl 2018-10-09 20:56:02 +02:00
Daniel Schwabeneder
87c471c0f5 plotlyjs, pyplot and test fixes 2018-10-09 20:56:02 +02:00
djsegal
268c2861c9 Fix off-by-one error in pyplot scatter building 2018-10-04 17:29:37 -04:00
djsegal
15739bc0ee Allow vectors of markers for pyplot scatter 2018-10-04 17:20:14 -04:00
Godisemo
279ef2075f Add option to change guide positions in pyplot 2018-09-13 11:22:49 +02:00
Michael Krabbe Borregaard
2873685517 Replace d -> plotattributes in most files 2018-08-28 10:10:13 +02:00
Daniel Schwabeneder
a81178121f implement pyplot 2018-08-26 22:41:40 +02:00
Morten Piibeleht
87627b8320 Wrap latexstring use in an at-require
latexstring comes from the LaTeXStrings package, which is conditionally
loaded by pyplot().

Fix #1659.
2018-08-16 11:03:21 +12:00
Michael Krabbe Borregaard
2844e706a9 warn -> @warn 2018-08-10 18:14:14 +01:00
Michael Krabbe Borregaard
96f0335af4 No longer include files for Revise
This is no longer necessary in 0.7
2018-08-09 12:46:09 +01:00
Daniel Schwabeneder
5e8eff074d require PyCall 2018-08-06 17:55:02 +02:00
Daniel Schwabeneder
f60aac93ab use Requires.jl for backend dependencies 2018-08-04 06:44:12 +02:00
Daniel Schwabeneder
da765a5eec
Merge pull request #1610 from daschw/pyplot-thickness
fix pyplot thickness_scaling (fix #1606)
2018-07-28 08:53:03 +02:00
Daniel Schwabeneder
789cf1d66b fix legend frame 2018-07-25 23:39:55 +02:00
Daniel Schwabeneder
64ec922d7f fix thickness_scaling in pyplot 2018-07-25 23:32:02 +02:00
Daniel Schwabeneder
a7f2484d45 fix some deprecation warnings 2018-07-04 20:56:13 +02:00
femtocleaner[bot]
d68829820b Fix deprecations 2018-06-30 23:15:27 +00:00
Daniel Schwabeneder
4f064d7c02
Merge pull request #1561 from daschw/size
Fix size and dpi for GR and PyPlot
2018-06-23 09:14:52 +02:00