Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.674 Times

Axes software
Filter: All | Freeware | Demo
 

Axes

1 2 3 4 > 
Added: July 18, 2013 | Visits: 481

Keyboard-navigation in Multiple Figures/Axes If you have multiple figures (or one) with multiple axes (graphs) (or one) which all have the same (or similar) x-axis (time, frequency, order, ...), this function makes it possible to navigate (zoom, scroll) in all those graphs by easy keyboard control. Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Keyboard-navigation in Multiple Figures/Axes Download

Added: August 18, 2013 | Visits: 407

Annotation pinned to axes I needed to be able to create annotations to plots that would be pinned to the axes like the text function. I couldn't find any script to do this so I made my own. I though other people may find it useful.The only difference in use with the annotation function is that you can provide the axes... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Annotation pinned to axes Download

Added: April 22, 2013 | Visits: 307

Combined Legend for multiple axes Provide an array of axes handles or 1 figure handle.It will create a legend of all the lines in axesA simple demo to show how you can obtain the children object handles in plot determine their type and do something with it.If you have multiple axes in one figure but wish to have one legend for... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Combined Legend for multiple axes Download

Added: August 24, 2013 | Visits: 377

ticklabelformat - set a dynamic format of axes tick labels ticklabelformat enables setting the axes tick labels format. The format is preserved during zoom/panticklabelformat enables setting the format of an axes tick labels based on sprintf format specifiers. The format is preserved during zoom/pan and applied to the dynamic tick values.Calling... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): ticklabelformat - set a dynamic format of axes tick labels Download

Added: June 28, 2013 | Visits: 414

Align axes labels in 3D plot If the current axes have been rotated away from the X-Y view, this function will calculate the angles of the current x, y and z axes with respect to horizontal. These angles are used to rotate the current x, y and z axes labels to align them with their axes' directions.This only works for equal... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Align axes labels in 3D plot Download

Added: May 17, 2013 | Visits: 418

Centered coordinate axes in 2D plots MATLAB does not have any built-in functionality for centering the coordinate axes around the origin. This tool is a first fix for solving this. An example script is included showing how to use the function.Tested on MATLAB 2007b. Works fine, as long as the figure is not resized after the function... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Centered coordinate axes in 2D plots Download

Added: June 19, 2013 | Visits: 200

Scale bar for 2D axes SCALEBAR creates a scalebar on an axes SCALEBAR SCALEBAR OFF SCALEBAR(PARAMETER, VALUE, ...) SCALEBAR(HAXES, PARAMETER, VALUE, ...) H = SCALEBAR(...) Draws a scalebar on the axes and returns handle to the scalebar. The DataAspectRatio property of the axes must be set to [1 1 1] and the view... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Scale bar for 2D axes Download

Added: May 15, 2013 | Visits: 355

Import Fig File to Axes % IMPORTFIG(Figfilename,Axes) opens a fig file and places the% contents into another axes such as on a subplot.%% Example% h=subplot(3,2,1);% importfig('plot1.fig',h);Useful if you have lots as fig files and you want to view/tile them together. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Import Fig File to Axes Download

Added: June 11, 2013 | Visits: 252

Duplicate X-axes The function duplicateX creates duplicate X-axes for a figure, the new axes relationship to the original axes is determined by input function.An auto update when zooming, for the duplicate axes, is allso available using version 7.5 (R2007B).The function fig_create adds menubar item 'duplicate... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Duplicate X-axes Download

Added: August 22, 2008 | Visits: 950

Magic Axes Isn't it amazing to know that the entire color array in the COLORCUBE is based on only three primary colors? These additive primaries red, green and blue make their appearance as axes stemming from black. They are quickly followed by the gray scale axis and secondary colors cyan, magenta and... Platforms: Windows

License: Freeware Size: 546 KB Download (103): Magic Axes Download

Added: May 03, 2010 | Visits: 911

