Re: [julia-users] Plots with Plots

2016-06-27 Thread Tom Breloff
For anyone interested, I made a short demo of what's possible with the
GLVisualize backend in Plots, after hacking at JuliaCon with Simon.  Plots,
Interact, and GLVisualize... oh my!

https://www.youtube.com/watch?v=mRvUhLpUq88

I just tagged a new version of Plots... until it's merged you'll need to be
on master or dev.  We're not quite ready for bug reports on GLVisualize...
plenty of things on Simon's todo list :D

On Sat, Jun 25, 2016 at 9:19 AM, daycaster  wrote:

> Plots.jl looks amazing!
>
> A couple of questions:
> Is there any way to control the fonts used in a plot? I can't see any
> obvious way to specify fonts outside the usual range of
> "Helvetica"/"Courier".
>
> Also, I can't get any results from searching the docs. Is search currently
> broken or are there ways to specify words that I don't know?


[julia-users] Plots with Plots

2016-06-25 Thread daycaster
Plots.jl looks amazing! 

A couple of questions: 
Is there any way to control the fonts used in a plot? I can't see any obvious 
way to specify fonts outside the usual range of "Helvetica"/"Courier".

Also, I can't get any results from searching the docs. Is search currently 
broken or are there ways to specify words that I don't know?

[julia-users] Plots with Plots

2016-06-24 Thread Tom Breloff
I just uploaded the IJulia notebook which was my JuliaCon workshop:
https://github.com/tbreloff/ExamplePlots.jl/blob/master/notebooks/plotswithplots.ipynb
.

You'll need to be on master or dev to follow along until I tag 0.7.3.  The
documentation is getting more and more complete, so I recommend giving it a
quick read if you're curious about Plots:
http://plots.readthedocs.io/en/latest/

-Tom