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: Raghu Charan A
Subject: Re: Fwd: ocatve3.8.1 crashing while saving plot
Date: Fri, 4 Jul 2014 13:16:46 +0530

thanks also i have other problems 
1)  mytitle is blocked by the graph (only happens when using  gnuplot)
2) axis labels cant bee senn clearly because of numbers on the respective axes ( only happens when using  gnuplot)
 
what is the solution for this?


On Fri, Jul 4, 2014 at 1:01 PM, Helios de Rosario <address@hidden> wrote:
>>> 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.




--

Yours sincerely,

Raghu Charan A,
Third year undergraduate, School of Infrastructure,
Indian Institute of Technology (IIT) Bhubaneswar, India
Email:
 address@hidden ,address@hidden
Mobile No: +91 7205733924




Disclaimer: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.
reply via email to

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