Title: Quick question related to grid spacing Post by: mickey2times on July 23, 2010, 12:06:30 am Does anyone know if there is a way to set the grid spacing for the x and y axis when formatting a plotting frame? the default spacing for something I am making is too small (0.05 between grid lines) and I would like to make it bigger. I could not find an option to control it.
thanks, mike Title: Re: Quick question related to grid spacing Post by: kuklt on October 28, 2010, 02:33:33 pm don't know how to ask.
-*- Title: Re: Quick question related to grid spacing Post by: lookang on October 29, 2010, 08:47:23 am Does anyone know if there is a way to set the grid spacing for the x and y axis when formatting a plotting frame? the default spacing for something I am making is too small (0.05 between grid lines) and I would like to make it bigger. I could not find an option to control it. i think 4.3.2 Ejs currently does not have that control yet.ask Prof Francisco Esquembre to add it to Ejs capability as a feature request. see if he thinks it is easy or worth adding. http://www.um.es/fem/EjsWiki/Feedback/Feedback?xsort=%E2%80%94created Title: Re: Quick question related to grid spacing Post by: Fu-Kwun Hwang on October 29, 2010, 10:40:54 am It could be implemented, however, user need to enter several informations (how many grids, starting position and separation for x,y grids).
Adding too many options in the GUI is not really a good ideas (especially for new users). You can disable the grid in the plottingPanel and add two segmentSet to greate your own x-y grids at any placed you want. |