You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
It is maybe not common knowledge that it is really easy to get some interactive feedback from plotting packages in Julia Studio. A package like Winston generates image files. These can be opened in an editor window and the view can be split to have the code side by side with the image. With each run of the program, the image is live updated to immediately see effect of parameter changes.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
This is fantastic! But, when I try to plot something "using Winston plot(x,y)", no file is saved.
Steven G. Johnson
unread,
Oct 2, 2014, 3:54:53 PM10/2/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
Julia Studio should really push its own Display type onto the display stack. That way you could plot image/png (and whatever other formats you support) directly, and things like Winston and PyPlot would work without requiring the user to save to a file.