Customizing axes part 5 – origin crossover and labels
The axes rulers (axles) can be made to cross-over at any x,y location within the chart.
The axes rulers (axles) can be made to cross-over at any x,y location within the chart.
Matlab's new web-based uifigures can be customized in a variety of undocumented ways.
the ubiquitous findjobj utility has been significantly improved for speed for the most common use case.
Matlab release R2015b's new "DPI-aware" nature broke some important functionality. Here's what can be done...
Contour labels, lines and fill patches can easily be customized in Matlab HG2.
It is easy and very useful to attach dynamic properties to Matlab graphics objects in run-time.
Using anonymous functions in Matlab callbacks can be very painful for performance. Today's article explains how this can be avoided.
linkaxes has a built-in limitation, so using linkprop may sometimes be beneficial.
We can set semi- and fully-transparent colors in HG2 for multiple graphic objects, but making these settings stick is non-trivial.
Matlab's new HG2 graphics engine includes many new undocumented events that could be used in various ways.