Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use cases for Compose/3D #8

Open
SimonDanisch opened this issue Jul 28, 2015 · 3 comments
Open

Use cases for Compose/3D #8

SimonDanisch opened this issue Jul 28, 2015 · 3 comments

Comments

@SimonDanisch
Copy link
Member

As I mentioned in #7 I wanted to open an issue to collect some use cases!
These are for 2D and 3D!

Some guidelines:
First post the most native format you're data is in.
E.g.:
File with two columns of floats -> myread(::file) -> Array{Float32, 2}
Then your dream plotting command together with a description of the most perfect visualization you can possibly think of for this kind of data, best together with a picture.
E.g:

a = data
plot(x=Seconds(a[1:end, 1]), y=Millimeter(a[1:end, 2])) # assuming views don't copy
plot(convert(Point{mm, s}, a))

myplot

@SimonDanisch
Copy link
Member Author

Please also post ideas for interactive visualizations!

@ViralBShah
Copy link

There is still no easy way to do mesh, surf and the basic 3d plots with the usual zoom/rotation that one routinely uses in other environments. Sorry - I don't have fancy use cases yet. Will think about those.

@SimonDanisch
Copy link
Member Author

some nice R plots:
http://motioninsocial.com/tufte/

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants