Zh
3368fd2c98
Tick marks now scale properly with thickness_scaling
2020-04-21 01:33:52 +09: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
Zh
d8c4210e8f
fixing default guidefontrotation direction for pyplot
2020-04-14 20:10:39 +09:00
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
4c43f0ea2f
be explicit about RecipesPipeline imports
2020-04-10 19:06:53 +02:00
Daniel Schwabeneder
345f5654a3
use equal aspect ratio by default for images
2020-03-01 01:37:34 +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
Daniel Schwabeneder
9b4a51c5be
per series clims for pyplot()
2019-10-28 19:01:07 +01:00
Nicolau Leal Werneck
d0a73eb862
Update pyplot.jl
...
Adds a half-pixel margin to the extent for image plots so that the pixel coordinates match the grid, i.e. the center of each square pixel lies over its integral index numbers, and each square covers half a pixel before and after that.
2019-10-21 23:03:44 +02:00
Daniel Schwabeneder
2c57e0c958
always return positive linthresh for pyplot with log scales
2019-08-29 14:13:57 +02:00
Daniel Schwabeneder
cb161a25da
Merge pull request #2166 from daschw/remove-show
...
remove `@show`s
2019-08-29 09:36:28 +02:00
Daniel Schwabeneder
a4380586e9
remove @shows
2019-08-29 09:35:02 +02:00
Daniel Schwabeneder
30f321d88b
avoid annotation clipping for pyplot
2019-08-28 23:36:46 +02:00
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