Questions tagged [matlab-hg2]

Handle Graphics 2nd generation. Enables Matlab programmers to customize graphic objects appearance to suit their needs in a more intuitive manner than possible using HG1.

Handle Graphics 2nd generation. Enables Matlab programmers to customize graphic objects appearance to suit their needs in a more intuitive manner than possible using HG1.

33 questions
0
votes
1 answer

Generate Matlab plot in 2014b using 2014a graphics suite

Due to a recent update to 2014b we have seen some detrimental effects to some very custom designed graphs, they are virtually unreadable now and it is of the belief that the new 2014b suite has caused this. Is there any way to plot using the old…
AMcNall
  • 489
  • 1
  • 4
  • 21
0
votes
1 answer

Table-like subplot with labels in X and Y

I am trying to plot some figures in a table like way. so e.g. I have 3x4 grid of subplots (each one is a surf) and I want to have labels in the X and Y axis, something like: thingy1 thingy2 thingy3 a1 sp341 sp342 ... a2 …
Ander Biguri
  • 32,737
  • 10
  • 68
  • 106
0
votes
2 answers

Rendering with painters and HG2 leads to black background of plot after printing

If I print a figure in MATLAB the background of the plot gets rendered black instead of white, like this: (But in the figure window of MATLAB it is white as it is supposed to be) This is the code similar to the one used to print the figure(but will…
rob
  • 2,498
  • 5
  • 20
  • 37
1 2
3