Winston.jl icon indicating copy to clipboard operation
Winston.jl copied to clipboard

basic matlab-ish interface

Open nolta opened this issue 10 years ago • 11 comments

  • [ ] area
  • [ ] bar
  • [ ] barh
  • [ ] colorbar
  • [x] colormap
  • [ ] contour
  • [x] errorbar
  • [ ] fill
  • [x] fplot
  • [x] loglog
  • [x] plot
  • [x] scatter
  • [x] semilogx/y
  • [x] spy
  • [x] stem
  • [ ] stairs
  • [x] text
  • [x] title
  • [x] xlabel/ylabel
  • [x] xlim/ylim

nolta avatar Nov 06 '13 20:11 nolta

This is really cool.

One way in which plot may not be quite done: in matlab, if you plot a matrix, it plots each column as a separate line. Winston treats the matrix as if it's the corresponding "unwrapped" vector.

timholy avatar Nov 06 '13 22:11 timholy

Few other critical ones could be

  • [ ] arrow
  • [ ] label

natj avatar Nov 07 '13 15:11 natj

Also, with our current syntax, it might be more clear to change plotyy to oplotyy. I can not think of a situation where one would like to plot only to second axis...

natj avatar Nov 07 '13 15:11 natj

Kernel density estimation, which basically smooths a histogram.

  • [ ] density

milktrader avatar Nov 12 '13 13:11 milktrader

I have already written a basic smooth-option for plothist2dbut have not submitted a pull request yet...

natj avatar Nov 12 '13 13:11 natj

Cool, do you have it in a branch of your fork for others to take a peek at?

milktrader avatar Nov 13 '13 00:11 milktrader

The code can be seen on pull request #106. It is however, by no means comparable to matlabs ksdensity

natj avatar Nov 13 '13 07:11 natj

plot now handles matrices.

nolta avatar Nov 25 '13 23:11 nolta

Hey, that's awesome! Thanks!

timholy avatar Nov 26 '13 00:11 timholy

I came here to submit a feature request for stem(). Glad to see it is already on the list. Keep up the good work, Winston generates great looking plots.

JayKickliter avatar Mar 28 '14 15:03 JayKickliter

me too wants stem(). Thanks for the good works.

dexterdev avatar Apr 15 '14 13:04 dexterdev