Option to turn on/off all plot titles. Ivar On Sat, 14 Oct 2023, Ivar Christopher wrote: On the topic of time axes, there needs to be some kind of explicit binding of all the non-visible time axes to the visible one. I'm always paranoid that one of the non-visble ones could get in a weird state where it's actually showing a different time range (it's happened...). I'll ponder other things for this dialog... Ta, Ivar On Sat, 14 Oct 2023, Jeremy Faden wrote: Fix layout should also automatically add...
On the topic of time axes, there needs to be some kind of explicit binding of all the non-visible time axes to the visible one. I'm always paranoid that one of the non-visble ones could get in a weird state where it's actually showing a different time range (it's happened...). I'll ponder other things for this dialog... Ta, Ivar On Sat, 14 Oct 2023, Jeremy Faden wrote: Fix layout should also automatically add a time axis at the bottom, or make this easy to do. I often see where people loose their...
Hi Jeremy, Yes, I very much agree that it would be nice (and good for newer users) to have both of these types of operations be more obvious and accessible. Ta, Ivar On Thu, 22 Jul 2021, Jeremy Faden wrote: Karate chop script: https://github.com/autoplot/dev/blob/master/demos/2019/20191108/karateChop.jy Add hidden plot is right-click on the layout tab's plots window, then Canvas->"Add hidden plot". [feature-requests:#750] Need operators for slicing stack into two columns and joining two plots into...
Jeremy, I don't really have a stake in this either way, but just to provide a counter-example: Suppose we have two people collaboratively working with a large data set. They both have the data set installed locally, but with different absolute path structures, but the same relative path structure from their respective working directories. In such a case, they would want to be sharing .vaps that worked seamlessly for both, but would not want to be schlepping data back and forth. Just a gedanken experiment--no...
I think I'm neutral on this, on balance. I like the idea of a well-documented way to access these commonly-used properties. But, on the other hand, I've spent several years training myself to think in the QDataSet world, so I'm relatively comfortable with, and almost competent at, using the existing accessors. I think it's a good idea to have a simple (and again--well-documented) interface for these properties for science users to use. I'm just not sure how quickly I'd shift to using them.
atan2() needs documentation tweak
User-set cache location reset to default by itself
Show depend_? data in Display Data dialog
Save column headers (depend_1 values) in Display Data dialog
Inconsistent depend_1 output on data export
Annotation added with Position = "Outside..." should consistently anchor to canvas, not plot
Difference in total() and reduceSum() behaviour
Average deviation function
Non-box version of Display Data
Finer control of plot element position (layering)
Left pane on Style tab occasionally blank
Broken feedback when selecting plots on Layout tab
Contour line labelling
Just hit a situation where I definitely could use this functionality...
I like Craig's idea. I'll second the thought, though, that any such auto-sizing be, in some way, user-controllable. I can envision situations where one would want a fixed x-axis span when scanning.
Could the Events List tool return orbit events?
docmenation for DataPointRecorder.select()
console setting checkboxes not reflecting status
should clear cache whenever "Reset Window" or "Reload Data" is activated. Probably also whenever "Execute" is hit in the script tab. Maybe other circumstances too.
And, the same optional behaviour would be equally welcome for reduceMin(), reduceMax() and reduceMean() (and reduceMedian(), when that makes an appearance).
Method to determine total number of elements in a dataset
Add optional Fill behaviour for Ops.total()
When optional argument anchorType "canvas" misspelled the error message was confusing. Optional arguments to the plot command (and annotation) need to be updated.
Allow legend text to be same colour as plot element
javadoc improvements by Ivar under Ivar's account.
Swapping plot positons on the canvas doesn't keep plot size
As discussed, this looks to happen (only?) if foo.cdf already exists, and if the variable therein has a type other than float, in which case the existing structure of this file is used, instead of being overwritten.
FILL_VALUE does not export to CDF
javadoc improvements by Jeremy under Ivar's account.
"Additional Ticks" functionality passes context
Jeremy, Looking at what I did with my multi-colour event test code, I suppose it...