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 |
|
Daniel Schwabeneder
|
026e894e1d
|
Merge pull request #1565 from daschw/fillrange
Fix fillrange with line segments on PyPlot and Plotly (fix #1563)
|
2018-06-18 21:58:36 +02:00 |
|
Daniel Schwabeneder
|
00f285cba3
|
fix pyplot fillrange
|
2018-06-18 19:45:43 +02:00 |
|
Daniel Schwabeneder
|
534c7799e5
|
fix markercolor as vector on pyplot
|
2018-06-17 22:20:20 +02:00 |
|
Daniel Schwabeneder
|
4847752ef4
|
make dpi change plot size
|
2018-06-16 19:24:58 +02:00 |
|
Daniel Schwabeneder
|
84ec8d61ae
|
fix thickness_scaling in pyplot
|
2018-06-16 17:14:19 +02:00 |
|
Daniel Schwabeneder
|
3e66c6cce4
|
change DPI value back
|
2018-06-16 11:51:49 +02:00 |
|
Daniel Schwabeneder
|
bf518a961e
|
clean up
|
2018-05-30 16:28:56 +02:00 |
|
Daniel Schwabeneder
|
4a55467eef
|
add plot_color
|
2018-05-30 16:20:19 +02:00 |
|
Daniel Schwabeneder
|
56cf5249f9
|
remove extra line
|
2018-05-30 16:18:56 +02:00 |
|
Daniel Schwabeneder
|
17e8bc6949
|
set legend alpha in pyplot
|
2018-05-30 16:13:39 +02:00 |
|
Daniel Schwabeneder
|
11e5a94fc4
|
Merge pull request #1528 from jdeldre/je/fixcontour
Contour plots with x,y in grid (i.e. multi-dimensional array) form
|
2018-05-18 16:06:08 +02:00 |
|
Jeff Eldredge
|
f792aea98e
|
Changed treatment of contour types, to allow for x,y in grid form, allowed by PyPlot backend
|
2018-05-16 11:19:10 -07:00 |
|
Daniel Schwabeneder
|
517c2f456c
|
markercolors for pyplot
|
2018-05-05 16:22:41 +02:00 |
|
Andrew Palugniok
|
aeaa0c5f8d
|
Fix axis limits for ticks = :native
|
2018-04-09 21:28:45 +01:00 |
|
Daniel Schwabeneder
|
a6f11cdb31
|
fix pyplot (leave commented lines for possible future work)
|
2018-04-02 23:21:57 +02:00 |
|
Daniel Schwabeneder
|
777642ef55
|
pyplot use linecollection only WITHOUT fillrange
|
2018-04-02 22:44:29 +02:00 |
|
Daniel Schwabeneder
|
d7b2173066
|
fix linestyle in pyplot
|
2018-04-02 22:08:00 +02:00 |
|
Daniel Schwabeneder
|
f89b1ba303
|
implement vector arguments for GR and PyPlot
|
2018-04-02 00:41:13 +02:00 |
|
Daniel Schwabeneder
|
bfc26fa407
|
Merge pull request #1445 from daschw/infinite-objects
Infinite objects (fix #1422)
|
2018-03-28 21:49:32 +02:00 |
|
Daniel Schwabeneder
|
772b79306d
|
Merge pull request #1460 from daschw/pyplot-marker_z
PyPlot: fix markercolor in legend for marker_z with st = :path
|
2018-03-28 10:53:23 +02:00 |
|
Daniel Schwabeneder
|
a5f7c1b867
|
fix markercolor in legend for marker_z with st = :path
|
2018-03-27 14:24:26 +02:00 |
|
Daniel Schwabeneder
|
4d8ef2a008
|
import mplot3d in pyplot
|
2018-03-27 13:41:18 +02:00 |
|
Daniel Schwabeneder
|
9a5f42c251
|
infinite shapes
|
2018-03-19 21:34:55 +01:00 |
|
Daniel Schwabeneder
|
c8cdade884
|
:straightline for all backends
|
2018-03-19 16:24:23 +01:00 |
|
Andrew Palugniok
|
6b117234bc
|
Implement interactive linked axes for PyPlot.
|
2018-03-07 15:09:25 +00:00 |
|
Daniel Schwabeneder
|
cd4b41a537
|
allow to pass a vector of colors for contour lines in PyPlot
|
2018-02-28 22:25:06 +01:00 |
|
Daniel Schwabeneder
|
fdb2ee2847
|
implement contour_labels for PyPlot and fix #1091
|
2018-02-28 22:10:45 +01:00 |
|
Daniel Schwabeneder
|
77c2ee6782
|
replace hline and vline marker shapes with _ and | on pyplot
|
2018-02-25 09:52:26 +01:00 |
|
Andrew Palugniok
|
dbe5b78307
|
Merge pull request #1395 from apalugniok/native-ticks
Add :native option to ticks attribute (Fixes #1382)
|
2018-02-24 13:41:56 +00:00 |
|
Andrew Palugniok
|
1d51982cb0
|
Fix non-native lims for ticks = :native on PyPlot.
|
2018-02-23 10:56:57 +00:00 |
|
Daniel Schwabeneder
|
0db60348aa
|
reduce pyplot colorbar size for z values with very small or big absolute values
|
2018-02-21 17:03:23 +01:00 |
|