https://bugs.kde.org/show_bug.cgi?id=389855

--- Comment #8 from Alexander Semke <alexander.se...@web.de> ---
(In reply to Matthew Trescott from comment #6)
> Yes. The problems start when I try to make a plot with ranges x=[0,2] and
> y=[0,2]. At first, the lowest tick is 1.2 on both axes. When hovering over
> the axes and using the mouse wheel, I can scale down the axes so that I can
> see all the ticks from 0 to 2, but then the axes become disconnected. I'll
> attach a video that I think explains this better.
Ok. I see the reason for the confusion. What you actually want to change are
the ranges of the plot and not the start and the end values of the axes. For
this, select the plot and modify the ranges.

In LabPlot the user can define/have multiple axes. So, you first define the
ranges of the data to be plotted (or keep it to "auto")  and then start adding
axes. On default, we create axes with "auto fit" which automatically adjust to
the plot ranges. But the user can add in addition new axes which cover only a
certain region with different formatting (labels, number of ticks, scaling,
etc.). Though being very flexible, this concept is hard to grasp for people who
have worked with applications only that do not support an arbitrary number of
axes. So, simply change the plot ranges and you should get a behavior you're
familiar with.


> > Quick-and-easy but still powerful is definitely our goal. We're open for any
> > suggestions.
> 
> In that case, my suggestion is that the plot be an infinite plane that can
> be panned by (for example) holding down the Ctrl key and
> clicking-and-dragging with the middle mouse button.
Panning is on the TODO-list already. We'll add this feature soon. At the moment
we have the different buttons in the plot toolbar for the navigation in the
data only.

> My impression is that
> the current design is meant to be used for developing printed reports, so in
> order to maintain that functionality I suggest relegating it to some sort of
> "export to print" wizard or something.
Producing results that are ready to be exported and used in publications is one
of the main emphasis of the application, yes. The export is done via the export
dialog. But we also support other workflows like working with live data,
analysis of imported data (ascii, binary, HDF5, netCDF, FITS), working with
different computer algebra systems, etc. You can check the recent couple of
blogs and the release announcements (2.1, 2.2, 2.3 and 2.4 releases) on our
homepage to get some ideas about the feature set of the application -
https://labplot.kde.org/ .

The blog
http://krajszgsoc.blogspot.de/2017/07/live-data-features-alive-in-labplot.html
shows some features for plotting of live data.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to