Here’s a little sneak preview of the central thing the next release brings:
A major refactoring of the axis rect sytem now allows for much more flexible plots, with basically all the layout possibilities you already know from QWidgets and QLayout. All inside one QCustomPlot instance. You can also have multiple axes per side in one axis rect, when you really need to fit all the data you’ve got into one plot.
Can’t say when the release is going to be finished yet, there still is lots of work to do. After all, it’s going to be 1.0.0, so I’d better be careful
. In case you’re wondering, I will use the semantic versioning scheme. That means major versions change the public interface in a backward-incompatible manner, minor versions change the library without breaking backward compatibility and the rightmost number is for patch releases.
Sleep tight!