tchakravarty / pmtk3

Automatically exported from code.google.com/p/pmtk3
MIT License
1 stars 2 forks source link

kde.m calls figure(1), but it should not. #54

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Call figure(1).
2. Plot something.
3. Call figure(2).
4. call kde.m on some data without any output arguments.

What is the expected output? What do you see instead?

Expected result: kde plot appears on figure 2.
Actual result: kde plot appears on figure 1.

What version / revision of the product are you using? On what operating
system?

I am using the version from 
http://www.mathworks.com/matlabcentral/fileexchange/14034 under GNU Octave 
3.6.2 on Debian.

Please provide any additional information below.

This makes it difficult to view kde plots for multiple data sets.

Original issue reported on code.google.com by Vegemeis...@gmail.com on 7 Jan 2013 at 12:09

GoogleCodeExporter commented 8 years ago
Moved to GitHub: https://github.com/probml/pmtk3/issues/54

Original comment by irosen on 4 Jan 2014 at 2:38