bugGNU Octave - Bugs: bug #53030, Cannot graph in Octave; Octave...

 
 

bug #53030: Cannot graph in Octave; Octave crashes

Submitter:  None
Submitted:  Wed 31 Jan 2018 05:21:50 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Unexpected Error or Warning
Status:  None Assigned to:  None
Originator Name:  Neil D'Souza Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.1
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 31 Jan 2018 05:33:37 PM UTC, comment #1: 

Switch to the gnuplot toolkit and see if that works.

Try


close all
graphics_toolkit gnuplot
plot (1:10, "o-")


If that works, and it probably will, then you can add


graphics_toolkit gnuplot


to your .octaverc file so that it is always set whenever you launch Octave.


Rik <rik5>
Group administrator
Wed 31 Jan 2018 05:21:50 PM UTC, original submission:  

Hi
I am taking a Machine Learning course from Coursera.
I tried the following input in Octave(version 4.2.1). I am using Windows 10 (I have an HP laptop):

t=[0:0.01:0.98];
y1 = sin[2*p*4*t];

plot(t,y1);

At this point a blank white window opens up, but no graph.
Octave then crashes! Can anyone give me a hand with this? I need Octave for my assignment.
Many thanks Neil

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-02-02 rik5 Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code