joykop joykop project is a simple tool to connect joystick buttons and axes to DCOP functions. The functionality is there, its quite stable (I have been using it for about a year), but the user interface is not perfect. The icons Im using, for example, were not intended for use in joykop. The hardware... Platforms: *nix

License: Freeware Size: 655.36 KB Download (95): joykop Download

Added: June 18, 2013 | Visits: 253

Axes objects tree viewer AxesTree(ax,'Property','Value',...)Opens a figure with a tree view of all handle graphic objects in the inputaxes. Objects type and tag are displayed.Objects can be selected from the tree. Double Clicking in the tree deselects all objects. Right-click opens a context menu with following... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Axes objects tree viewer Download

Added: August 21, 2013 | Visits: 204

Link All Axes in Figure (Sripts) Syntax is the same as linkaxes, except without passing in the handles to the axes to link. It replaces: figure; ax(1) = subplot(2,1,1); plot(rand(10,1)); ax(2) = subplot(2,1,2); plot(1:10); linkaxes(ax,'x') clear axwith: figure; subplot(2,1,1); plot(rand(10,1)); subplot(2,1,2); plot(1:10);... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Link All Axes in Figure (Sripts) Download

Added: September 08, 2013 | Visits: 368

Transform Axes units to Normalized Units for Annotation Objects The annotation() function in MATLAB requires the X and Y coordinates for the object in normalized units. However, to accurately place objects, (without using GUI) we would like to give the annotation function the coordinates in terms of the current axes. This function transforms the axes... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Transform Axes units to Normalized Units for Annotation Objects Download

LEDbar (a fast and simple embedded progress bar without axes) LEDbar Version 1.0This LED style progress bar is a simple and nice looking way to do progress bars without patch or figure command. It can be used as an alternative to MATLAB's waitbar.LEDbar is freeware. Launch an included application example to see instructions on screen. There are two... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): LEDbar (a fast and simple embedded progress bar without axes) Download

Added: June 17, 2013 | Visits: 312

Legend from DisplayName The function accepts handles to figures/axes and adds legends to all axes found by finndobj(handle, 'type', 'axes')The legend text string is collected from the line objects DisplayName properties. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Legend from DisplayName Download

Added: July 10, 2013 | Visits: 300

Datarray Datarray: Numpy arrays with named axes ======================================== Datarray provides a subclass of Numpy ndarrays that support: - individual dimensions (axes) being labeled with meaningful descriptions - labeled 'ticks' along each axis - indexing and slicing by named axis -... Platforms: *nix

License: Freeware Size: 51.2 KB Download (38): Datarray Download

Released: June 06, 2017  |  Added: October 11, 2017 | Visits: 5.375

Nevron Chart for .NET Nevron Chart for .NET is designed to be flexible, efficient and extensible. Combining a vast amount of features in an intuitive and straightforward programming model, the component can display virtually any 2D or 3D chart including: Bar, Line, Step Line, Area, Pie, Point, Bubble, Stock, Floating... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $589.00 USD Size: 245.02 MB Download (215): Nevron Chart for .NET Download

Released: June 06, 2004  |  Added: January 24, 2006 | Visits: 3.192

xyExtract Graph Digitizer The "xyExtract" software is used for to extract data from a 2D graph (orthogonal and nonorthogonal axes) contained in a graphic file (scanned, PDF document or in a some file like gif, jpg, etc). The graphic file must be saved in a bitmap file. Then, the "xyExtract" converts the graph back to xy...

License: Shareware Cost: $25.00 USD Size: 450 KB Download (771): xyExtract Graph Digitizer Download

Added: August 16, 2008 | Visits: 973

teeChart Pro VCL/CLX TeeChart Pro offers hundreds of Graph styles in 2D and 3D, 40 mathematical and statistical Functions for you to choose from together with an unlimited number of axes and 22 Palette components. The 100% TeeChart Pro VCL / CLX source code is available for an extra fee to the regular license price.... Platforms: Windows, *nix

License: Shareware Cost: $439.00 USD Size: 26.37 MB Download (492): teeChart Pro VCL/CLX Download

1 2 3 4 >