Another way is use Python e.g. (assuming there just 1 one), launch Tools | Python shell and do the following:
> view1 = GetActiveView() > layout = GetLayout() > layout.SplitViewHorizontal(view1, 0.3333) That will split the view into two part ~1/3 and ~2/3. Now you can split the view-pane on the right side using the UI buttons directly which will give your 3 views of the same size (more or less). Utkarsh On Sun, Jan 5, 2014 at 11:14 AM, Stephen Wornom <[email protected]> wrote: > Burlen Loring wrote: >> >> start with one split, and split both, but don't create a view in the last >> one. you should have 3 equal size views. Saving screenshots only captures >> the 3 panels that have views. > > There are three equal sized views but 4 windows. If I add a title using > source in the middle window, the width of the title is limited. Is there an > easy to delete the 4th window and have the three views spread over the full > width of the visualization area. That way I could put a longer title. > > Hope my question is clear. > Stephen >> >> >> gui >> >> >> and screen shot >> >> >> On 1/4/2014 1:36 AM, Stephen Wornom wrote: >>> >>> I start with a single PV window. Using the icon I can split the window >>> into two equally sized windows. >>> When I split one of the two equally sized windows I get three windows BUT >>> the sizes are different. >>> >>> What is the simplest approach to get three equally sized windows? >>> Hope my question is clear. >>> Stephen >>> >>> >>> >>> _______________________________________________ >>> Powered bywww.kitware.com >>> >>> Visit other Kitware open-source projects >>> athttp://www.kitware.com/opensource/opensource.html >>> >>> >>> Please keep messages on-topic and check the ParaView Wiki >>> at:http://paraview.org/Wiki/ParaView >>> >>> Follow this link to subscribe/unsubscribe: >>> http://www.paraview.org/mailman/listinfo/paraview >> >> > > > -- > [email protected] > 2004 route des lucioles - BP93 > Sophia Antipolis > 06902 CEDEX > > Tel: 04 92 38 50 54 > Fax: 04 97 15 53 51 > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
