octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #62511] Use subplot() and image() will draw up


From: Glite
Subject: [Octave-bug-tracker] [bug #62511] Use subplot() and image() will draw upside down image
Date: Mon, 23 May 2022 11:40:15 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?62511>

                 Summary: Use subplot() and image() will draw upside down
image
                 Project: GNU Octave
            Submitted by: linuxbckp
            Submitted on: Mon 23 May 2022 03:40:13 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.4.0
         Discussion Lock: Any
        Operating System: GNU/Linux


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Mon 23 May 2022 03:40:13 PM UTC By: Glite <linuxbckp>
Use subplot() ,then use image() to draw a image, the result is upside down.

Here is my code:
>> image(a, 'cdata', imread('open_file_with_presentation.svg'))
>> figure;
>> a=subplot(2, 3, 1);
>> image(a, 'cdata', imread('open_file_with_presentation.svg'))

The upside down effect is shown as this attach png file.






    _______________________________________________________
File Attachments:


-------------------------------------------------------
Date: Mon 23 May 2022 03:40:13 PM UTC  Name: ksnip_20220523-233002.png  Size:
43KiB   By: linuxbckp

<http://savannah.gnu.org/bugs/download.php?file_id=53244>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62511>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]