Skip to content

Commit

Permalink
fixing things for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hageldave committed May 15, 2024
1 parent e86bbe6 commit ecd2051
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jplotter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.hageldave.jplotter</groupId>
<artifactId>jplotter</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<name>JPlotter</name>
<url>https://github.com/hageldave/JPlotter</url>
Expand Down Expand Up @@ -132,7 +132,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,8 @@ public default int getColorForDataPoint(int chunkIdx, String chunkDescr, double[
}

/**
* Adds a glyph label element to the legend of the ScatterPlot for a data chunk, using the {@link ScatterPlotVisualMapping#getGlyphForChunk(int, java.lang.String)} &
* Adds a glyph label element to the legend of the ScatterPlot for a data chunk, using the
* {@link ScatterPlotVisualMapping#getGlyphForChunk(int, java.lang.String)} and
* {@link ScatterPlotVisualMapping#getColorForDataPoint(int, String, double[][], int)} methods.
*
* @param legend where the new element will be added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
* }
* }.register();
* </pre>
* </p>
*/
public abstract class CoordSysRopeSelector extends MouseAdapter implements KeyListener {
protected Component canvas;
Expand Down

0 comments on commit ecd2051

Please sign in to comment.