John Rinehart
2e1c86c0c7
path spaces fix stolen from http://stackoverflow.com/a/13692919
...
Spaces in Windows paths resulted in improper DOS command. Fix designed
according to the above-referenced StackOverflow post.
2017-01-31 23:57:29 -05:00
Tom Breloff
c728bf52b8
Merge pull request #662 from ma-laforge/inspectdr
...
Fix inversion in padding.
2017-01-28 11:55:11 -05:00
MA Laforge
95a26f5080
Fix inversion in padding.
2017-01-28 11:47:10 -05:00
Tom Breloff
dee160f2b8
Merge pull request #656 from ma-laforge/inspectdr
...
Add support for layout & plot size.
2017-01-25 11:47:58 -05:00
Tom Breloff
6d38e52321
Merge pull request #659 from ma-laforge/pyplot_qtinit
...
Fix exception calling backend() in _initialize_backend().
2017-01-25 11:47:31 -05:00
MA Laforge
caed94328f
Fix exception calling backend() in _initialize_backend().
2017-01-25 11:40:47 -05:00
MA Laforge
ebf92d3033
Add support for layout & plot size.
...
Also:
Add basic support for polar plots.
Add support for plot title & background color of entire figure.
2017-01-23 21:25:55 -05:00
Tom Breloff
0421fe9a82
Merge pull request #651 from huckl3b3rry87/pull-request/43a21364
...
Pull request/43a21364
2017-01-19 22:02:55 -05:00
Huckleberry Febbo
43a213643b
changed code so it does not automatically change qt version
2017-01-19 18:04:09 -05:00
Huckleberry Febbo
cd8939fe0b
finished fixing segfault issue when qt>v4.8.5 on Ubuntu using pyplot
2017-01-19 17:32:37 -05:00
Huckleberry Febbo
c250d7c073
working on fixing pyplot issue for ubuntu
2017-01-19 14:45:16 -05:00
Tom Breloff
3b570edea1
added back precompilation
2017-01-13 09:33:02 -05:00
Tom Breloff
199a3306db
fix support for fill_z in pyplot
v0.10.3
2017-01-11 10:37:54 -05:00
Tom Breloff
3236e06fb9
wrap_surfaces for 3 matrices
2017-01-10 11:35:57 -05:00
Tom Breloff
492618ae67
Merge pull request #641 from tbreloff/surfacecolor
...
Add fill_z attribute and plotly impl
2017-01-09 16:17:49 -05:00
Naoki Saito
c5737db4f5
Add fill_z attribute and plotly impl
2017-01-09 16:03:14 -05:00
Tom Breloff
40b49b9873
Merge pull request #631 from ma-laforge/inspectdr
...
Inspectdr
2017-01-09 15:18:04 -05:00
MA Laforge
1fa34574e8
More fixes requested by Tom:
...
Add add_backend_string().
Remove un-necessary test: true == plt[:show].
2017-01-09 15:14:39 -05:00
Tom Breloff
1c522159df
Merge remote-tracking branch 'origin/master' into dev
2017-01-09 13:22:07 -05:00
Tom Breloff
967dca7912
Merge remote-tracking branch 'origin/dev' into dev
2017-01-09 13:20:18 -05:00
Tom Breloff
7d66c502f4
support tex in pgfplots; closes #637
2017-01-09 13:19:37 -05:00
Tom Breloff
9b9e2fe6cd
Merge pull request #636 from jheinen/dev
...
gr: use GKSwstype environment (required for QML)
2017-01-09 12:07:09 -05:00
Tom Breloff
47ee0a4c97
Merge pull request #633 from tbreloff/dev
...
fix arrays of funcs; closes #632
2017-01-09 12:06:45 -05:00
Tom Breloff
f10bda463c
Merge pull request #635 from anowacki/nowacki/default-font-family
...
Use `sans-serif` as default font family (fix #593 )
2017-01-09 12:05:53 -05:00
Josef Heinen
72d336265b
gr: use GKSwstype environment (required for QML)
2017-01-06 19:48:41 +01:00
Andy Nowacki
a087a6694b
Use sans-serif as default font family ( fix #593 )
...
Rather than specifying a specific typeface, set the font
*family* in the `family` field of `Font` as `sans-serif`
by default.
Fixes #593 .
2017-01-06 16:45:40 +00:00
Thomas Breloff
57840a37d0
fix for func assert
2017-01-05 15:44:56 -07:00
Thomas Breloff
aedcb372f6
forgot utils.jl
2017-01-05 15:30:34 -07:00
Thomas Breloff
7f554d3c84
fix arrays of funcs; closes #632
2017-01-05 15:25:08 -07:00
MA Laforge
edf1daa7d7
Improve gui handling & remove global state.
...
Also:
Add AVec support for colors.
Move init code back to _initialize_backend.
2017-01-05 14:39:50 -05:00
Thomas Breloff
f554bf925e
try catch for func recipe, move adapted_grid to f,xmin,xmax recipe; closes #610 ; closes #621
2017-01-05 10:18:47 -07:00
Tom Breloff
9676309ba2
Merge pull request #623 from KristofferC/kc/plot_adapt
...
use adapted_grid from PlotUtilities for single functions
2017-01-05 09:56:37 -07:00
MA Laforge
c78444fc24
Improve support for Shapes, markers & colors.
...
Details:
Control font & background color.
Support arbitrary marker shapes.
Support more pre-defined markers.
Support Shapes in plots.
Support ln-plots.
Also:
Fix ncolumns.
Update supported section.
2017-01-04 17:41:05 -05:00
MA Laforge
e381c13dc6
Initial support for InspectDR.
2016-12-31 15:41:11 -05:00
Kristoffer Carlsson
ec31898f25
use adapted_grid from PlotUtilities for single functions
2016-12-25 00:38:58 +01:00
Tom Breloff
a88d78a2e9
Merge pull request #604 from pabloferz/pz/plotlyjs
...
Proper "id" synchronization of plotlyjs plots
2016-12-24 19:05:44 +01:00
Tom Breloff
92430afba9
Merge pull request #618 from ChrisRackauckas/patch-2
...
Fix precompile disable
2016-12-24 19:04:38 +01:00
Christopher Rackauckas
8f60a4df8d
Fix precompile disable
2016-12-19 14:49:44 -08:00
Tom Breloff
c092d3cab4
Merge branch 'master' into dev
v0.10.2
2016-12-13 14:54:46 -05:00
Pablo Zubieta
46ad076751
Proper id synchronization of plotlyjs plots
2016-12-10 23:49:17 -06:00
Thomas Breloff
07731614a9
fix ComplexPlot; closes #598
2016-12-02 20:37:35 -05:00
Tom Breloff
d8ffd729f4
Merge pull request #597 from tbreloff/dev
...
Output/Animation improvements
2016-12-01 15:26:21 -05:00
Tom Breloff
b23d94eeb8
inline display
2016-12-01 15:22:51 -05:00
Tom Breloff
4ed7144ca4
animation fixes: show for videos, imagemagick init
2016-12-01 10:23:41 -05:00
Tom Breloff
ad924e8cc9
Merge pull request #595 from tbreloff/dev
...
buildanimation: mov and mp4
2016-11-30 09:54:26 -05:00
Tom Breloff
aa929ec24f
buildanimation: mov and mp4
2016-11-30 09:50:28 -05:00
Tom Breloff
07f7fd3c7a
Merge remote-tracking branch 'origin/master' into dev
2016-11-28 12:58:08 -05:00
Tom Breloff
83beca098b
Merge pull request #591 from pabloferz/pz/plotlyjs
...
Fix embeding of PlotlyJS plots in Jupyter
2016-11-28 12:57:35 -05:00
Pablo Zubieta
2c3d35d249
Fix embeding of PlotlyJS plots in Jupyter
2016-11-28 11:53:14 -06:00
Tom Breloff
90e655d979
use_remote for plotly html output
2016-11-28 11:02:32 -05:00