Hintergrungfarbe fehlt auf dem gespeichertem JPG. Warum?
joekey
Forum-Century
Beiträge: 169
Anmeldedatum: 03.04.08
Wohnort: Wien
Version: 2011b
Verfasst am : 19.09.2009, 13:36
Titel : Hintergrungfarbe fehlt auf dem gespeichertem JPG. Warum?
Hallo,
das dargestellte Plot ist ok, aber die erzeugte File stellt die Schwarze Hintergrundfarbe nicht dar.
Weiss jemand warum?
Danke Joe
Code:
% X1: vector of x data
X1 = rand ( 1 ,300 ) *100 ;
yTick = [ min ( X1) min ( X1) +( max ( X1) -min ( X1) ) /2 max ( X1) ] ;
yTickLabel = [ yTick( 1 ) ; yTick( 2 ) ; yTick( 3 ) ] ;
% Y1: vector of y data
Y1 = today-299 :today ;
xTick = [ Y1( 1 ) Y1( 1 ) +floor ( ( Y1( end ) -Y1( 1 ) ) /2 ) Y1( end ) ] ;
xTickLabel = [ datestr ( xTick( 1 ) ) ; datestr ( xTick( 2 ) ) ; datestr ( xTick( 3 ) ) ] ;
% Create figure
figure1 = figure ;
% Create axes
axes1 = axes ( 'Parent ',figure1,...
'ZColor ',[ 1 1 1 ] ,...
'YColor ',[ 1 1 1 ] ,...
'YTickLabel ',yTickLabel,...
'YTick ',yTick,...
'YGrid ','on ',...
'XTickLabel ',xTickLabel,...
'XTick ',xTick,...
'XGrid ','on ',...
'XColor ',[ 1 1 1 ] ,...
'FontWeight ','bold ',...
'FontSize ',18 ,...
'FontName ','Arial ',...
'Color ',[ 0 0 0 ] ) ;
hold ( axes1,'all ') ;
%set bgd color
set ( gcf ,'Color ',[ 0 ,0 ,0 ] )
% Create plot
plot ( Y1,X1,'LineWidth ',2.5 ,'Color ',[ 0 0 1 ] ,'DisplayName ','Close ') ;
% Create title
title ( 'test ','FontWeight ','bold ','FontSize ',23 ,'FontName ','Arial ','Color ',[ 1 1 1 ] ) ;
% Save jpg
saveas ( figure1,'test1 ','jpg ')
LittleX
Forum-Guru
Beiträge: 494
Anmeldedatum: 14.05.09
Wohnort: ---
Version: ---
Verfasst am : 19.09.2009, 14:18
Titel :
Hallo,
es liegt an der figure Eigenschaft 'inverthardcopy'.
Probier mal folgendes:
Viele Grüße,
LittleX
joekey
Themenstarter
Forum-Century
Beiträge: 169
Anmeldedatum: 03.04.08
Wohnort: Wien
Version: 2011b
Verfasst am : 19.09.2009, 20:44
Titel :
Vielen Dank,
hat supper geklappt.
LG JOe
Einstellungen und Berechtigungen
Du kannst Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum posten Du kannst Dateien in diesem Forum herunterladen
Impressum
| Nutzungsbedingungen
| Datenschutz
| FAQ
| RSS
Hosted by:
Copyright © 2007 - 2025
goMatlab.de | Dies ist keine offizielle Website der Firma The Mathworks
MATLAB, Simulink, Stateflow, Handle Graphics, Real-Time Workshop, SimBiology, SimHydraulics, SimEvents, and xPC TargetBox are registered trademarks and The MathWorks, the L-shaped membrane logo, and Embedded MATLAB are trademarks of The MathWorks, Inc.