help-octave
[Top][All Lists]
Advanced

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

Re: Fwd: ocatve3.8.1 crashing while saving plot


From: Helios de Rosario
Subject: Re: Fwd: ocatve3.8.1 crashing while saving plot
Date: Fri, 04 Jul 2014 09:31:34 +0200

>>> El día 04/07/2014 a las 6:37, Raghu Charan A <address@hidden>
escribió:
> thank you all finally i can save as svg or pdf file
> 
> but why is figure disappearing if i scroll up or down in gnuplot
figure
> window? and also if i choose a background color it is  not taking
affect
> unless i scroll by then my plot is gone and im left with colorbar
this is
> the mat file of figure
> 

The plot and the colorbar are in different axes of the figure. It seems
that when you try manipulate with the mouse after creating/loading the
figure, you are acting on the last created axes, which contain the
colorbar, not the plot.

I don't know why the other axes go blank. But anyway, that problem does
not happen to me if I work with the fltk toolkit. So, the workaround
is:

# load the figure data
struct2hdl(figdata)
# If you are using gnuplot, switch to fltk to manipulate
graphics_toolkit(gcf, 'fltk')
# Now manipulate the figure
# [...]
# And when you are done, go back to gnuplot if you need
graphics_toolkit(gcf, 'gnuplot')

Regards
Helios


SABEMOS QUÉ HICIMOS EN 2013
365 días de Innovación
ANUARIO DE BIOMECÁNICA
http://www.ibv.org/anuario2013
______________________________

INSTITUTO DE BIOMECÁNICA DE VALENCIA
Universidad Politécnica de Valencia • Edificio 9C
Camino de Vera s/n • 46022 VALENCIA (ESPAÑA)
Tel. +34 96 387 91 60 • Fax +34 96 387 91 69
www.ibv.org

Antes de imprimir este e-mail piense bien si es necesario hacerlo.
En cumplimiento de la Ley Orgánica 15/1999 reguladora de la Protección
de Datos de Carácter Personal, le informamos de que el presente mensaje
contiene información confidencial, siendo para uso exclusivo del
destinatario arriba indicado. En caso de no ser usted el destinatario
del mismo le informamos que su recepción no le autoriza a su divulgación
o reproducción por cualquier medio, debiendo destruirlo de inmediato,
rogándole lo notifique al remitente.




reply via email to

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