comparison libinterp/corefcn/graphics.cc @ 17098:786bcce466e9

Initialize the tightinset during initialization of axes. * libinterp/corefcn/graphics.in.h: Make sync_positions () public. * libinterp/corefcn/graphics.cc (axes::initialize): Call sync_positions when initializing an axes.
author Ben Abbott <bpabbott@mac.com>
date Sat, 27 Jul 2013 21:40:58 -0400
parents 86067af51d5e
children bcada0a4f8a7
comparison
equal deleted inserted replaced
17097:e7a059a9a644 17098:786bcce466e9
6913 6913
6914 xinitialize (xproperties.get_title ()); 6914 xinitialize (xproperties.get_title ());
6915 xinitialize (xproperties.get_xlabel ()); 6915 xinitialize (xproperties.get_xlabel ());
6916 xinitialize (xproperties.get_ylabel ()); 6916 xinitialize (xproperties.get_ylabel ());
6917 xinitialize (xproperties.get_zlabel ()); 6917 xinitialize (xproperties.get_zlabel ());
6918
6919 xproperties.sync_positions ();
6918 } 6920 }
6919 6921
6920 // --------------------------------------------------------------------- 6922 // ---------------------------------------------------------------------
6921 6923
6922 Matrix 6924 Matrix