Share

NPlot Charting Library

Code

Programming Languages: C#

License: BSD License

Repositories

browse code, statistics, last commit on 2009-03-23 svn co https://nplot.svn.sourceforge.net/svnroot/nplot nplot

Show:

What's happening?

  • Comment: MouseWheelZoom doesn't work properly

    Already commented on in #2793364.

    2009-05-19 17:17:14 UTC by hywelthomas

  • MouseWheelZoom doesn't work properly

    Hi, I recently tried to add the MouseWheelZoom Interaction to one of my plots. I noticed that it shifts the axis instead of zooming it. On the other hand the axisdrag feature works fine. If somebody has solved the problem it would be quite nice. I'm going to work on it within the next few days.

    2009-05-19 07:37:16 UTC by nobody

  • Comment: MouseWheelZoom doesn't work properly

    The MouseWheel Zoom uses the Ctrl key to zoom, and the Shift key to change between Horizontal and Vertical scrolling. It would help if this was documented other than in the code!

    2009-05-18 16:35:17 UTC by hywelthomas

  • MouseWheelZoom doesn't work properly

    Hi, I recently tried to add the MouseWheelZoom Interaction to one of my plots. I noticed that it shifts the axis instead of zooming it. On the other hand the axisdrag feature works fine. If somebody has solved the problem it would be quite nice. I'm going to work on it within the next few days.

    2009-05-18 14:04:23 UTC by nobody

  • Comment: HairLine doesn't XOR

    Further testing showed an interaction with the PrintPage operation, and the zip file has now been updated to correct this (introduced) problem, and update the display cache bounds. PlotSurface2DDemo has also been updated to draw the Guideline in White.

    2009-05-14 14:03:32 UTC by hywelthomas

  • Comment: HairLine doesn't XOR

    Patch added with a fix for the XOR lines problem in Windows.PlotSurface2D. UnitTests also added for the new Overlay class. The zip file also contains a document describing the problem in more detail, together with the corrections made.

    2009-05-09 11:07:12 UTC by hywelthomas

  • Clipping Error in Step Plots

    The same clipping problem someone stated before applies also to StepPlots. If one point is on the left but outside the screen area and the other on the right but out side the screen area, the chart is not drawn. I would suggest to change the clipping algorithm in StepPlots.cs to something like: // do horizontal clipping here, to speed up if ((p1.X < leftCutoff && p2.X < leftCutoff && p3.X...

    2009-04-06 14:08:51 UTC by phatoni

  • Comment: Gtk control does not display axes

    This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).

    2009-04-04 02:20:17 UTC by sf-robot

  • FC

    FC.

    2009-04-02 23:28:26 UTC by nobody

  • Comment: PlotSurface2D displays data incorrectly when YAxis1.Reversed

    reproduced, looking into.

    2009-03-25 01:48:39 UTC by jamcquay

Our Numbers